Interface LuceneAnalysisConfigurer
-
public interface LuceneAnalysisConfigurer
A provider of analysis-related definitions that can be referenced from the mapping, e.g. with @Analyzer(definition = "some-name") or @Normalizer(definition = "some-other-name").Users can select a definition provider through the
configuration properties
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(LuceneAnalysisConfigurationContext context)
Configures analysis as necessary using the givencontext
.
-
-
-
Method Detail
-
configure
void configure(LuceneAnalysisConfigurationContext context)
Configures analysis as necessary using the givencontext
.- Parameters:
context
- A context exposing methods to configure analysis.
-
-