AdaptrisMessageProducer interface providing quick integration into
Elasticsearch.See: Description
| Interface | Description |
|---|---|
| ActionExtractor | |
| ElasticDocumentBuilder | |
| ElasticSearchClientCreator | |
| FieldNameMapper | |
| RequestBuilder |
| Class | Description |
|---|---|
| BulkIndexDocuments |
Add a document(s) to ElasticSearch.
|
| ConfiguredAction | |
| CSVDocumentBuilder |
Builds a simple document for elastic search.
|
| CSVDocumentBuilderImpl | |
| CSVWithGeoPointBuilder |
Builds a document for elastic search.
|
| DocumentWrapper | |
| ElasticSearchConnection |
Please note this implementation is compatible with Elasticsearch 6.0+
|
| ElasticSearchProducer |
Base class for ElasticSearch based activities.
|
| ElasticSearchRequestBuilder | |
| ElasticSearchRestClientCreator | |
| IndexDocuments |
Add a document(s) to ElasticSearch.
|
| JsonPathAction | |
| MappedAction | |
| MetadataAction | |
| NoOpFieldNameMapper | |
| SimpleDocumentBuilder |
Builds a simple document for elastic search.
|
| ToLowerCaseFieldNameMapper | |
| ToUpperCaseFieldNameMapper | |
| TransportClient |
| Enum | Description |
|---|---|
| DocumentAction |
What to do with this document.
|
AdaptrisMessageProducer interface providing quick integration into
Elasticsearch.