You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/08/28 00:32:32 UTC

[7/7] storm git commit: add STORM-974 to CHANGELOG.md

add STORM-974 to CHANGELOG.md


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/07e0ff2e
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/07e0ff2e
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/07e0ff2e

Branch: refs/heads/master
Commit: 07e0ff2e206a0e0ca96da9137ebbd3fc7a5e9c8b
Parents: 2819989
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Aug 28 07:32:09 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Aug 28 07:32:09 2015 +0900

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/07e0ff2e/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d51a987..4709947 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-974: [storm-elasticsearch] Introduces Tuple -> ES document mapper to get rid of constant field mapping (source, index, type)
  * STORM-978: [storm-elasticsearch] Introduces Lookup(or Query)Bolt which emits matched documents from ES
  * STORM-851: Storm Solr connector
  * STORM-854: [Storm-Kafka] KafkaSpout can set the topic name as the output streamid