Uses of Class
org.apache.solr.search.QueryResult
-
Packages that use QueryResult Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.grouping APIs and classes for implementing result grouping -
-
Uses of QueryResult in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component with parameters of type QueryResult Modifier and Type Method Description voidResponseBuilder. setResult(QueryResult result)Sets results from a SolrIndexSearcher.QueryResult. -
Uses of QueryResult in org.apache.solr.search
Methods in org.apache.solr.search that return QueryResult Modifier and Type Method Description QueryResultQueryCommand. search(SolrIndexSearcher searcher)QueryResultSolrIndexSearcher. search(QueryCommand cmd)Primary entrypoint for searching, using aQueryCommand.QueryResultSolrIndexSearcher. search(QueryResult qr, QueryCommand cmd)Deprecated.Methods in org.apache.solr.search with parameters of type QueryResult Modifier and Type Method Description QueryResultSolrIndexSearcher. search(QueryResult qr, QueryCommand cmd)Deprecated.protected voidSolrIndexSearcher. sortDocSet(QueryResult qr, QueryCommand cmd)Constructors in org.apache.solr.search with parameters of type QueryResult Constructor Description Grouping(SolrIndexSearcher searcher, QueryResult qr, QueryCommand cmd, boolean cacheSecondPassSearch, int maxDocsPercentageToCache, boolean main) -
Uses of QueryResult in org.apache.solr.search.grouping
Methods in org.apache.solr.search.grouping with parameters of type QueryResult Modifier and Type Method Description org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>CommandHandler. processResult(QueryResult queryResult, ShardResultTransformer<List<Command<?>>,?> transformer)
-