org.elasticsearch.search.dfs
Class AggregatedDfs
java.lang.Object
org.elasticsearch.search.dfs.AggregatedDfs
- All Implemented Interfaces:
- Streamable
public class AggregatedDfs
- extends java.lang.Object
- implements Streamable
Constructor Summary |
AggregatedDfs(org.elasticsearch.common.trove.map.hash.TObjectIntHashMap<org.apache.lucene.index.Term> dfMap,
long maxDoc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregatedDfs
public AggregatedDfs(org.elasticsearch.common.trove.map.hash.TObjectIntHashMap<org.apache.lucene.index.Term> dfMap,
long maxDoc)
dfMap
public org.elasticsearch.common.trove.map.hash.TObjectIntHashMap<org.apache.lucene.index.Term> dfMap()
maxDoc
public long maxDoc()
readAggregatedDfs
public static AggregatedDfs readAggregatedDfs(StreamInput in)
throws java.io.IOException
- Throws:
java.io.IOException
readFrom
public void readFrom(StreamInput in)
throws java.io.IOException
- Specified by:
readFrom
in interface Streamable
- Throws:
java.io.IOException
writeTo
public void writeTo(StreamOutput out)
throws java.io.IOException
- Specified by:
writeTo
in interface Streamable
- Throws:
java.io.IOException