Apache Lucene open-source search software
Go to file
Timothy Potter c119cf89a4 SOLR-6163: Correctly decode special characters in managed stopwords and synonym endpoints.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1616361 13f79535-47bb-0310-9956-ffa450edef68
2014-08-06 21:50:40 +00:00
dev-tools LUCENE-5850: fix smoke tester to verify the index's segment versions in fact match the version being tested 2014-07-28 19:48:09 +00:00
lucene LUCENE-5869: Added restriction to positive values for maxExpansions in FuzzyQuery 2014-08-05 15:39:20 +00:00
solr SOLR-6163: Correctly decode special characters in managed stopwords and synonym endpoints. 2014-08-06 21:50:40 +00:00
.gitignore
.hgignore
README.txt
build.xml
extra-targets.xml Update some build tools 2014-05-16 22:57:33 +00:00

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