| Interface | Description |
|---|---|
| EsDataLoader |
| Class | Description |
|---|---|
| IndexData |
Represents data to be inserted into Elasticsearch.
|
| SpringEsDataLoader |
Loader that use Spring Data's
ElasticsearchOperations to load data into Elasticsearch. |
| SpringUtils |
Utility class to interact with Spring.
|
| Enum | Description |
|---|---|
| EsDataFormat |
Enum defining the data formats supported by the tool to load data into Elasticsearch.
|
| Annotation Type | Description |
|---|---|
| DeleteEsData |
@LoadEsData is a repeatable annotation
that is used to define which data to delete from Elasticsearch index. |
| LoadEsData |
@LoadEsData is a repeatable annotation
that is used to define which Elasticsearch data to load into which index and how. |
| LoadMultipleEsData |
Containing annotation to allow repeating @LoadEsData, no need to use it directly in code.
|