]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5529 - Created ISSUES IndexDefinition
authorStephane Gamard <stephane.gamard@sonarsource.com>
Sun, 31 Aug 2014 13:43:05 +0000 (15:43 +0200)
committerStephane Gamard <stephane.gamard@sonarsource.com>
Sun, 31 Aug 2014 13:43:05 +0000 (15:43 +0200)
server/sonar-server/src/main/java/org/sonar/server/search/IndexDefinition.java

index 19efab2b24dbb726799713a4f3a2341defeab2e1..3bef085c511ccfaa8602e6917cec4f7513db0392 100644 (file)
@@ -52,6 +52,7 @@ public class IndexDefinition {
 
   public static final IndexDefinition RULE = new IndexDefinition("rules", "rules");
   public static final IndexDefinition ACTIVE_RULE = new IndexDefinition("rules", "activeRules");
+  public static final IndexDefinition ISSUES = new IndexDefinition("issues", "issues");
   public static final IndexDefinition LOG = new IndexDefinition("logs", "sonarLogs");