Uses of Class
org.apache.solr.search.QueryCommand
-
Packages that use QueryCommand 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 QueryCommand in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return QueryCommand Modifier and Type Method Description QueryCommandResponseBuilder. 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 QueryCommandQueryCommand. clearFlags(int flags)QueryCommandQueryCommand. replaceFlags(int flags)QueryCommandQueryCommand. setCursorMark(CursorMark cursorMark)QueryCommandQueryCommand. setFilter(DocSet filter)QueryCommandQueryCommand. setFilterList(List<org.apache.lucene.search.Query> filterList)QueryCommandQueryCommand. setFilterList(org.apache.lucene.search.Query f)A simple setter to build a filterList from a queryQueryCommandQueryCommand. setFlags(int flags)QueryCommandQueryCommand. setLen(int len)QueryCommandQueryCommand. setMinExactCount(int count)QueryCommandQueryCommand. setNeedDocSet(boolean needDocSet)QueryCommandQueryCommand. setOffset(int offset)QueryCommandQueryCommand. setQuery(org.apache.lucene.search.Query query)QueryCommandQueryCommand. setSegmentTerminateEarly(boolean segmentSegmentTerminateEarly)QueryCommandQueryCommand. setSort(org.apache.lucene.search.Sort sort)QueryCommandQueryCommand. setSupersetMaxDoc(int supersetMaxDoc)QueryCommandQueryCommand. setTerminateEarly(boolean segmentTerminateEarly)QueryCommandQueryCommand. 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)QueryResultSolrIndexSearcher. search(QueryResult qr, QueryCommand cmd)protected voidSolrIndexSearcher. 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.BuilderCommandHandler.Builder. setQueryCommand(QueryCommand queryCommand)
-