Class PropertyBuilders
java.lang.Object
org.opensearch.client.opensearch._types.mapping.PropertyBuilders
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class PropertyBuilders
extends Object
Builders for
Property variants.-
Method Summary
Modifier and TypeMethodDescriptionCreates a builder for theaggregate_metric_doublePropertyvariant.static FieldAliasProperty.Builderalias()Creates a builder for thealiasPropertyvariant.static BinaryProperty.Builderbinary()Creates a builder for thebinaryPropertyvariant.static BooleanProperty.Builderboolean_()Creates a builder for thebooleanPropertyvariant.static ByteNumberProperty.Builderbyte_()Creates a builder for thebytePropertyvariant.static CompletionProperty.BuilderCreates a builder for thecompletionPropertyvariant.Creates a builder for theconstant_keywordPropertyvariant.static DateProperty.Builderdate()Creates a builder for thedatePropertyvariant.static DateNanosProperty.BuilderCreates a builder for thedate_nanosPropertyvariant.static DateRangeProperty.BuilderCreates a builder for thedate_rangePropertyvariant.static DoubleNumberProperty.Builderdouble_()Creates a builder for thedoublePropertyvariant.static DoubleRangeProperty.BuilderCreates a builder for thedouble_rangePropertyvariant.static FlatObjectProperty.BuilderCreates a builder for theflat_objectPropertyvariant.static FloatNumberProperty.Builderfloat_()Creates a builder for thefloatPropertyvariant.static FloatRangeProperty.BuilderCreates a builder for thefloat_rangePropertyvariant.static GeoPointProperty.BuildergeoPoint()Creates a builder for thegeo_pointPropertyvariant.static GeoShapeProperty.BuildergeoShape()Creates a builder for thegeo_shapePropertyvariant.Creates a builder for thehalf_floatPropertyvariant.static HistogramProperty.BuilderCreates a builder for thehistogramPropertyvariant.Creates a builder for theicu_collation_keywordPropertyvariant.integer()Creates a builder for theintegerPropertyvariant.static IntegerRangeProperty.BuilderCreates a builder for theinteger_rangePropertyvariant.static IpProperty.Builderip()Creates a builder for theipPropertyvariant.static IpRangeProperty.BuilderipRange()Creates a builder for theip_rangePropertyvariant.static JoinProperty.Builderjoin()Creates a builder for thejoinPropertyvariant.static KeywordProperty.Builderkeyword()Creates a builder for thekeywordPropertyvariant.static KnnVectorProperty.BuilderCreates a builder for theknn_vectorPropertyvariant.static LongNumberProperty.Builderlong_()Creates a builder for thelongPropertyvariant.static LongRangeProperty.BuilderCreates a builder for thelong_rangePropertyvariant.Creates a builder for thematch_only_textPropertyvariant.static Murmur3HashProperty.Buildermurmur3()Creates a builder for themurmur3Propertyvariant.static NestedProperty.Buildernested()Creates a builder for thenestedPropertyvariant.static ObjectProperty.Builderobject()Creates a builder for theobjectPropertyvariant.static PercolatorProperty.BuilderCreates a builder for thepercolatorPropertyvariant.static RankFeatureProperty.BuilderCreates a builder for therank_featurePropertyvariant.static RankFeaturesProperty.BuilderCreates a builder for therank_featuresPropertyvariant.Creates a builder for thescaled_floatPropertyvariant.Creates a builder for thesearch_as_you_typePropertyvariant.static ShortNumberProperty.Buildershort_()Creates a builder for theshortPropertyvariant.static TextProperty.Buildertext()Creates a builder for thetextPropertyvariant.static TokenCountProperty.BuilderCreates a builder for thetoken_countPropertyvariant.Creates a builder for theunsigned_longPropertyvariant.static VersionProperty.Builderversion()Creates a builder for theversionPropertyvariant.static WildcardProperty.Builderwildcard()Creates a builder for thewildcardPropertyvariant.static XyPointProperty.BuilderxyPoint()Creates a builder for thexy_pointPropertyvariant.static XyShapeProperty.BuilderxyShape()Creates a builder for thexy_shapePropertyvariant.
-
Method Details
-
aggregateMetricDouble
Creates a builder for theaggregate_metric_doublePropertyvariant. -
alias
Creates a builder for thealiasPropertyvariant. -
binary
Creates a builder for thebinaryPropertyvariant. -
boolean_
Creates a builder for thebooleanPropertyvariant. -
byte_
Creates a builder for thebytePropertyvariant. -
completion
Creates a builder for thecompletionPropertyvariant. -
constantKeyword
Creates a builder for theconstant_keywordPropertyvariant. -
date
Creates a builder for thedatePropertyvariant. -
dateNanos
Creates a builder for thedate_nanosPropertyvariant. -
dateRange
Creates a builder for thedate_rangePropertyvariant. -
double_
Creates a builder for thedoublePropertyvariant. -
doubleRange
Creates a builder for thedouble_rangePropertyvariant. -
flatObject
Creates a builder for theflat_objectPropertyvariant. -
float_
Creates a builder for thefloatPropertyvariant. -
floatRange
Creates a builder for thefloat_rangePropertyvariant. -
geoPoint
Creates a builder for thegeo_pointPropertyvariant. -
geoShape
Creates a builder for thegeo_shapePropertyvariant. -
halfFloat
Creates a builder for thehalf_floatPropertyvariant. -
histogram
Creates a builder for thehistogramPropertyvariant. -
icuCollationKeyword
Creates a builder for theicu_collation_keywordPropertyvariant. -
integer
Creates a builder for theintegerPropertyvariant. -
integerRange
Creates a builder for theinteger_rangePropertyvariant. -
ip
Creates a builder for theipPropertyvariant. -
ipRange
Creates a builder for theip_rangePropertyvariant. -
join
Creates a builder for thejoinPropertyvariant. -
keyword
Creates a builder for thekeywordPropertyvariant. -
knnVector
Creates a builder for theknn_vectorPropertyvariant. -
long_
Creates a builder for thelongPropertyvariant. -
longRange
Creates a builder for thelong_rangePropertyvariant. -
matchOnlyText
Creates a builder for thematch_only_textPropertyvariant. -
murmur3
Creates a builder for themurmur3Propertyvariant. -
nested
Creates a builder for thenestedPropertyvariant. -
object
Creates a builder for theobjectPropertyvariant. -
percolator
Creates a builder for thepercolatorPropertyvariant. -
rankFeature
Creates a builder for therank_featurePropertyvariant. -
rankFeatures
Creates a builder for therank_featuresPropertyvariant. -
scaledFloat
Creates a builder for thescaled_floatPropertyvariant. -
searchAsYouType
Creates a builder for thesearch_as_you_typePropertyvariant. -
short_
Creates a builder for theshortPropertyvariant. -
text
Creates a builder for thetextPropertyvariant. -
tokenCount
Creates a builder for thetoken_countPropertyvariant. -
unsignedLong
Creates a builder for theunsigned_longPropertyvariant. -
version
Creates a builder for theversionPropertyvariant. -
wildcard
Creates a builder for thewildcardPropertyvariant. -
xyPoint
Creates a builder for thexy_pointPropertyvariant. -
xyShape
Creates a builder for thexy_shapePropertyvariant.
-