Package org.elasticsearch.search.dfs
Class AggregatedDfs
- java.lang.Object
-
- org.elasticsearch.search.dfs.AggregatedDfs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Constructor Summary
Constructors Constructor Description AggregatedDfs(ObjectObjectHashMap<Term,TermStatistics> termStatistics, ObjectObjectHashMap<String,CollectionStatistics> fieldStatistics, long maxDoc)AggregatedDfs(StreamInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectObjectHashMap<String,CollectionStatistics>fieldStatistics()longmaxDoc()ObjectObjectHashMap<Term,TermStatistics>termStatistics()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
-
-
Constructor Detail
-
AggregatedDfs
public AggregatedDfs(StreamInput in) throws IOException
- Throws:
IOException
-
AggregatedDfs
public AggregatedDfs(ObjectObjectHashMap<Term,TermStatistics> termStatistics, ObjectObjectHashMap<String,CollectionStatistics> fieldStatistics, long maxDoc)
-
-
Method Detail
-
termStatistics
public ObjectObjectHashMap<Term,TermStatistics> termStatistics()
-
fieldStatistics
public ObjectObjectHashMap<String,CollectionStatistics> fieldStatistics()
-
maxDoc
public long maxDoc()
-
writeTo
public void writeTo(StreamOutput out) throws IOException
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
-