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 Type
    Method
    Description
    void
    Configures analysis as necessary using the given context.
  • Method Details

    • configure

      void configure(LuceneAnalysisConfigurationContext context)
      Configures analysis as necessary using the given context.
      Parameters:
      context - A context exposing methods to configure analysis.