Uses of Interface
org.elasticsearch.search.query.QuerySearchResultProvider

Packages that use QuerySearchResultProvider
org.elasticsearch.action.search.type   
org.elasticsearch.search.controller   
org.elasticsearch.search.fetch   
org.elasticsearch.search.query   
 

Uses of QuerySearchResultProvider in org.elasticsearch.action.search.type
 

Methods in org.elasticsearch.action.search.type that return types with arguments of type QuerySearchResultProvider
 Map<SearchShardTarget,QuerySearchResultProvider> TransportSearchCache.obtainQueryResults()
           
 

Method parameters in org.elasticsearch.action.search.type with type arguments of type QuerySearchResultProvider
protected  void TransportSearchTypeAction.BaseAsyncAction.releaseIrrelevantSearchContexts(Map<SearchShardTarget,QuerySearchResultProvider> queryResults, Map<SearchShardTarget,ExtTIntArrayList> docIdsToLoad)
          Releases shard targets that are not used in the docsIdsToLoad.
 void TransportSearchCache.releaseQueryResults(Map<SearchShardTarget,QuerySearchResultProvider> queryResults)
           
 

Uses of QuerySearchResultProvider in org.elasticsearch.search.controller
 

Fields in org.elasticsearch.search.controller with type parameters of type QuerySearchResultProvider
static com.google.common.collect.Ordering<QuerySearchResultProvider> SearchPhaseController.QUERY_RESULT_ORDERING
           
 

Method parameters in org.elasticsearch.search.controller with type arguments of type QuerySearchResultProvider
 InternalSearchResponse SearchPhaseController.merge(ShardDoc[] sortedDocs, Map<SearchShardTarget,? extends QuerySearchResultProvider> queryResults, Map<SearchShardTarget,? extends FetchSearchResultProvider> fetchResults)
           
 ShardDoc[] SearchPhaseController.sortDocs(Collection<? extends QuerySearchResultProvider> results1)
           
 

Uses of QuerySearchResultProvider in org.elasticsearch.search.fetch
 

Classes in org.elasticsearch.search.fetch that implement QuerySearchResultProvider
 class QueryFetchSearchResult
           
 

Uses of QuerySearchResultProvider in org.elasticsearch.search.query
 

Classes in org.elasticsearch.search.query that implement QuerySearchResultProvider
 class QuerySearchResult
           
 



Copyright © 2009-2012. All Rights Reserved.