Package | Description |
---|---|
org.apache.lucene.facet |
Faceted search.
|
Modifier and Type | Field and Description |
---|---|
FacetsConfig.DrillDownTermsIndexing |
FacetsConfig.DimConfig.drillDownTermsIndexing
Default drill down terms indexing option that index all.
|
Modifier and Type | Method and Description |
---|---|
static FacetsConfig.DrillDownTermsIndexing |
FacetsConfig.DrillDownTermsIndexing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetsConfig.DrillDownTermsIndexing[] |
FacetsConfig.DrillDownTermsIndexing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FacetsConfig.setDrillDownTermsIndexing(String dimName,
FacetsConfig.DrillDownTermsIndexing drillDownTermsIndexing)
Specify drill down terms option on the field / dimension.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.