Class DateNanosProperty

All Implemented Interfaces:
PropertyVariant, JsonpSerializable, UnionVariant

@JsonpDeserializable
public final class DateNanosProperty
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
    • format

      @Nullable public java.lang.String format()
      API name: format
    • ignoreMalformed

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

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

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

      @Nullable public java.lang.Integer precisionStep()
      API name: precision_step
    • serializeInternal

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

      protected static void setupDateNanosPropertyDeserializer​(DelegatingDeserializer<DateNanosProperty.Builder> op)