Class CompletionProperty

All Implemented Interfaces:
PropertyVariant, JsonpSerializable, UnionVariant

@JsonpDeserializable
public final class CompletionProperty
extends DocValuesPropertyBase
implements PropertyVariant
  • Field Details

  • Constructor Details

  • Method Details

    • _variantType

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

      @Nullable public java.lang.String analyzer()
      API name: analyzer
    • contexts

      @Nullable public java.util.List<SuggestContext> contexts()
      API name: contexts
    • maxInputLength

      @Nullable public java.lang.Integer maxInputLength()
      API name: max_input_length
    • preservePositionIncrements

      @Nullable public java.lang.Boolean preservePositionIncrements()
      API name: preserve_position_increments
    • preserveSeparators

      @Nullable public java.lang.Boolean preserveSeparators()
      API name: preserve_separators
    • searchAnalyzer

      @Nullable public java.lang.String searchAnalyzer()
      API name: search_analyzer
    • serializeInternal

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

      protected static void setupCompletionPropertyDeserializer​(DelegatingDeserializer<CompletionProperty.Builder> op)