public class TdbFacetValue
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getBaselineCount()
Retrieve the number of records in which the facet value
occurred in the baseline.
|
long |
getLongBaselineCount()
Retrieve the number of records in which the facet value
occurred in the baseline.
|
long |
getLongRecordCount()
Retrieve the number of records in which the term occurs
|
int |
getRecordCount()
Retrieve the number of records in which the facet value occurs
|
boolean |
isBaselineValid()
Returns true if the baseline count information is valid for this value.
|
java.lang.String |
toString()
Retrieve the value of the facet.
|
public java.lang.String toString()
toString
in class java.lang.Object
public long getLongRecordCount()
public int getRecordCount()
If the record count is larger than Integer.MAX_VALUE, this property will return Integer.MAX_VALUE. To get the actual record count of terms that have a count larger than Integer.MAX_VALUE records, use the getLongRecordCount() method.
public long getLongBaselineCount()
public int getBaselineCount()
public boolean isBaselineValid()