]> source.dussan.org Git - sonarqube.git/commit
Drop useless ngram tokenizer on index projectmeasures
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 10 Jan 2017 19:55:34 +0000 (20:55 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 11 Jan 2017 16:56:22 +0000 (17:56 +0100)
commit0b406b23fa12e1e20fac9f8a2e1bb4faf66ca812
treedfa839c20c406c7e6fe488ba624caefabb5ad6e0
parentadc76da3d642fe8eba26d73021accbf686b67d31
Drop useless ngram tokenizer on index projectmeasures

Projects can't be filtered by name in the WS, so there's
no need to maintain a ngram analyzer on the name field.
server/sonar-server/src/main/java/org/sonar/server/component/es/ProjectMeasuresIndexDefinition.java