whitespace and typo fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-12-06 22:18:31 +00:00
parent 26235ca92d
commit 3a7635568e
1 changed files with 3 additions and 4 deletions

View File

@ -56,14 +56,13 @@ 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)
"org.apache.lucene.lockDir", so that its casing follows the existing
pattern used in other Lucene system properties. (Bernhard)
API Changes