2011-03-12 19:57:09 +00:00
|
|
|
Apache Lucene/Solr
|
|
|
|
|
2011-01-04 23:54:19 +00: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'
|
2014-01-05 17:38:17 +00:00
|
|
|
To setup your ide run 'ant idea', 'ant netbeans', or 'ant eclipse'
|
2014-01-05 18:42:13 +00:00
|
|
|
For Maven info, see dev-tools/maven/README.maven
|
2011-01-04 23:54:19 +00:00
|
|
|
|
|
|
|
For more information on how to contribute see:
|
|
|
|
http://wiki.apache.org/lucene-java/HowToContribute
|
|
|
|
http://wiki.apache.org/solr/HowToContribute
|