Class PropertyBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.PropertyBuilders
public class PropertyBuilders
extends java.lang.Object
Builders for
Property variants.-
Method Summary
Modifier and Type Method Description static AggregateMetricDoubleProperty.BuilderaggregateMetricDouble()Creates 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.Buildercompletion()Creates a builder for thecompletionPropertyvariant.static ConstantKeywordProperty.BuilderconstantKeyword()Creates a builder for theconstant_keywordPropertyvariant.static DateProperty.Builderdate()Creates a builder for thedatePropertyvariant.static DateNanosProperty.BuilderdateNanos()Creates a builder for thedate_nanosPropertyvariant.static DateRangeProperty.BuilderdateRange()Creates a builder for thedate_rangePropertyvariant.static DenseVectorProperty.BuilderdenseVector()Creates a builder for thedense_vectorPropertyvariant.static DoubleNumberProperty.Builderdouble_()Creates a builder for thedoublePropertyvariant.static DoubleRangeProperty.BuilderdoubleRange()Creates a builder for thedouble_rangePropertyvariant.static FlattenedProperty.Builderflattened()Creates a builder for theflattenedPropertyvariant.static FloatNumberProperty.Builderfloat_()Creates a builder for thefloatPropertyvariant.static FloatRangeProperty.BuilderfloatRange()Creates a builder for thefloat_rangePropertyvariant.static GeoPointProperty.BuildergeoPoint()Creates a builder for thegeo_pointPropertyvariant.static GeoShapeProperty.BuildergeoShape()Creates a builder for thegeo_shapePropertyvariant.static HalfFloatNumberProperty.BuilderhalfFloat()Creates a builder for thehalf_floatPropertyvariant.static HistogramProperty.Builderhistogram()Creates a builder for thehistogramPropertyvariant.static IntegerNumberProperty.Builderinteger()Creates a builder for theintegerPropertyvariant.static IntegerRangeProperty.BuilderintegerRange()Creates 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 LongNumberProperty.Builderlong_()Creates a builder for thelongPropertyvariant.static LongRangeProperty.BuilderlongRange()Creates a builder for thelong_rangePropertyvariant.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.Builderpercolator()Creates a builder for thepercolatorPropertyvariant.static PointProperty.Builderpoint()Creates a builder for thepointPropertyvariant.static RankFeatureProperty.BuilderrankFeature()Creates a builder for therank_featurePropertyvariant.static RankFeaturesProperty.BuilderrankFeatures()Creates a builder for therank_featuresPropertyvariant.static ScaledFloatNumberProperty.BuilderscaledFloat()Creates a builder for thescaled_floatPropertyvariant.static SearchAsYouTypeProperty.BuildersearchAsYouType()Creates a builder for thesearch_as_you_typePropertyvariant.static ShapeProperty.Buildershape()Creates a builder for theshapePropertyvariant.static ShortNumberProperty.Buildershort_()Creates a builder for theshortPropertyvariant.static TextProperty.Buildertext()Creates a builder for thetextPropertyvariant.static TokenCountProperty.BuildertokenCount()Creates a builder for thetoken_countPropertyvariant.static UnsignedLongNumberProperty.BuilderunsignedLong()Creates a builder for theunsigned_longPropertyvariant.static VersionProperty.Builderversion()Creates a builder for theversionPropertyvariant.static WildcardProperty.Builderwildcard()Creates a builder for thewildcardPropertyvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
aggregateMetricDouble
Creates a builder for theaggregate_metric_doublePropertyvariant. -
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. -
dateNanos
Creates a builder for thedate_nanosPropertyvariant. -
date
Creates a builder for thedatePropertyvariant. -
dateRange
Creates a builder for thedate_rangePropertyvariant. -
denseVector
Creates a builder for thedense_vectorPropertyvariant. -
double_
Creates a builder for thedoublePropertyvariant. -
doubleRange
Creates a builder for thedouble_rangePropertyvariant. -
alias
Creates a builder for thealiasPropertyvariant. -
flattened
Creates a builder for theflattenedPropertyvariant. -
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. -
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. -
long_
Creates a builder for thelongPropertyvariant. -
longRange
Creates a builder for thelong_rangePropertyvariant. -
murmur3
Creates a builder for themurmur3Propertyvariant. -
nested
Creates a builder for thenestedPropertyvariant. -
object
Creates a builder for theobjectPropertyvariant. -
percolator
Creates a builder for thepercolatorPropertyvariant. -
point
Creates a builder for thepointPropertyvariant. -
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. -
shape
Creates a builder for theshapePropertyvariant. -
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.
-