Class FlattenedProperty

java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.PropertyBase
co.elastic.clients.elasticsearch._types.mapping.FlattenedProperty
All Implemented Interfaces:
PropertyVariant, JsonpSerializable

@JsonpDeserializable
public class FlattenedProperty
extends PropertyBase
implements PropertyVariant
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static FlattenedProperty of​(java.util.function.Function<FlattenedProperty.Builder,​ObjectBuilder<FlattenedProperty>> fn)
    • _propertyKind

      public Property.Kind _propertyKind()
      Property variant kind.
      Specified by:
      _propertyKind in interface PropertyVariant
    • boost

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

      @Nullable public final java.lang.Integer depthLimit()
      API name: depth_limit
    • docValues

      @Nullable public final java.lang.Boolean docValues()
      API name: doc_values
    • eagerGlobalOrdinals

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

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

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

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

      @Nullable public final java.lang.String similarity()
      API name: similarity
    • splitQueriesOnWhitespace

      @Nullable public final 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 PropertyBase
    • setupFlattenedPropertyDeserializer

      protected static void setupFlattenedPropertyDeserializer​(ObjectDeserializer<FlattenedProperty.Builder> op)