GitHub user HeartSaVioR opened a pull request: https://github.com/apache/storm/pull/679
STORM-974 Introduces Tuple -> ES document mapper to get rid of constant field mapping * EsTupleMapper defines how to extract source, index, type, and id from tuple for ElasticSearch. * Applies EsTupleMapper to completely get rid of constant field mapping. * Also modifying README.md to show how to use. You can merge this pull request into a Git repository by running: $ git pull https://github.com/HeartSaVioR/storm STORM-974 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/679.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 #679 ---- commit 1f93a3f0f8194715c35869766dec5fc623066d3e Author: Jungtaek Lim <kabh...@gmail.com> Date: 2015-08-12T13:46:13Z STORM-974 Introduces Tuple -> ES document mapper to get rid of constant field mapping * EsTupleMapper defines how to extract source, index, type, and id from tuple for ElasticSearch. * Applies EsTupleMapper to completely get rid of constant field mapping. * Also modifying README.md to show how to use. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---