Class CorePropertyBase.AbstractBuilder<BuilderT extends CorePropertyBase.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
DocValuesPropertyBase.AbstractBuilder,NestedProperty.Builder,ObjectProperty.Builder,SearchAsYouTypeProperty.Builder,TextProperty.Builder
- Enclosing class:
- CorePropertyBase
protected abstract static class CorePropertyBase.AbstractBuilder<BuilderT extends CorePropertyBase.AbstractBuilder<BuilderT>> extends PropertyBase.AbstractBuilder<BuilderT>
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder() -
Method Summary
Modifier and Type Method Description BuilderTcopyTo(java.lang.String value, java.lang.String... values)API name:copy_toBuilderTcopyTo(java.util.List<java.lang.String> list)API name:copy_toBuilderTsimilarity(java.lang.String value)API name:similarityBuilderTstore(java.lang.Boolean value)API name:storeMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, localMetadata, localMetadata, meta, meta, name, properties, properties, properties, selfMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder()
-
-
Method Details
-
copyTo
API name:copy_toAdds all elements of
listtocopyTo. -
copyTo
API name:copy_toAdds one or more values to
copyTo. -
similarity
API name:similarity -
store
API name:store
-