public class TdbClassificationFacet extends TdbFieldTermFacet
Constructor and Description |
---|
TdbClassificationFacet(java.lang.String facetid)
Create a facet whose value set is TRIP's automatic classification.
|
TdbClassificationFacet(java.lang.String facetid,
java.lang.String mask)
Create a facet whose value set is TRIP's automatic classification.
|
Modifier and Type | Method and Description |
---|---|
void |
setSortOrder(TdbFacetSortOrder sortOrder)
Sets the sort order for the values of this facet.
|
clear, close, getMask, getValue, setMask
getBaselineKey, getBaselineSize, getDatabase, getFetchFrom, getFetchTo, getLowerFrequencyLimit, getName, getSearchSet, getSortOrder, getTimeout, getUpperFrequencyLimit, getValueCount, isRegisterBaseline, isUseBaseline, iterator, setBaselineKey, setBaselineSize, setDatabase, setFetchFrom, setFetchTo, setFrequencyLimits, setRegisterBaseline, setSearchSet, setTimeout, setUseBaseline
public TdbClassificationFacet(java.lang.String facetid) throws TdbException
facetid
- Application-assigned unique facet nameTdbException
- If invalid arguments were supplied.public TdbClassificationFacet(java.lang.String facetid, java.lang.String mask) throws TdbException
facetid
- Application-assigned unique facet namemask
- Comparison mask to select class namesTdbException
- If invalid arguments were supplied.public void setSortOrder(TdbFacetSortOrder sortOrder) throws TdbException
TdbFacet
setSortOrder
in class TdbFacet
sortOrder
- Sort order type to use with this facetTdbException
- If the sort order type is not valid for this facet