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

    • toString

      public String toString()
      Description copied from class: Field
      Prints a Field for human consumption.
      Overrides:
      toString in class Field