public interface IDfFacetValue
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Returns the count for the facet value, that is, the number of documents in the query that match this particular value.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Returns a map of custom properties for this facet value.
|
java.util.List<IDfFacetValue> |
getSubFacetValues()
Returns the sub-facet values if any.
|
java.lang.String |
getValue()
Returns the value for the facet.
|
boolean |
hasProperties()
Indicates if this facet value has any custom property.
|
boolean |
hasSubFacetValues()
Indicates if this facet value has any sub-facet values.
|
java.lang.String getValue()
int getCount()
boolean hasSubFacetValues()
java.util.List<IDfFacetValue> getSubFacetValues()
boolean hasProperties()
java.util.Map<java.lang.String,java.lang.String> getProperties()
lowerbound=2008-04-01T00:00:00 upperbound=2008-05-01T00:00:00
Copyright 1994-2023 OpenText Corporation. All rights reserved.