Class AggregatedDfs

java.lang.Object
org.elasticsearch.search.dfs.AggregatedDfs
All Implemented Interfaces:
Writeable

public class AggregatedDfs extends Object implements Writeable
  • Constructor Details

    • AggregatedDfs

      public AggregatedDfs(StreamInput in) throws IOException
      Throws:
      IOException
    • AggregatedDfs

      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)
  • Method Details

    • termStatistics

      public com.carrotsearch.hppc.ObjectObjectHashMap<org.apache.lucene.index.Term,org.apache.lucene.search.TermStatistics> termStatistics()
    • fieldStatistics

      public com.carrotsearch.hppc.ObjectObjectHashMap<String,org.apache.lucene.search.CollectionStatistics> fieldStatistics()
    • maxDoc

      public long maxDoc()
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException