Uses of Interface
edu.cornell.mannlib.vitro.webapp.modules.searchEngine.SearchQuery
-
-
Uses of SearchQuery in edu.cornell.mannlib.vitro.webapp.controller.freemarker
Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker with parameters of type SearchQuery Modifier and Type Method Description static IndividualListQueryResultsIndividualListQueryResults. runQuery(SearchQuery query, IndividualDao indDao) -
Uses of SearchQuery in edu.cornell.mannlib.vitro.webapp.controller.grefine
Methods in edu.cornell.mannlib.vitro.webapp.controller.grefine that return SearchQuery Modifier and Type Method Description protected SearchQueryJSONReconcileServlet. getQuery(String queryStr, String searchType, int limit, ArrayList<String[]> propertiesList) -
Uses of SearchQuery in edu.cornell.mannlib.vitro.webapp.modules.searchEngine
Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine that return SearchQuery Modifier and Type Method Description SearchQuerySearchQuery. addFacetFields(String... fields)What fields should be used to facet the results?SearchQuerySearchQuery. addFields(String... names)Which fields should be returned from the query?SearchQuerySearchQuery. addFields(Collection<String> names)Which fields should be returned from the query?SearchQuerySearchQuery. addFilterQueries(String... filterQueries)Restrict the results by these queries.SearchQuerySearchQuery. addFilterQuery(String filterQuery)Restrict the results by this query.SearchQuerySearchQuery. addSortField(String name, SearchQuery.Order order)What field should be used to sort the results, and in what order?SearchQuerySearchEngine. createQuery()Create a SearchQuery that can be populated and used for searching.SearchQuerySearchEngine. createQuery(String queryText)Convenience method to create a SearchQuery and set the query text in one step.SearchQuerySearchQuery. setFacetLimit(int cnt)The maximum number of facet counts that will be returned from the query.SearchQuerySearchQuery. setFacetMinCount(int cnt)Facet having fewer hits will be excluded from the list.SearchQuerySearchQuery. setQuery(String query)Set the text of the query.SearchQuerySearchQuery. setRows(int rows)What is the maximum number of documents that will be returned from the query? A negative value means no limit.SearchQuerySearchQuery. setStart(int start)Where in the ordered list of result documents should the response begin? That is, how many of the results should be skipped? (allows paging of results).Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine with parameters of type SearchQuery Modifier and Type Method Description SearchResponseSearchEngine. query(SearchQuery query)Query the search index and return the results. -
Uses of SearchQuery in edu.cornell.mannlib.vitro.webapp.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.searchengine that return SearchQuery Modifier and Type Method Description SearchQueryInstrumentedSearchEngineWrapper. createQuery()SearchQueryInstrumentedSearchEngineWrapper. createQuery(String queryText)Methods in edu.cornell.mannlib.vitro.webapp.searchengine with parameters of type SearchQuery Modifier and Type Method Description static SearchEngineLoggerSearchEngineLogger. doQuery(SearchQuery query)SearchResponseInstrumentedSearchEngineWrapper. query(SearchQuery query) -
Uses of SearchQuery in edu.cornell.mannlib.vitro.webapp.searchengine.base
Classes in edu.cornell.mannlib.vitro.webapp.searchengine.base that implement SearchQuery Modifier and Type Class Description classBaseSearchQueryA foundation class for implementing SearchQuery.Methods in edu.cornell.mannlib.vitro.webapp.searchengine.base that return SearchQuery Modifier and Type Method Description SearchQueryBaseSearchQuery. addFacetFields(String... fields)SearchQueryBaseSearchQuery. addFields(String... names)SearchQueryBaseSearchQuery. addFields(Collection<String> names)SearchQueryBaseSearchQuery. addFilterQueries(String... filterQueries)SearchQueryBaseSearchQuery. addFilterQuery(String filterQuery)SearchQueryBaseSearchQuery. addSortField(String name, SearchQuery.Order order)SearchQueryBaseSearchQuery. setFacetLimit(int cnt)SearchQueryBaseSearchQuery. setFacetMinCount(int cnt)SearchQueryBaseSearchQuery. setQuery(String query)SearchQueryBaseSearchQuery. setRows(int rows)SearchQueryBaseSearchQuery. setStart(int start) -
Uses of SearchQuery in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch that return SearchQuery Modifier and Type Method Description SearchQueryElasticSearchEngine. createQuery()SearchQueryElasticSearchEngine. createQuery(String queryText)Methods in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch with parameters of type SearchQuery Modifier and Type Method Description SearchResponseElasticSearchEngine. query(SearchQuery query)SearchResponseESQuery. query(SearchQuery query)Constructors in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch with parameters of type SearchQuery Constructor Description QueryConverter(SearchQuery query) -
Uses of SearchQuery in edu.cornell.mannlib.vitro.webapp.searchengine.solr
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.solr that return SearchQuery Modifier and Type Method Description SearchQuerySolrSearchEngine. createQuery()SearchQuerySolrSearchEngine. createQuery(String queryText)Methods in edu.cornell.mannlib.vitro.webapp.searchengine.solr with parameters of type SearchQuery Modifier and Type Method Description SearchResponseSolrSearchEngine. query(SearchQuery query) -
Uses of SearchQuery in edu.cornell.mannlib.vitro.webapp.utils.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.utils.searchengine that return SearchQuery Modifier and Type Method Description static SearchQuerySearchQueryUtils. getQuery(List<String> vclassUris, String alpha, Locale locale, int page, int pageSize)builds a query with a type clause for each type in vclassUris, NAME_LOWERCASE filtered by alpha, and just the hits for the page for pageSize.static SearchQuerySearchQueryUtils. getRandomQuery(List<String> vclassUris, int page, int pageSize)Methods in edu.cornell.mannlib.vitro.webapp.utils.searchengine with parameters of type SearchQuery Modifier and Type Method Description static StringFormatter. format(SearchQuery query)
-