Interface HibernateSearchBackendElasticsearchBuildTimeConfig.AnalysisConfig

Enclosing interface:
HibernateSearchBackendElasticsearchBuildTimeConfig

public static interface HibernateSearchBackendElasticsearchBuildTimeConfig.AnalysisConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    One or more xref:#bean-reference-note-anchor[bean references] to the component(s) used to configure full text analysis (e.g.
  • Method Details

    • configurer

      Optional<List<String>> configurer()
      One or more xref:#bean-reference-note-anchor[bean references] to the component(s) used to configure full text analysis (e.g. analyzers, normalizers). The referenced beans must implement `ElasticsearchAnalysisConfigurer`. See xref:#analysis-configurer[Setting up the analyzers] for more information. [NOTE] ==== Instead of setting this configuration property, you can simply annotate your custom `ElasticsearchAnalysisConfigurer` implementations with `@SearchExtension` and leave the configuration property unset: Hibernate Search will use the annotated implementation automatically. See xref:#plugging-in-custom-components[this section] for more information. If this configuration property is set, it takes precedence over any `@SearchExtension` annotation. ====