Class FlattenedProperty.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder<FlattenedProperty.Builder>
co.elastic.clients.elasticsearch._types.mapping.FlattenedProperty.Builder
- All Implemented Interfaces:
WithJson<FlattenedProperty.Builder>,ObjectBuilder<FlattenedProperty>
- Enclosing class:
- FlattenedProperty
public static class FlattenedProperty.Builder
extends PropertyBase.AbstractBuilder<FlattenedProperty.Builder>
implements ObjectBuilder<FlattenedProperty>
Builder for
FlattenedProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAPI name:boostbuild()Builds aFlattenedProperty.depthLimit(Integer value) API name:depth_limitAPI name:doc_valueseagerGlobalOrdinals(Boolean value) API name:eager_global_ordinalsAPI name:indexindexOptions(IndexOptions value) API name:index_optionsAPI name:null_valueprotected FlattenedProperty.Builderself()similarity(String value) API name:similaritysplitQueriesOnWhitespace(Boolean value) API name:split_queries_on_whitespaceMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, meta, meta, properties, properties, propertiesMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
boost
API name:boost -
depthLimit
API name:depth_limit -
docValues
API name:doc_values -
eagerGlobalOrdinals
API name:eager_global_ordinals -
index
API name:index -
indexOptions
API name:index_options -
nullValue
API name:null_value -
similarity
API name:similarity -
splitQueriesOnWhitespace
API name:split_queries_on_whitespace -
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<FlattenedProperty.Builder>
-
build
Builds aFlattenedProperty.- Specified by:
buildin interfaceObjectBuilder<FlattenedProperty>- Throws:
NullPointerException- if some of the required fields are null.
-