Modifier and Type | Method and Description |
---|---|
protected void |
TransportSearchTypeAction.BaseAsyncAction.releaseIrrelevantSearchContexts(AtomicArray<? extends QuerySearchResultProvider> queryResults,
AtomicArray<com.carrotsearch.hppc.IntArrayList> docIdsToLoad)
Releases shard targets that are not used in the docsIdsToLoad.
|
Modifier and Type | Method and Description |
---|---|
QuerySearchResultProvider |
SearchService.executeQueryPhase(ShardSearchRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
SearchServiceTransportAction.sendExecuteQuery(DiscoveryNode node,
ShardSearchTransportRequest request,
SearchServiceListener<QuerySearchResultProvider> listener) |
Modifier and Type | Field and Description |
---|---|
static Comparator<AtomicArray.Entry<? extends QuerySearchResultProvider>> |
SearchPhaseController.QUERY_RESULT_ORDERING |
Modifier and Type | Method and Description |
---|---|
InternalSearchResponse |
SearchPhaseController.merge(org.apache.lucene.search.ScoreDoc[] sortedDocs,
AtomicArray<? extends QuerySearchResultProvider> queryResultsArr,
AtomicArray<? extends FetchSearchResultProvider> fetchResultsArr) |
org.apache.lucene.search.ScoreDoc[] |
SearchPhaseController.sortDocs(boolean scrollSort,
AtomicArray<? extends QuerySearchResultProvider> resultsArr) |
Modifier and Type | Class and Description |
---|---|
class |
QueryFetchSearchResult |
Modifier and Type | Class and Description |
---|---|
class |
QuerySearchResult |
Copyright © 2009–2015. All rights reserved.