Class 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.
    • Constructor Detail

      • SortedSetDocValuesFacetField

        public SortedSetDocValuesFacetField​(String dim,
                                            String label)
        Sole constructor.
    • Method Detail

      • toString

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