]> source.dussan.org Git - sonarqube.git/commit
SONAR-5007 - Adding new interface for end-to-end ES integration
authorStephane Gamard <stephane.gamard@searchbox.com>
Fri, 25 Apr 2014 09:13:16 +0000 (11:13 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Fri, 25 Apr 2014 09:13:16 +0000 (11:13 +0200)
commitea1b28dd6df6899d79ad1a13b34a1945483f36ee
tree7b83cfd828240256360a6de82c5f6530cf2bd795
parent6c95411c7beea684ba428d44fbf0dbd967f96c0e
SONAR-5007 - Adding new interface for end-to-end ES integration
sonar-server/src/main/java/org/sonar/server/cluster/WorkQueue.java [new file with mode: 0644]
sonar-server/src/main/java/org/sonar/server/db/Dao.java [new file with mode: 0644]
sonar-server/src/main/java/org/sonar/server/db/Dto.java [new file with mode: 0644]
sonar-server/src/main/java/org/sonar/server/search/Hit.java [new file with mode: 0644]
sonar-server/src/main/java/org/sonar/server/search/Index.java [new file with mode: 0644]