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.DimConfigFacetsConfig.DEFAULT_DIM_CONFIGDefault per-dimension configuration.Fields in org.apache.lucene.facet with type parameters of type FacetsConfig.DimConfigModifier and TypeFieldDescriptionprivate final Map<String, FacetsConfig.DimConfig> FacetsConfig.fieldTypesMethods in org.apache.lucene.facet that return FacetsConfig.DimConfigModifier and TypeMethodDescriptionprotected FacetsConfig.DimConfigFacetsConfig.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 voidFacetsConfig.indexDrillDownTerms(Document doc, String indexFieldName, FacetsConfig.DimConfig dimConfig, FacetLabel facetLabel) (package private) static TermFacetQuery.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 intAbstractSortedSetDocValueFacetCounts.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 TypeMethodDescription(package private) FacetsConfig.DimConfigVerifies and returnsFacetsConfig.DimConfigfor the given dimension name.Methods in org.apache.lucene.facet.taxonomy with parameters of type FacetsConfig.DimConfigModifier and TypeMethodDescriptionprotected TaxonomyFacets.TopChildrenForPathTaxonomyFacets.getTopChildrenForPath(FacetsConfig.DimConfig dimConfig, int pathOrd, int topN) Determine the top-n children for a specified dimension + path.