Class PropertyFacetExtractor

java.lang.Object
com.day.cq.search.facets.extractors.PropertyFacetExtractor
All Implemented Interfaces:
FacetExtractor
Direct Known Subclasses:
DistinctValuesFacetExtractor, PredefinedBucketsFacetExtractor

public abstract class PropertyFacetExtractor extends Object implements FacetExtractor
PropertyFacetExtractor is a base class for facet extractors that work on a certain property (incl. relative paths to properties in sub-nodes), specified by the parameter propertyRelPath in the constructor. In addition, subclasses can implement filter(List, ValueFactory) for further filtering of the list of values.
Since:
5.2
  • Constructor Details

    • PropertyFacetExtractor

      public PropertyFacetExtractor(String propertyRelPath)
  • Method Details