Class AggregatedDfs

  • All Implemented Interfaces:
    Streamable

    public class AggregatedDfs
    extends java.lang.Object
    implements Streamable
    • Constructor Summary

      Constructors 
      Constructor Description
      AggregatedDfs​(com.carrotsearch.hppc.ObjectObjectHashMap<org.apache.lucene.index.Term,​org.apache.lucene.search.TermStatistics> termStatistics, com.carrotsearch.hppc.ObjectObjectHashMap<java.lang.String,​org.apache.lucene.search.CollectionStatistics> fieldStatistics, long maxDoc)  
    • Constructor Detail

      • AggregatedDfs

        public AggregatedDfs​(com.carrotsearch.hppc.ObjectObjectHashMap<org.apache.lucene.index.Term,​org.apache.lucene.search.TermStatistics> termStatistics,
                             com.carrotsearch.hppc.ObjectObjectHashMap<java.lang.String,​org.apache.lucene.search.CollectionStatistics> fieldStatistics,
                             long maxDoc)
    • Method Detail

      • termStatistics

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

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

        public long maxDoc()
      • readAggregatedDfs

        public static AggregatedDfs readAggregatedDfs​(StreamInput in)
                                               throws java.io.IOException
        Throws:
        java.io.IOException