org.elasticsearch.search.dfs
Class AggregatedDfs

java.lang.Object
  extended by org.elasticsearch.search.dfs.AggregatedDfs
All Implemented Interfaces:
Streamable

public class AggregatedDfs
extends Object
implements Streamable


Constructor Summary
AggregatedDfs(gnu.trove.map.hash.TObjectIntHashMap<org.apache.lucene.index.Term> dfMap, long maxDoc)
           
 
Method Summary
 gnu.trove.map.hash.TObjectIntHashMap<org.apache.lucene.index.Term> dfMap()
           
 long maxDoc()
           
static AggregatedDfs readAggregatedDfs(StreamInput in)
           
 void readFrom(StreamInput in)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatedDfs

public AggregatedDfs(gnu.trove.map.hash.TObjectIntHashMap<org.apache.lucene.index.Term> dfMap,
                     long maxDoc)
Method Detail

dfMap

public gnu.trove.map.hash.TObjectIntHashMap<org.apache.lucene.index.Term> dfMap()

maxDoc

public long maxDoc()

readAggregatedDfs

public static AggregatedDfs readAggregatedDfs(StreamInput in)
                                       throws IOException
Throws:
IOException

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.