public class AggregatedDfs extends Object implements Streamable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
com.carrotsearch.hppc.ObjectObjectHashMap<String,org.apache.lucene.search.CollectionStatistics> |
fieldStatistics() |
long |
maxDoc() |
static AggregatedDfs |
readAggregatedDfs(StreamInput in) |
void |
readFrom(StreamInput in) |
com.carrotsearch.hppc.ObjectObjectHashMap<org.apache.lucene.index.Term,org.apache.lucene.search.TermStatistics> |
termStatistics() |
void |
writeTo(StreamOutput out) |
public 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)
public com.carrotsearch.hppc.ObjectObjectHashMap<org.apache.lucene.index.Term,org.apache.lucene.search.TermStatistics> termStatistics()
public com.carrotsearch.hppc.ObjectObjectHashMap<String,org.apache.lucene.search.CollectionStatistics> fieldStatistics()
public long maxDoc()
public static AggregatedDfs readAggregatedDfs(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionCopyright © 2009–2017. All rights reserved.