java.lang.Object
org.apache.lucene.facet.taxonomy.directory.Consts
This class holds constants used by the directory taxonomy implementations.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final String
The name of the field containing the ordinal of the parent of a taxonomy document.(package private) static final String
(package private) static final String
The name of the field containing the full path of a taxonomy document.(package private) static final String
(package private) static final BytesRef
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FULL
The name of the field containing the full path of a taxonomy document.- See Also:
-
FIELD_PAYLOADS
- See Also:
-
PAYLOAD_PARENT
- See Also:
-
PAYLOAD_PARENT_BYTES_REF
-
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()
-