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

Packages that use AggregatedDfs
org.elasticsearch.search.controller   
org.elasticsearch.search.dfs   
org.elasticsearch.search.query   
 

Uses of AggregatedDfs in org.elasticsearch.search.controller
 

Methods in org.elasticsearch.search.controller that return AggregatedDfs
 AggregatedDfs SearchPhaseController.aggregateDfs(Iterable<DfsSearchResult> results)
           
 

Uses of AggregatedDfs in org.elasticsearch.search.dfs
 

Methods in org.elasticsearch.search.dfs that return AggregatedDfs
static AggregatedDfs AggregatedDfs.readAggregatedDfs(StreamInput in)
           
 

Constructors in org.elasticsearch.search.dfs with parameters of type AggregatedDfs
CachedDfSource(AggregatedDfs dfs, org.apache.lucene.search.Similarity similarity)
           
 

Uses of AggregatedDfs in org.elasticsearch.search.query
 

Methods in org.elasticsearch.search.query that return AggregatedDfs
 AggregatedDfs QuerySearchRequest.dfs()
           
 

Constructors in org.elasticsearch.search.query with parameters of type AggregatedDfs
QuerySearchRequest(long id, AggregatedDfs dfs)
           
 



Copyright © 2009-2012. All Rights Reserved.