类 TermVectorsResponse.TermVector.FieldStatistics
java.lang.Object
org.easysearch.client.core.TermVectorsResponse.TermVector.FieldStatistics
public static final class TermVectorsResponse.TermVector.FieldStatistics
extends java.lang.Object
-
构造器概要
构造器 构造器 说明 FieldStatistics(long sumDocFreq, int docCount, long sumTotalTermFreq) -
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object obj)static TermVectorsResponse.TermVector.FieldStatisticsfromXContent(org.easysearch.common.xcontent.XContentParser parser)intgetDocCount()longgetSumDocFreq()Returns the sum of document frequencies for all terms in this fieldlonggetSumTotalTermFreq()Returns the sum of total term frequencies of all terms in this fieldinthashCode()从类继承的方法 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
-