Uses of Class
org.apache.solr.search.QueryCommand
-
Packages that use QueryCommand Package Description org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.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 QueryCommand in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return QueryCommand Modifier and Type Method Description QueryCommand
ResponseBuilder. createQueryCommand()
Creates a SolrIndexSearcher.QueryCommand from this ResponseBuilder. -
Uses of QueryCommand in org.apache.solr.search
Methods in org.apache.solr.search that return QueryCommand Modifier and Type Method Description QueryCommand
QueryCommand. clearFlags(int flags)
QueryCommand
QueryCommand. replaceFlags(int flags)
QueryCommand
QueryCommand. setCursorMark(CursorMark cursorMark)
QueryCommand
QueryCommand. setFilter(DocSet filter)
QueryCommand
QueryCommand. setFilterList(List<org.apache.lucene.search.Query> filterList)
QueryCommand
QueryCommand. setFilterList(org.apache.lucene.search.Query f)
A simple setter to build a filterList from a queryQueryCommand
QueryCommand. setFlags(int flags)
QueryCommand
QueryCommand. setLen(int len)
QueryCommand
QueryCommand. setMinExactCount(int count)
QueryCommand
QueryCommand. setNeedDocSet(boolean needDocSet)
QueryCommand
QueryCommand. setOffset(int offset)
QueryCommand
QueryCommand. setQuery(org.apache.lucene.search.Query query)
QueryCommand
QueryCommand. setSegmentTerminateEarly(boolean segmentSegmentTerminateEarly)
QueryCommand
QueryCommand. setSort(org.apache.lucene.search.Sort sort)
QueryCommand
QueryCommand. setSupersetMaxDoc(int supersetMaxDoc)
QueryCommand
QueryCommand. setTerminateEarly(boolean segmentTerminateEarly)
QueryCommand
QueryCommand. setTimeAllowed(long timeAllowed)
Methods in org.apache.solr.search with parameters of type QueryCommand Modifier and Type Method Description org.apache.lucene.search.TopDocsCollector<org.apache.lucene.search.ScoreDoc>
AbstractReRankQuery. getTopDocsCollector(int len, QueryCommand cmd, org.apache.lucene.search.IndexSearcher searcher)
org.apache.lucene.search.TopDocsCollector<org.apache.lucene.search.ScoreDoc>
ExportQParserPlugin.ExportQuery. getTopDocsCollector(int len, QueryCommand cmd, org.apache.lucene.search.IndexSearcher searcher)
abstract org.apache.lucene.search.TopDocsCollector<org.apache.lucene.search.ScoreDoc>
RankQuery. getTopDocsCollector(int len, QueryCommand cmd, org.apache.lucene.search.IndexSearcher searcher)
QueryResult
SolrIndexSearcher. search(QueryResult qr, QueryCommand cmd)
protected void
SolrIndexSearcher. sortDocSet(QueryResult qr, QueryCommand cmd)
Constructors in org.apache.solr.search with parameters of type QueryCommand Constructor Description Grouping(SolrIndexSearcher searcher, QueryResult qr, QueryCommand cmd, boolean cacheSecondPassSearch, int maxDocsPercentageToCache, boolean main)
ReRankCollector(int reRankDocs, int length, org.apache.lucene.search.Rescorer reRankQueryRescorer, QueryCommand cmd, org.apache.lucene.search.IndexSearcher searcher, Set<org.apache.lucene.util.BytesRef> boostedPriority)
ReRankCollector(int reRankDocs, int length, org.apache.lucene.search.Rescorer reRankQueryRescorer, QueryCommand cmd, org.apache.lucene.search.IndexSearcher searcher, Set<org.apache.lucene.util.BytesRef> boostedPriority, ReRankScaler reRankScaler, ReRankOperator reRankOperator)
-
Uses of QueryCommand in org.apache.solr.search.grouping
Methods in org.apache.solr.search.grouping with parameters of type QueryCommand Modifier and Type Method Description CommandHandler.Builder
CommandHandler.Builder. setQueryCommand(QueryCommand queryCommand)
-