mirror of https://github.com/apache/lucene.git
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:
parent
26235ca92d
commit
3a7635568e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue