Interface FacetsConfigProvider
-
- All Known Implementing Classes:
LuceneIndexEditorContext
public interface FacetsConfigProvider
Ensures that FacetsConfig is lazily created only when facets are to be created and only for those indexes where facets are configured
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FacetsConfig
getFacetsConfig()
-
-
-
Method Detail
-
getFacetsConfig
FacetsConfig getFacetsConfig()
-
-