Class KeywordProperty

All Implemented Interfaces:
PropertyVariant, JsonpSerializable, UnionVariant

@JsonpDeserializable
public final class KeywordProperty
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
    • boost

      @Nullable public java.lang.Double boost()
      API name: boost
    • eagerGlobalOrdinals

      @Nullable public java.lang.Boolean eagerGlobalOrdinals()
      API name: eager_global_ordinals
    • index

      @Nullable public java.lang.Boolean index()
      API name: index
    • indexOptions

      @Nullable public IndexOptions indexOptions()
      API name: index_options
    • normalizer

      @Nullable public java.lang.String normalizer()
      API name: normalizer
    • norms

      @Nullable public java.lang.Boolean norms()
      API name: norms
    • nullValue

      @Nullable public java.lang.String nullValue()
      API name: null_value
    • splitQueriesOnWhitespace

      @Nullable public java.lang.Boolean splitQueriesOnWhitespace()
      API name: split_queries_on_whitespace
    • serializeInternal

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

      protected static void setupKeywordPropertyDeserializer​(DelegatingDeserializer<KeywordProperty.Builder> op)