All Implemented Interfaces:
PropertyVariant, JsonpSerializable

@JsonpDeserializable
public class IpProperty
extends DocValuesPropertyBase
implements PropertyVariant
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static IpProperty of​(java.util.function.Function<IpProperty.Builder,​ObjectBuilder<IpProperty>> 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
    • index

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

      @Nullable public final java.lang.Boolean ignoreMalformed()
      API name: ignore_malformed
    • nullValue

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

      @Nullable public final OnScriptError onScriptError()
      API name: on_script_error
    • script

      @Nullable public final Script script()
      API name: script
    • timeSeriesDimension

      @Nullable public final java.lang.Boolean timeSeriesDimension()
      For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.

      API name: time_series_dimension

    • serializeInternal

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

      protected static void setupIpPropertyDeserializer​(ObjectDeserializer<IpProperty.Builder> op)