Remove Solr

It isn't used in the wild and is going to be replaced with
Elastic Search.

Change-Id: Ic62ae3103fca2214904dbf2faf4c861b5f0ae9b5
This commit is contained in:
David Ostrovsky
2014-07-12 17:04:24 +02:00
committed by David Pursehouse
parent b50a7edd46
commit 7fe1752bfd
13 changed files with 1 additions and 581 deletions

View File

@@ -38,7 +38,7 @@ import org.eclipse.jgit.lib.Config;
*/
public class IndexModule extends LifecycleModule {
public enum IndexType {
LUCENE, SOLR
LUCENE
}
/** Type of secondary index. */