You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by ot...@apache.org on 2006/11/27 00:41:21 UTC

svn commit: r479459 - /lucene/java/trunk/CHANGES.txt

Author: otis
Date: Sun Nov 26 15:41:20 2006
New Revision: 479459

URL: http://svn.apache.org/viewvc?view=rev&rev=479459
Log:
- Gave Mark credits for hit LUCENE-703 changes

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?view=diff&rev=479459&r1=479458&r2=479459
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Sun Nov 26 15:41:20 2006
@@ -29,6 +29,7 @@
  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