A search module for GitHub issue recommendation service Wannacode.
- Unpack an Apache Solr distribution (>= 4.4.0 version is required)
- Replace the following configuration files from this project:
- etc/schema.xml -> $SOLR_DIR/example/solr/collection1/conf/schema.xml
- etc/solrconfig.xml -> $SOLR_DIR/example/solr/collection1/conf/solrconfig.xml
- Build a JAR file of the project, you may do that via sbt:
sbt
> package
- Put the resulting JAR file as well as scala-library.jar into $SOLR_DIR/example/solr/lib
- Run Solr and have fun!