java.lang.Object
org.elasticsearch.search.dfs.AggregatedDfs
- All Implemented Interfaces:
Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Constructor Summary
ConstructorsConstructorDescriptionAggregatedDfs(Map<org.apache.lucene.index.Term, org.apache.lucene.search.TermStatistics> termStatistics, Map<String, org.apache.lucene.search.CollectionStatistics> fieldStatistics, long maxDoc) -
Method Summary
Modifier and TypeMethodDescriptionMap<org.apache.lucene.index.Term, org.apache.lucene.search.TermStatistics> voidwriteTo(StreamOutput out) Write this into the StreamOutput.
-
Constructor Details
-
AggregatedDfs
- Throws:
IOException
-
AggregatedDfs
-
-
Method Details
-
termStatistics
-
fieldStatistics
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-