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 mh...@apache.org on 2006/11/16 09:18:20 UTC

svn commit: r475629 - in /lucene/java/trunk: CHANGES.txt docs/whoweare.html xdocs/whoweare.xml

Author: mharwood
Date: Thu Nov 16 00:18:20 2006
New Revision: 475629

URL: http://svn.apache.org/viewvc?view=rev&rev=475629
Log:
Updated docs - Added entry to changes.txt for the new QueryParser use of ConstantScoreRangeQuery, added entry to whoweare docs

Modified:
    lucene/java/trunk/CHANGES.txt
    lucene/java/trunk/docs/whoweare.html
    lucene/java/trunk/xdocs/whoweare.xml

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?view=diff&rev=475629&r1=475628&r2=475629
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Thu Nov 16 00:18:20 2006
@@ -25,6 +25,10 @@
  4. LUCENE-489: Add support for leading wildcard characters (*, ?) to
     QueryParser.  Default is to disallow them, as before.
     (Steven Parkes via Otis Gospodnetic)
+    
+ 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.      
 
 New features
 

Modified: lucene/java/trunk/docs/whoweare.html
URL: http://svn.apache.org/viewvc/lucene/java/trunk/docs/whoweare.html?view=diff&rev=475629&r1=475628&r2=475629
==============================================================================
--- lucene/java/trunk/docs/whoweare.html (original)
+++ lucene/java/trunk/docs/whoweare.html Thu Nov 16 00:18:20 2006
@@ -164,6 +164,7 @@
 <li><b>Yonik Seeley</b> (yonik@...)</li>
 <li><b>Grant Ingersoll</b> (gsingers@...) </li>
 <li><b>Mike McCandless</b> (mikemccand@...) </li>
+<li><b>Mark Harwood</b> (mharwood@...) </li>
 </ul>
                                                 <p>Note that the email addresses above end with @apache.org.</p>
                             </blockquote>

Modified: lucene/java/trunk/xdocs/whoweare.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/xdocs/whoweare.xml?view=diff&rev=475629&r1=475628&r2=475629
==============================================================================
--- lucene/java/trunk/xdocs/whoweare.xml (original)
+++ lucene/java/trunk/xdocs/whoweare.xml Thu Nov 16 00:18:20 2006
@@ -43,6 +43,7 @@
 <li><b>Yonik Seeley</b> (yonik@...)</li>
 <li><b>Grant Ingersoll</b> (gsingers@...) </li>
 <li><b>Mike McCandless</b> (mikemccand@...) </li>
+<li><b>Mark Harwood</b> (mharwood@...) </li>
 </ul>
 
 <p>Note that the email addresses above end with @apache.org.</p>