| Enum | Description |
|---|---|
| Analyzed.IndexOption |
Spexifies index options passed to elasticsearch.
|
| ESOption |
Used to describe a tri-state property which is either true, false or default, which
will use the default value used by Elasticsearch.
|
| Annotation Type | Description |
|---|---|
| Analyzed |
Only for
String fields. |
| IndexMode |
Changes the index mode of the annotated field.
|
| RoutedBy |
Marks the field / property which is used as routing info for an Elasticsearch index.
|
| StorePerYear |
Marks an entity which is stored in one index per year.
|
Copyright © 2018. All rights reserved.