GitHub user kaspersorensen opened a pull request:
https://github.com/apache/metamodel/pull/98
ElasticSearch bulk support and mapping creation using Map
This branch adds support for two things...
* Creation of elastic search mappings (document types) using a JSON object
instead of array. This was discussed on the mailing list in thread "Approach to
submitting ElasticSearch mapping".
* Support for bulk operations in the REST elasticsearch connector
Sorry, it should have been two PRs, but I did it all at once - please let
me know if you need it to be split up.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kaspersorensen/metamodel
feature/elasticsearch-bulk-and-mapping
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/98.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #98
----
commit 1662b303650fd69b26cc8f06bf5e8b6b241afde6
Author: kaspersorensen <[email protected]>
Date: 2016-04-25T23:16:29Z
Added support for bulk operations in REST ElasticSearch module
commit 148b236899611418516574f7ac54789a17a0fbf1
Author: kaspersorensen <[email protected]>
Date: 2016-04-26T15:21:22Z
Added bulk error messaging for failed items
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---