| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.annotations | |
| org.springframework.data.elasticsearch.core.query |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldType |
Field.getFieldType() |
FieldType |
SimpleField.getFieldType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Field.setFieldType(FieldType fieldType) |
void |
SimpleField.setFieldType(FieldType fieldType) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.