Interface AnalysisSettingProvider
- All Known Implementing Classes:
DefaultAnalysisSettingProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides analysis settings for the OpenSearch index. These settings are used to configure the analyzers and tokenizers
used by the index in the OpenSearch index creation time.
-
Method Summary
Modifier and TypeMethodDescriptionorg.opensearch.client.opensearch.indices.IndexSettingsAnalysisget()Returns the analysis settings for the OpenSearch index.
-
Method Details
-
get
org.opensearch.client.opensearch.indices.IndexSettingsAnalysis get()Returns the analysis settings for the OpenSearch index.- Returns:
- the analysis settings
-