Uses of Interface
org.elasticsearch.search.SearchPhaseResult

Packages that use SearchPhaseResult
org.elasticsearch.action.search.type   
org.elasticsearch.search.count   
org.elasticsearch.search.dfs   
org.elasticsearch.search.fetch   
org.elasticsearch.search.query   
 

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

Classes in org.elasticsearch.action.search.type with type parameters of type SearchPhaseResult
protected  class TransportSearchTypeAction.BaseAsyncAction<FirstResult extends SearchPhaseResult>
           
 

Method parameters in org.elasticsearch.action.search.type with type arguments of type SearchPhaseResult
static String TransportSearchHelper.buildScrollId(SearchType searchType, Collection<? extends SearchPhaseResult> searchPhaseResults, Map<String,String> attributes)
           
static String TransportSearchHelper.buildScrollId(String type, Collection<? extends SearchPhaseResult> searchPhaseResults, Map<String,String> attributes)
           
 

Uses of SearchPhaseResult in org.elasticsearch.search.count
 

Classes in org.elasticsearch.search.count that implement SearchPhaseResult
 class CountSearchResult
          The initial scan search result, including the count of hits matching the provided query.
 

Uses of SearchPhaseResult in org.elasticsearch.search.dfs
 

Classes in org.elasticsearch.search.dfs that implement SearchPhaseResult
 class DfsSearchResult
           
 

Uses of SearchPhaseResult in org.elasticsearch.search.fetch
 

Subinterfaces of SearchPhaseResult in org.elasticsearch.search.fetch
 interface FetchSearchResultProvider
           
 

Classes in org.elasticsearch.search.fetch that implement SearchPhaseResult
 class FetchSearchResult
           
 class QueryFetchSearchResult
           
 

Uses of SearchPhaseResult in org.elasticsearch.search.query
 

Subinterfaces of SearchPhaseResult in org.elasticsearch.search.query
 interface QuerySearchResultProvider
           
 

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



Copyright © 2009-2012. All Rights Reserved.