public static class Schema.TextField extends Schema.Field
name, noindex, sortable, type
Constructor and Description |
---|
TextField(FieldName name) |
TextField(FieldName name,
double weight,
boolean sortable,
boolean nostem,
boolean noindex,
String phonetic) |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
serializeTypeArgs(List<String> args)
Sub-classes should override this method.
|
String |
toString() |
serializeRedisArgs
public TextField(String name)
public TextField(FieldName 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 TextField(String name, double weight, boolean sortable, boolean nostem, boolean noindex, String phonetic)
protected void serializeTypeArgs(List<String> args)
Schema.Field
serializeTypeArgs
in class Schema.Field
public String toString()
toString
in class Schema.Field
Copyright © 2021 RedisLabs. All rights reserved.