java.lang.Object
co.elastic.clients.elasticsearch.indices.analyze.AnalyzeDetail
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public final class AnalyzeDetail
extends java.lang.Object
implements JsonpSerializable
  • Field Details

  • Constructor Details

  • Method Details

    • analyzer

      @Nullable public AnalyzerDetail analyzer()
      API name: analyzer
    • charfilters

      @Nullable public java.util.List<CharFilterDetail> charfilters()
      API name: charfilters
    • customAnalyzer

      public boolean customAnalyzer()
      Required - API name: custom_analyzer
    • tokenfilters

      @Nullable public java.util.List<TokenDetail> tokenfilters()
      API name: tokenfilters
    • tokenizer

      @Nullable public TokenDetail tokenizer()
      API name: tokenizer
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupAnalyzeDetailDeserializer

      protected static void setupAnalyzeDetailDeserializer​(DelegatingDeserializer<AnalyzeDetail.Builder> op)