| Package | Description |
|---|---|
| io.polyglotted.esmodel.api.index |
| Modifier and Type | Field and Description |
|---|---|
FieldType |
FieldMapping.type |
| 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 |
|---|---|
static FieldMapping.Builder |
FieldMapping.notAnalyzedField(String field,
FieldType fieldType) |
static FieldMapping.Builder |
FieldMapping.simpleField(String field,
FieldType fieldType) |
Copyright © 2012–2015 Polyglotted IO. All rights reserved.