Package com.documentum.fc.client.search
Interface IDfFacet
- All Known Subinterfaces:
IDfModifiableFacet
public interface IDfFacet
Represents a facet that has been computed by the Indexer.
A facet is a facet definition and the list of facet values.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the definition that has been used to compute the facet.Returns the list of values for the facet.
-
Method Details
-
getDefinition
DfFacetDefinition getDefinition()Returns the definition that has been used to compute the facet. -
getValues
List<IDfFacetValue> getValues()Returns the list of values for the facet.
-