reflect change for system property "org.apache.lucene.lockDir"

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bernhard Messer 2004-12-02 17:46:00 +00:00
parent a77b4ffb42
commit 37d3337937
1 changed files with 6 additions and 1 deletions

View File

@ -56,10 +56,15 @@ New features
12. FuzzyQuery can no longer throw a TooManyClauses exception. If a
FuzzyQuery expands to more than BooleanQuery.maxClauseCount
terms only the BooleanQuery.maxClauseCount most similar terms
terms only the BooleanQuery.maxClauseCount most similar terms
go into the rewritten query and thus the exception is avoided.
(Christoph)
13. Changed system property from "org.apache.lucene.lockdir" to
"org.apache.lucene.lockDir", so that it's casing follows the existing
casing pattern used in other Lucene system properties.
(Bernhard)
API Changes
1. Several methods and fields have been deprecated. The API documentation