mirror of https://github.com/apache/lucene.git
- Gave Mark credits for hit LUCENE-703 changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@479459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe47121a67
commit
61f2c83fd9
|
@ -29,6 +29,7 @@ Changes in runtime behavior
|
|||
5. LUCENE-703: QueryParser changed to default to use of ConstantScoreRangeQuery
|
||||
for range queries. Added useOldRangeQuery property to QueryParser to allow
|
||||
selection of old RangeQuery class if required.
|
||||
(Mark Hardood)
|
||||
|
||||
6. LUCENE-543: WildcardQuery now performs a TermQuery if the provided term
|
||||
does not contain a wildcard character (? or *), when previously a
|
||||
|
|
Loading…
Reference in New Issue