类 TermVectorsResponse.TermVector.FieldStatistics

java.lang.Object
org.easysearch.client.core.TermVectorsResponse.TermVector.FieldStatistics
封闭类:
TermVectorsResponse.TermVector

public static final class TermVectorsResponse.TermVector.FieldStatistics
extends java.lang.Object
  • 构造器概要

    构造器
    构造器 说明
    FieldStatistics​(long sumDocFreq, int docCount, long sumTotalTermFreq)  
  • 方法概要

    修饰符和类型 方法 说明
    boolean equals​(java.lang.Object obj)  
    static TermVectorsResponse.TermVector.FieldStatistics fromXContent​(org.easysearch.common.xcontent.XContentParser parser)  
    int getDocCount()  
    long getSumDocFreq()
    Returns the sum of document frequencies for all terms in this field
    long getSumTotalTermFreq()
    Returns the sum of total term frequencies of all terms in this field
    int hashCode()  

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • FieldStatistics

      public FieldStatistics​(long sumDocFreq, int docCount, long sumTotalTermFreq)
  • 方法详细资料

    • fromXContent

      public static TermVectorsResponse.TermVector.FieldStatistics fromXContent​(org.easysearch.common.xcontent.XContentParser parser)
    • getDocCount

      public int getDocCount()
    • getSumDocFreq

      public long getSumDocFreq()
      Returns the sum of document frequencies for all terms in this field
    • getSumTotalTermFreq

      public long getSumTotalTermFreq()
      Returns the sum of total term frequencies of all terms in this field
    • equals

      public boolean equals​(java.lang.Object obj)
      覆盖:
      equals 在类中 java.lang.Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 java.lang.Object