Class StopTokenFilter

java.lang.Object
co.elastic.clients.elasticsearch._types.analysis.TokenFilterBase
co.elastic.clients.elasticsearch._types.analysis.StopTokenFilter
All Implemented Interfaces:
TokenFilterVariant, JsonpSerializable, UnionVariant

@JsonpDeserializable
public final class StopTokenFilter
extends TokenFilterBase
implements TokenFilterVariant
  • Field Details

  • Constructor Details

  • Method Details

    • _variantType

      public java.lang.String _variantType()
      TokenFilter variant type
      Specified by:
      _variantType in interface UnionVariant
    • ignoreCase

      @Nullable public java.lang.Boolean ignoreCase()
      API name: ignore_case
    • removeTrailing

      @Nullable public java.lang.Boolean removeTrailing()
      API name: remove_trailing
    • stopwords

      public java.util.List<java.lang.String> stopwords()
      Required - API name: stopwords
    • stopwordsPath

      @Nullable public java.lang.String stopwordsPath()
      API name: stopwords_path
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Overrides:
      serializeInternal in class TokenFilterBase
    • setupStopTokenFilterDeserializer

      protected static void setupStopTokenFilterDeserializer​(DelegatingDeserializer<StopTokenFilter.Builder> op)