Class IcuCollationProperty.Builder
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>
co.elastic.clients.elasticsearch._types.mapping.DocValuesPropertyBase.AbstractBuilder<IcuCollationProperty.Builder>
co.elastic.clients.elasticsearch._types.mapping.IcuCollationProperty.Builder
- All Implemented Interfaces:
WithJson<IcuCollationProperty.Builder>,ObjectBuilder<IcuCollationProperty>
- Enclosing class:
- IcuCollationProperty
public static class IcuCollationProperty.Builder
extends DocValuesPropertyBase.AbstractBuilder<IcuCollationProperty.Builder>
implements ObjectBuilder<IcuCollationProperty>
Builder for
IcuCollationProperty.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalternate(IcuCollationAlternate value) API name:alternatebuild()Builds aIcuCollationProperty.caseFirst(IcuCollationCaseFirst value) API name:case_firstAPI name:case_levelAPI name:countryAPI name:decompositionhiraganaQuaternaryMode(Boolean value) API name:hiragana_quaternary_modeShould the field be searchable?indexOptions(IndexOptions value) API name:index_optionsAPI name:languageAPI name:normsAccepts a string value which is substituted for any explicit null values.API name:numericAPI name:rulesprotected IcuCollationProperty.Builderself()strength(IcuCollationStrength value) API name:strengthvariableTop(String value) API name:variable_topAPI name:variantMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.DocValuesPropertyBase.AbstractBuilder
docValuesMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase.AbstractBuilder
copyTo, copyTo, storeMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.PropertyBase.AbstractBuilder
dynamic, fields, fields, fields, ignoreAbove, meta, meta, properties, properties, properties, syntheticSourceKeepMethods 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
-
norms
API name:norms -
indexOptions
API name:index_options -
index
Should the field be searchable?API name:
index -
nullValue
Accepts a string value which is substituted for any explicit null values. Defaults to null, which means the field is treated as missing.API name:
null_value -
rules
API name:rules -
language
API name:language -
country
API name:country -
variant
API name:variant -
strength
API name:strength -
decomposition
API name:decomposition -
alternate
API name:alternate -
caseLevel
API name:case_level -
caseFirst
API name:case_first -
numeric
API name:numeric -
variableTop
API name:variable_top -
hiraganaQuaternaryMode
API name:hiragana_quaternary_mode -
self
- Specified by:
selfin classPropertyBase.AbstractBuilder<IcuCollationProperty.Builder>
-
build
Builds aIcuCollationProperty.- Specified by:
buildin interfaceObjectBuilder<IcuCollationProperty>- Throws:
NullPointerException- if some of the required fields are null.
-