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
Modifier and TypeMethodDescriptionvoidConfigures analysis as necessary using the givencontext.
-
Method Details
-
configure
Configures analysis as necessary using the givencontext.- Parameters:
context- A context exposing methods to configure analysis.
-