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 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.