Uses of Class
com.redis.vl.schema.TextField.TextFieldBuilder
Packages that use TextField.TextFieldBuilder
-
Uses of TextField.TextFieldBuilder in com.redis.vl.schema
Methods in com.redis.vl.schema that return TextField.TextFieldBuilderModifier and TypeMethodDescriptionSet the field aliasstatic TextField.TextFieldBuilderTextField.builder()Create a TextField builder (Lombok-style)TextField.TextFieldBuilder.indexed(boolean indexed) Set whether the field is indexedSet the field nameTextField.TextFieldBuilder.noStem()Disable stemming for this fieldTextField.TextFieldBuilder.noStem(boolean noStem) Set whether to disable stemmingstatic TextField.TextFieldBuilderCreate a TextField with fluent APISet the phonetic matcherTextField.TextFieldBuilder.sortable()Set the field as sortableTextField.TextFieldBuilder.sortable(boolean sortable) Set whether the field is sortableTextField.TextFieldBuilder.weight(double weight) Set the weight for scoring in full-text searchSet the field alias (alternative method)TextField.TextFieldBuilder.withPhonetic(String phonetic) Set the phonetic matcher (alternative method)TextField.TextFieldBuilder.withWeight(double weight) Set the weight for scoring in full-text search (alternative method)Method parameters in com.redis.vl.schema with type arguments of type TextField.TextFieldBuilderModifier and TypeMethodDescriptionIndexSchema.Builder.addTextField(String name, Consumer<TextField.TextFieldBuilder> customizer) Add a text field with customization