Package org.elasticsearch.search.dfs
Class AggregatedDfs
java.lang.Object
org.elasticsearch.search.dfs.AggregatedDfs
- All Implemented Interfaces:
- Writeable
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Constructor SummaryConstructorsConstructorDescriptionAggregatedDfs(com.carrotsearch.hppc.ObjectObjectHashMap<org.apache.lucene.index.Term,org.apache.lucene.search.TermStatistics> termStatistics, com.carrotsearch.hppc.ObjectObjectHashMap<String,org.apache.lucene.search.CollectionStatistics> fieldStatistics, long maxDoc)AggregatedDfs(StreamInput in)
- 
Method SummaryModifier and TypeMethodDescriptioncom.carrotsearch.hppc.ObjectObjectHashMap<String,org.apache.lucene.search.CollectionStatistics>longmaxDoc()com.carrotsearch.hppc.ObjectObjectHashMap<org.apache.lucene.index.Term,org.apache.lucene.search.TermStatistics>voidwriteTo(StreamOutput out)Write this into the StreamOutput.
- 
Constructor Details- 
AggregatedDfs- Throws:
- IOException
 
- 
AggregatedDfspublic AggregatedDfs(com.carrotsearch.hppc.ObjectObjectHashMap<org.apache.lucene.index.Term,org.apache.lucene.search.TermStatistics> termStatistics, com.carrotsearch.hppc.ObjectObjectHashMap<String,org.apache.lucene.search.CollectionStatistics> fieldStatistics, long maxDoc)
 
- 
- 
Method Details- 
termStatisticspublic com.carrotsearch.hppc.ObjectObjectHashMap<org.apache.lucene.index.Term,org.apache.lucene.search.TermStatistics> termStatistics()
- 
fieldStatisticspublic com.carrotsearch.hppc.ObjectObjectHashMap<String,org.apache.lucene.search.CollectionStatistics> fieldStatistics()
- 
maxDocpublic long maxDoc()
- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Throws:
- IOException
 
 
-