Sunday, December 26, 2010

Build Solr from Nightly Build

To build Solr from nightly build:

1. Download source code from subversion repository at: https://svn.apache.org/repos/asf/lucene/dev/trunk/
You will need a subversion client like Tortoise SVN.
2. Build example using ant by:
ant example
3. After the build finishes you can start the solr server by:
java -jar start.jar

No comments:

Post a Comment