Interface OpenSearchAnalyzerProvider

    • Method Detail

      • getAnalyzer

        org.opensearch.client.opensearch._types.analysis.Analyzer getAnalyzer()
        Returns:
        the OpenSearch analyzer for the given v2 analyzer specified at getMappingClass().
      • getName

        String getName()
        Returns:
        the analyzer name that is registered in OpenSearch. It should be unique within the index it is used.
      • isCustom

        boolean isCustom()
        Returns:
        true if the analyzer needs to be declared as a custom analyzer when the index is created. Or false if the index is available built-in on OpenSearch.