mirror of https://github.com/apache/lucene.git
06ae3eb2ec
The current snapshot cleanup mechanism is based on reference counting the index files shared between multiple segments. Since this mechanism completely skips the Lucene APIs, it is not portable (e.g. it doesn't work on 4.10.x version). This patch provides an alternate implementation which relies exclusively on Lucene IndexWriter (+ IndexDeletionPolicy) for cleanup. mend |
||
---|---|---|
dev-tools | ||
lucene | ||
solr | ||
.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