Apache Lucene open-source search software
Go to file
Joel Bernstein 191c2ba5f5 SOLR-10767: Add movingAvg Stream Evaluator 2017-05-30 11:10:43 -04:00
dev-tools
lucene LUCENE-7856: Remove unnecessary dependencies of spatial-extras. 2017-05-30 11:49:53 +02:00
solr SOLR-10767: Add movingAvg Stream Evaluator 2017-05-30 11:10:43 -04:00
.gitignore
.hgignore
README.txt
build.xml

README.txt

Apache Lucene/Solr

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', 'ant netbeans', or 'ant eclipse'
For Maven info, see dev-tools/maven/README.maven

For more information on how to contribute see:
http://wiki.apache.org/lucene-java/HowToContribute
http://wiki.apache.org/solr/HowToContribute