]> source.dussan.org Git - sonarqube.git/commit
Allow ES string fields with attribute "index: no"
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 10 Feb 2015 16:57:09 +0000 (17:57 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 10 Feb 2015 17:35:53 +0000 (18:35 +0100)
commit627a14b11aed4a2df73342d10ed8938adc58f167
tree517517d775dbb9719855e0df12dfe4aa08851f08
parentda02e85cd7ae4d9e8e0af09a0ef0cf9fe9411d1b
Allow ES string fields with attribute "index: no"

Required to accept long string values on non-searchable fields, for example sourceLines/sourceLine/highlighting
server/sonar-server/src/main/java/org/sonar/server/es/NewIndex.java
server/sonar-server/src/main/java/org/sonar/server/issue/index/IssueIndexDefinition.java
server/sonar-server/src/main/java/org/sonar/server/source/index/SourceLineIndexDefinition.java
server/sonar-server/src/test/java/org/sonar/server/es/NewIndexTest.java