- 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:
Otis Gospodnetic 2006-11-26 23:41:20 +00:00
parent fe47121a67
commit 61f2c83fd9
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ Changes in runtime behavior
5. LUCENE-703: QueryParser changed to default to use of ConstantScoreRangeQuery 5. LUCENE-703: QueryParser changed to default to use of ConstantScoreRangeQuery
for range queries. Added useOldRangeQuery property to QueryParser to allow for range queries. Added useOldRangeQuery property to QueryParser to allow
selection of old RangeQuery class if required. selection of old RangeQuery class if required.
(Mark Hardood)
6. LUCENE-543: WildcardQuery now performs a TermQuery if the provided term 6. LUCENE-543: WildcardQuery now performs a TermQuery if the provided term
does not contain a wildcard character (? or *), when previously a does not contain a wildcard character (? or *), when previously a