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) |
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.Field
Copyright © 2019. All rights reserved.