public static class Schema.TextField extends Schema.Field
name, noindex, sortable, type| Constructor and Description |
|---|
TextField(String name) |
TextField(String name,
double weight) |
TextField(String name,
double weight,
boolean sortable) |
TextField(String name,
double weight,
boolean sortable,
boolean nostem) |
TextField(String name,
double weight,
boolean sortable,
boolean nostem,
boolean noindex) |
TextField(String name,
double weight,
boolean sortable,
boolean nostem,
boolean noindex,
String phonetic) |
public TextField(String name)
public TextField(String name, double weight)
public TextField(String name, double weight, boolean sortable)
public TextField(String name, double weight, boolean sortable, boolean nostem)
public TextField(String name, double weight, boolean sortable, boolean nostem, boolean noindex)
public void serializeRedisArgs(List<String> args)
serializeRedisArgs in class Schema.Fieldpublic String toString()
toString in class Schema.FieldCopyright © 2020 RedisLabs. All rights reserved.