java.lang.Object
org.apache.lucene.facet.taxonomy.directory.Consts

abstract class Consts extends Object
This class holds constants used by the directory taxonomy implementations.
  • Field Details

    • FULL

      static final String FULL
      The name of the field containing the full path of a taxonomy document.
      See Also:
    • FIELD_PARENT_ORDINAL_NDV

      static final String FIELD_PARENT_ORDINAL_NDV
      The name of the field containing the ordinal of the parent of a taxonomy document.
      See Also:
  • Constructor Details

    • Consts

      Consts()