Uses of Class
org.elasticsearch.search.dfs.DfsSearchResult

Packages that use DfsSearchResult
org.elasticsearch.action.search.type   
org.elasticsearch.search   
org.elasticsearch.search.action   
org.elasticsearch.search.controller   
org.elasticsearch.search.dfs   
org.elasticsearch.search.internal   
 

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

Methods in org.elasticsearch.action.search.type that return types with arguments of type DfsSearchResult
 Collection<DfsSearchResult> TransportSearchCache.obtainDfsResults()
           
 

Method parameters in org.elasticsearch.action.search.type with type arguments of type DfsSearchResult
 void TransportSearchCache.releaseDfsResults(Collection<DfsSearchResult> dfsResults)
           
 

Uses of DfsSearchResult in org.elasticsearch.search
 

Methods in org.elasticsearch.search that return DfsSearchResult
 DfsSearchResult SearchService.executeDfsPhase(InternalSearchRequest request)
           
 

Uses of DfsSearchResult in org.elasticsearch.search.action
 

Method parameters in org.elasticsearch.search.action with type arguments of type DfsSearchResult
 void SearchServiceTransportAction.sendExecuteDfs(DiscoveryNode node, InternalSearchRequest request, SearchServiceListener<DfsSearchResult> listener)
           
 

Uses of DfsSearchResult in org.elasticsearch.search.controller
 

Method parameters in org.elasticsearch.search.controller with type arguments of type DfsSearchResult
 AggregatedDfs SearchPhaseController.aggregateDfs(Iterable<DfsSearchResult> results)
           
 

Uses of DfsSearchResult in org.elasticsearch.search.dfs
 

Methods in org.elasticsearch.search.dfs that return DfsSearchResult
 DfsSearchResult DfsSearchResult.maxDoc(int maxDoc)
           
static DfsSearchResult DfsSearchResult.readDfsSearchResult(StreamInput in)
           
 DfsSearchResult DfsSearchResult.termsAndFreqs(org.apache.lucene.index.Term[] terms, int[] freqs)
           
 

Uses of DfsSearchResult in org.elasticsearch.search.internal
 

Methods in org.elasticsearch.search.internal that return DfsSearchResult
 DfsSearchResult SearchContext.dfsResult()
           
 



Copyright © 2009-2012. All Rights Reserved.