Class CustomFacetSetExample.TemperatureOnlyFacetSetMatcher

java.lang.Object
org.apache.lucene.facet.facetset.FacetSetMatcher
org.apache.lucene.demo.facet.CustomFacetSetExample.TemperatureOnlyFacetSetMatcher
Enclosing class:
CustomFacetSetExample

public static class CustomFacetSetExample.TemperatureOnlyFacetSetMatcher extends org.apache.lucene.facet.facetset.FacetSetMatcher
A FacetSetMatcher which matches facet sets only by their temperature dimension, ignoring the date.
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(long[] dimValues)
      Specified by:
      matches in class org.apache.lucene.facet.facetset.FacetSetMatcher