Package | Description |
---|---|
org.elasticsearch.action.search.type | |
org.elasticsearch.search.controller |
Modifier and Type | Field and Description |
---|---|
protected AtomicArray<FirstResult> |
TransportSearchTypeAction.BaseAsyncAction.firstResults |
Modifier and Type | Method and Description |
---|---|
static String |
TransportSearchHelper.buildScrollId(SearchType searchType,
AtomicArray<? extends SearchPhaseResult> searchPhaseResults,
Map<String,String> attributes) |
static String |
TransportSearchHelper.buildScrollId(String type,
AtomicArray<? extends SearchPhaseResult> searchPhaseResults,
Map<String,String> attributes) |
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.
|
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 |
---|---|
AggregatedDfs |
SearchPhaseController.aggregateDfs(AtomicArray<DfsSearchResult> results) |
void |
SearchPhaseController.fillDocIdsToLoad(AtomicArray<com.carrotsearch.hppc.IntArrayList> docsIdsToLoad,
org.apache.lucene.search.ScoreDoc[] shardDocs)
Builds an array, with potential null elements, with docs to load.
|
InternalSearchResponse |
SearchPhaseController.merge(org.apache.lucene.search.ScoreDoc[] sortedDocs,
AtomicArray<? extends QuerySearchResultProvider> queryResultsArr,
AtomicArray<? extends FetchSearchResultProvider> fetchResultsArr) |
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) |
Copyright © 2009–2015. All rights reserved.