Class SortedSetDocValuesFacetField

java.lang.Object
org.apache.lucene.document.Field
org.apache.lucene.facet.sortedset.SortedSetDocValuesFacetField
All Implemented Interfaces:
IndexableField

public class SortedSetDocValuesFacetField extends Field
Add an instance of this to your Document for every facet label to be indexed via SortedSetDocValues.
  • Field Details

  • Constructor Details

    • SortedSetDocValuesFacetField

      public SortedSetDocValuesFacetField(String dim, String... path)
      Sole constructor.
  • Method Details