]> source.dussan.org Git - sonarqube.git/commit
SONAR-9965 avoid obsolete subfields in Elasticsearch keyword fields
authorDaniel Schwarz <daniel.schwarz@sonarsource.com>
Thu, 12 Oct 2017 08:09:24 +0000 (10:09 +0200)
committerDaniel Schwarz <bartfastiel@users.noreply.github.com>
Fri, 13 Oct 2017 08:15:55 +0000 (10:15 +0200)
commit4c1a2f226b279b9b173c65695a07182717a9ffe3
tree0d6ba6551b853ae7de46c22602a39fdaa6506355
parentd1eef867e02c7402a4516fa2dd4d193a03eb2b7b
SONAR-9965 avoid obsolete subfields in Elasticsearch keyword fields

Each field with subfields used to have one obsolete additional subfield with the same name as the name itself. This one is now removed. Those obsolete subfields also sometimes caused issues with long text values (like rule descriptions or test messages).
server/sonar-server/src/main/java/org/sonar/server/es/NewIndex.java