Uses of Class
com.redis.vl.schema.NumericField.NumericFieldBuilder
Packages that use NumericField.NumericFieldBuilder
-
Uses of NumericField.NumericFieldBuilder in com.redis.vl.schema
Methods in com.redis.vl.schema that return NumericField.NumericFieldBuilderModifier and TypeMethodDescriptionSet the field alias.NumericField.builder()Create a NumericField builder (Lombok-style).NumericField.NumericFieldBuilder.indexed(boolean indexed) Set whether this field should be indexed.Set the field name.Create a NumericField with fluent API.NumericField.NumericFieldBuilder.sortable()Make this field sortable (equivalent to sortable(true)).NumericField.NumericFieldBuilder.sortable(boolean sortable) Set whether this field should be sortable.Set the field alias (alias for alias() method).Method parameters in com.redis.vl.schema with type arguments of type NumericField.NumericFieldBuilderModifier and TypeMethodDescriptionIndexSchema.Builder.addNumericField(String name, Consumer<NumericField.NumericFieldBuilder> customizer) Add a numeric field with customization