Package | Description |
---|---|
org.apache.solr.handler.component | |
org.apache.solr.search | |
org.apache.solr.search.grouping |
Modifier and Type | Method and Description |
---|---|
void |
ResponseBuilder.setResult(SolrIndexSearcher.QueryResult result)
Sets results from a SolrIndexSearcher.QueryResult.
|
Modifier and Type | Method and Description |
---|---|
SolrIndexSearcher.QueryResult |
SolrIndexSearcher.search(SolrIndexSearcher.QueryResult qr,
SolrIndexSearcher.QueryCommand cmd) |
Modifier and Type | Method and Description |
---|---|
SolrIndexSearcher.QueryResult |
SolrIndexSearcher.search(SolrIndexSearcher.QueryResult qr,
SolrIndexSearcher.QueryCommand cmd) |
Constructor and Description |
---|
Grouping(SolrIndexSearcher searcher,
SolrIndexSearcher.QueryResult qr,
SolrIndexSearcher.QueryCommand cmd,
boolean cacheSecondPassSearch,
int maxDocsPercentageToCache,
boolean main) |
Modifier and Type | Method and Description |
---|---|
NamedList |
CommandHandler.processResult(SolrIndexSearcher.QueryResult queryResult,
ShardResultTransformer transformer) |