Uses of Interface
org.elasticsearch.search.controller.ShardDoc

Packages that use ShardDoc
org.elasticsearch.action.search.type   
org.elasticsearch.search.controller   
 

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

Fields in org.elasticsearch.action.search.type declared as ShardDoc
protected  ShardDoc[] TransportSearchTypeAction.BaseAsyncAction.sortedShardList
           
 

Uses of ShardDoc in org.elasticsearch.search.controller
 

Classes in org.elasticsearch.search.controller that implement ShardDoc
 class ShardFieldDoc
           
 class ShardScoreDoc
           
 

Methods in org.elasticsearch.search.controller that return ShardDoc
 ShardDoc[] SearchPhaseController.sortDocs(Collection<? extends QuerySearchResultProvider> results1)
           
 

Methods in org.elasticsearch.search.controller with parameters of type ShardDoc
 Map<SearchShardTarget,ExtTIntArrayList> SearchPhaseController.docIdsToLoad(ShardDoc[] shardDocs)
           
 InternalSearchResponse SearchPhaseController.merge(ShardDoc[] sortedDocs, Map<SearchShardTarget,? extends QuerySearchResultProvider> queryResults, Map<SearchShardTarget,? extends FetchSearchResultProvider> fetchResults)
           
 



Copyright © 2009-2012. All Rights Reserved.