Module org.apache.lucene.facet
Package org.apache.lucene.facet.taxonomy
Class OrdinalMappingLeafReader.InnerFacetsConfig
java.lang.Object
org.apache.lucene.facet.FacetsConfig
org.apache.lucene.facet.taxonomy.OrdinalMappingLeafReader.InnerFacetsConfig
- Enclosing class:
OrdinalMappingLeafReader
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.facet.FacetsConfig
FacetsConfig.DimConfig, FacetsConfig.DrillDownTermsIndexing
-
Field Summary
Fields inherited from class org.apache.lucene.facet.FacetsConfig
DEFAULT_DIM_CONFIG, DEFAULT_INDEX_FIELD_NAME, DELIM_CHAR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondedupAndEncode
(IntsRef ordinals) Encodes ordinals into a BytesRef; expert: subclass can override this to change encoding.Methods inherited from class org.apache.lucene.facet.FacetsConfig
build, build, getDefaultDimConfig, getDimConfig, getDimConfigs, isDimConfigured, pathToString, pathToString, pathToString, setDrillDownTermsIndexing, setHierarchical, setIndexFieldName, setMultiValued, setRequireDimCount, stringToPath
-
Constructor Details
-
InnerFacetsConfig
InnerFacetsConfig()
-
-
Method Details
-
dedupAndEncode
Description copied from class:FacetsConfig
Encodes ordinals into a BytesRef; expert: subclass can override this to change encoding.- Overrides:
dedupAndEncode
in classFacetsConfig
-