2011-03-12 14:57:09 -05:00
|
|
|
Apache Lucene/Solr
|
|
|
|
|
2011-01-04 18:54:19 -05:00
|
|
|
lucene/ is a search engine library
|
|
|
|
solr/ is a search engine server that uses lucene
|
|
|
|
|
|
|
|
To compile the sources run 'ant compile'
|
|
|
|
To run all the tests run 'ant test'
|
|
|
|
To setup your ide run 'ant idea' or 'ant eclipse'
|
2011-05-09 11:45:27 -04:00
|
|
|
For Maven info, see dev-tools/maven/README.maven.
|
2011-01-04 18:54:19 -05:00
|
|
|
|
|
|
|
For more information on how to contribute see:
|
|
|
|
http://wiki.apache.org/lucene-java/HowToContribute
|
|
|
|
http://wiki.apache.org/solr/HowToContribute
|