Package | Description |
---|---|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
org.apache.solr.search.grouping |
APIs and classes for implementing result grouping
|
Modifier and Type | Method and Description |
---|---|
QueryCommand |
ResponseBuilder.createQueryCommand()
Creates a SolrIndexSearcher.QueryCommand from this
ResponseBuilder.
|
Modifier and Type | Method and 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<Query> filterList) |
QueryCommand |
QueryCommand.setFilterList(Query f)
A simple setter to build a filterList from a query
|
QueryCommand |
QueryCommand.setFlags(int flags) |
QueryCommand |
QueryCommand.setLen(int len) |
QueryCommand |
QueryCommand.setNeedDocSet(boolean needDocSet) |
QueryCommand |
QueryCommand.setOffset(int offset) |
QueryCommand |
QueryCommand.setQuery(Query query) |
QueryCommand |
QueryCommand.setSegmentTerminateEarly(boolean segmentSegmentTerminateEarly) |
QueryCommand |
QueryCommand.setSort(Sort sort) |
QueryCommand |
QueryCommand.setSupersetMaxDoc(int supersetMaxDoc) |
QueryCommand |
QueryCommand.setTerminateEarly(boolean segmentTerminateEarly) |
QueryCommand |
QueryCommand.setTimeAllowed(long timeAllowed) |
Modifier and Type | Method and Description |
---|---|
TopDocsCollector |
AbstractReRankQuery.getTopDocsCollector(int len,
QueryCommand cmd,
IndexSearcher searcher) |
abstract TopDocsCollector |
RankQuery.getTopDocsCollector(int len,
QueryCommand cmd,
IndexSearcher searcher) |
TopDocsCollector |
ExportQParserPlugin.ExportQuery.getTopDocsCollector(int len,
QueryCommand cmd,
IndexSearcher searcher) |
QueryResult |
SolrIndexSearcher.search(QueryResult qr,
QueryCommand cmd) |
protected void |
SolrIndexSearcher.sortDocSet(QueryResult qr,
QueryCommand cmd) |
Constructor and Description |
---|
Grouping(SolrIndexSearcher searcher,
QueryResult qr,
QueryCommand cmd,
boolean cacheSecondPassSearch,
int maxDocsPercentageToCache,
boolean main) |
ReRankCollector(int reRankDocs,
int length,
Rescorer reRankQueryRescorer,
QueryCommand cmd,
IndexSearcher searcher,
Set<BytesRef> boostedPriority) |
Modifier and Type | Method and Description |
---|---|
CommandHandler.Builder |
CommandHandler.Builder.setQueryCommand(QueryCommand queryCommand) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.