Merge with 7b39195399329dca42a7de7175f8e9e2f7478a4e
[pithos] / src / gr / ebs / gss / mbeans / SolrMBean.java
index b70aa50..3f197c9 100644 (file)
@@ -30,4 +30,9 @@ public interface SolrMBean extends ServiceMBean {
      * Removes the existing index and rebuilds the database from scratch
      */
     public String rebuildIndex();
+
+    /**
+     * Adds missing files to the index without deleting the index first
+     */
+    public String refreshIndex();
 }