]> source.dussan.org Git - sonarqube.git/commit
Improve performance of ES request on users 50/head
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 20 Jan 2015 22:59:38 +0000 (23:59 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 20 Jan 2015 22:59:38 +0000 (23:59 +0100)
commit1916caf2f40063c2f17b2c1c92ed5a4dd2321b59
treecde63bb9f85754a595314b3075652fead2e83e1b
parentfb21d4cbafc3a5e7b9c63c0df300129d9135045b
Improve performance of ES request on users

Searching for users by SCM account does not require scoring, so filters must be used instead of queries.
server/sonar-server/src/main/java/org/sonar/server/user/index/UserIndex.java