summaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-01-14 11:06:35 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-01-14 11:19:07 +0100
commitab6432f1aa3c131f5aef6c16cace6181ee70bbea (patch)
treec2e735ae2235ed4b6e76a7f7ab3d6b048634aa22 /sonar-server
parent5b3238b799cf2619c72f8fd42c1a918fa001d562 (diff)
downloadsonarqube-ab6432f1aa3c131f5aef6c16cace6181ee70bbea.tar.gz
sonarqube-ab6432f1aa3c131f5aef6c16cace6181ee70bbea.zip
SONAR-4923 Add correct analyzer to "name" field in rule mapping
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/resources/org/sonar/server/es/config/mappings/rule_mapping.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/resources/org/sonar/server/es/config/mappings/rule_mapping.json b/sonar-server/src/main/resources/org/sonar/server/es/config/mappings/rule_mapping.json
index 7c39f03980e..564dfc1044a 100644
--- a/sonar-server/src/main/resources/org/sonar/server/es/config/mappings/rule_mapping.json
+++ b/sonar-server/src/main/resources/org/sonar/server/es/config/mappings/rule_mapping.json
@@ -20,7 +20,7 @@
"type": "multi_field",
"fields": {
"name": { "type": "string", "index": "analyzed" },
- "raw": { "type": "string", "index": "not_analyzed"}
+ "raw": { "type": "string", "index": "analyzed", "analyzer": "sortable" }
}
},
"description": {