Class CorePropertyBase.AbstractBuilder<BuilderT extends CorePropertyBase.AbstractBuilder<BuilderT>>

java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.mapping.PropertyBase.AbstractBuilder<BuilderT>
org.opensearch.client.opensearch._types.mapping.CorePropertyBase.AbstractBuilder<BuilderT>
Direct Known Subclasses:
DocValuesPropertyBase.AbstractBuilder, NestedProperty.Builder, ObjectProperty.Builder, SearchAsYouTypeProperty.Builder, TextProperty.Builder
Enclosing class:
CorePropertyBase

public abstract static class CorePropertyBase.AbstractBuilder<BuilderT extends CorePropertyBase.AbstractBuilder<BuilderT>> extends PropertyBase.AbstractBuilder<BuilderT>
  • Constructor Details

  • Method Details

    • copyTo

      @Nonnull public final BuilderT copyTo(List<String> list)
      API name: copy_to

      Adds all elements of list to copyTo.

    • copyTo

      @Nonnull public final BuilderT copyTo(String value, String... values)
      API name: copy_to

      Adds one or more values to copyTo.

    • similarity

      @Nonnull public final BuilderT similarity(@Nullable String value)
      API name: similarity
    • store

      @Nonnull public final BuilderT store(@Nullable Boolean value)
      API name: store