Uses of Class
org.apache.lucene.facet.FacetsConfig.DimConfig
Packages that use FacetsConfig.DimConfig
Package
Description
Faceted search.
Provides faceting capabilities over facets that were indexed with
SortedSetDocValuesFacetField
.Taxonomy of Categories.
-
Uses of FacetsConfig.DimConfig in org.apache.lucene.facet
Fields in org.apache.lucene.facet declared as FacetsConfig.DimConfigModifier and TypeFieldDescriptionstatic final FacetsConfig.DimConfig
FacetsConfig.DEFAULT_DIM_CONFIG
Default per-dimension configuration.Fields in org.apache.lucene.facet with type parameters of type FacetsConfig.DimConfigModifier and TypeFieldDescriptionprivate final Map
<String, FacetsConfig.DimConfig> FacetsConfig.fieldTypes
Methods in org.apache.lucene.facet that return FacetsConfig.DimConfigModifier and TypeMethodDescriptionprotected FacetsConfig.DimConfig
FacetsConfig.getDefaultDimConfig()
Get the default configuration for new dimensions.FacetsConfig.getDimConfig
(String dimName) Get the current configuration for a dimension.Methods in org.apache.lucene.facet that return types with arguments of type FacetsConfig.DimConfigModifier and TypeMethodDescriptionFacetsConfig.getDimConfigs()
Returns map of field name toFacetsConfig.DimConfig
.Methods in org.apache.lucene.facet with parameters of type FacetsConfig.DimConfigModifier and TypeMethodDescriptionprivate void
FacetsConfig.indexDrillDownTerms
(Document doc, String indexFieldName, FacetsConfig.DimConfig dimConfig, FacetLabel facetLabel) (package private) static Term
FacetQuery.toTerm
(FacetsConfig.DimConfig dimConfig, String dimension, String... path) -
Uses of FacetsConfig.DimConfig in org.apache.lucene.facet.sortedset
Methods in org.apache.lucene.facet.sortedset with parameters of type FacetsConfig.DimConfigModifier and TypeMethodDescriptionprivate int
AbstractSortedSetDocValueFacetCounts.adjustPathCountIfNecessary
(FacetsConfig.DimConfig dimConfig, int pathOrd, int computedCount) AbstractSortedSetDocValueFacetCounts.computeTopChildren
(PrimitiveIterator.OfInt childOrds, int topN, FacetsConfig.DimConfig dimConfig, int pathOrd) Compute the top-n children for the given path and iterator of all immediate children of the path.AbstractSortedSetDocValueFacetCounts.prepareChildIteration
(String dim, FacetsConfig.DimConfig dimConfig, String... path) Determine the path ord and resolve an iterator to its immediate children. -
Uses of FacetsConfig.DimConfig in org.apache.lucene.facet.taxonomy
Methods in org.apache.lucene.facet.taxonomy that return FacetsConfig.DimConfigModifier and TypeMethodDescriptionprotected FacetsConfig.DimConfig
Deprecated.Verifies and returnsFacetsConfig.DimConfig
for the given dimension name.Methods in org.apache.lucene.facet.taxonomy with parameters of type FacetsConfig.DimConfigModifier and TypeMethodDescriptionprotected TaxonomyFacets.TopChildrenForPath
TaxonomyFacets.getTopChildrenForPath
(FacetsConfig.DimConfig dimConfig, int pathOrd, int topN) Deprecated.Determine the top-n children for a specified dimension + path.