Repository: incubator-usergrid Updated Branches: refs/heads/USERGRID-609 c6bbfba98 -> 7b215250a
Updated mapping to fix missing doc_values and disable norms since we use external sorting Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/6d4847a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/6d4847a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/6d4847a8 Branch: refs/heads/USERGRID-609 Commit: 6d4847a817aefa65075970a54af85faf159f9176 Parents: fd6305c Author: Todd Nine <[email protected]> Authored: Thu Apr 30 10:16:10 2015 -0600 Committer: Todd Nine <[email protected]> Committed: Thu Apr 30 10:16:10 2015 -0600 ---------------------------------------------------------------------- .../org/apache/usergrid/persistence/index/usergrid-mappings.json | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/6d4847a8/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 f12b66b..bee84a2 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 @@ -73,6 +73,10 @@ }, "string": { "type": "string", + "doc_values": true, + "norms": { + "enabled": false + }, "fields": { "exact": { "type": "string",
