Package com.factual.driver.Factual

Examples of com.factual.driver.Factual.FacetRequest


   *          (e.g., "places")
   * @param query
   *          the facet query to run against <tt>table</tt>.
   */
  public void addQuery(String queryName, String table, FacetQuery query) {
    queries.put(queryName, new FacetRequest(Factual.urlForFacets(table), query.toUrlParams()));
  }
View Full Code Here


   *          (e.g., "places")
   * @param query
   *          the facet query to run against <tt>table</tt>.
   */
  public void addQuery(String queryName, String table, FacetQuery query) {
    queries.put(queryName, new FacetRequest(Factual.urlForFacets(table), query.toUrlParams()));
  }
View Full Code Here

   *          (e.g., "places")
   * @param query
   *          the facet query to run against <tt>table</tt>.
   */
  public void addQuery(String queryName, String table, FacetQuery query) {
    queries.put(queryName, new FacetRequest(Factual.urlForFacets(table), query.toUrlParams()));
  }
View Full Code Here

TOP

Related Classes of com.factual.driver.Factual.FacetRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.