Package | Description |
---|---|
io.redisearch |
Modifier and Type | Field and Description |
---|---|
Schema.FieldType |
Schema.Field.type |
Modifier and Type | Method and Description |
---|---|
static Schema.FieldType |
Schema.FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.FieldType[] |
Schema.FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Field(String name,
Schema.FieldType type,
boolean sortable) |
Field(String name,
Schema.FieldType type,
boolean sortable,
boolean noindex) |
Copyright © 2019. All rights reserved.