You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2015/06/04 01:40:59 UTC

[3/3] incubator-usergrid git commit: added to prevent new fields from being indexed automagically

added to prevent new fields from being indexed automagically


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/17059d8e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/17059d8e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/17059d8e

Branch: refs/heads/two-dot-o-dev
Commit: 17059d8e670fdd0d5ce7818b4ec45df42b190896
Parents: a7ca17f
Author: Jeff West <jw...@apigee.com>
Authored: Wed Jun 3 14:13:36 2015 -0700
Committer: Jeff West <jw...@apigee.com>
Committed: Wed Jun 3 14:13:36 2015 -0700

----------------------------------------------------------------------
 .../org/apache/usergrid/persistence/index/usergrid-mappings.json    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/17059d8e/stack/corepersistence/queryindex/src/main/resources/org/apache/usergrid/persistence/index/usergrid-mappings.json
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queryindex/src/main/resources/org/apache/usergrid/persistence/index/usergrid-mappings.json b/stack/corepersistence/queryindex/src/main/resources/org/apache/usergrid/persistence/index/usergrid-mappings.json
index d945cf7..adfb20d 100644
--- a/stack/corepersistence/queryindex/src/main/resources/org/apache/usergrid/persistence/index/usergrid-mappings.json
+++ b/stack/corepersistence/queryindex/src/main/resources/org/apache/usergrid/persistence/index/usergrid-mappings.json
@@ -1,5 +1,6 @@
 {
     "entity": {
+        "dynamic": "strict",
         "properties": {
             "entityId": {
                 "type": "string",