Interface IDfFacetFilter
public interface IDfFacetFilter
A filter can implement this interface to transform facets.
-
Method Summary
Modifier and TypeMethodDescriptionfilterFacets
(IDfContext context, List<IDfModifiableFacet> facets) This method can potentially be called multiple time for a query.
-
Method Details
-
filterFacets
List<IDfModifiableFacet> filterFacets(IDfContext context, List<IDfModifiableFacet> facets) throws DfException This method can potentially be called multiple time for a query. If no facets are returned (typically because the target source does not support it, this method is not called)- Throws:
DfException
-