- Fixed Mark's surname, thanks Eric ;)

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@479480 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2006-11-27 00:51:25 +00:00
parent 0f6aa1309a
commit bd76b754b0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +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)
(Mark Harwood)
6. LUCENE-543: WildcardQuery now performs a TermQuery if the provided term
does not contain a wildcard character (? or *), when previously a