From ca0804ca4fc9cdda4fa125211867c96d3b42d6ca Mon Sep 17 00:00:00 2001
From: Mark Harwood
Date: Thu, 16 Nov 2006 08:18:20 +0000
Subject: [PATCH] Updated docs - Added entry to changes.txt for the new
QueryParser use of ConstantScoreRangeQuery, added entry to whoweare docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@475629 13f79535-47bb-0310-9956-ffa450edef68
---
CHANGES.txt | 4 ++++
docs/whoweare.html | 1 +
xdocs/whoweare.xml | 1 +
3 files changed, 6 insertions(+)
diff --git a/CHANGES.txt b/CHANGES.txt
index c01237e6dd0..8479e7d88ee 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,6 +25,10 @@ Changes in runtime behavior
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
diff --git a/docs/whoweare.html b/docs/whoweare.html
index 31c52b73f40..8a5e483165f 100644
--- a/docs/whoweare.html
+++ b/docs/whoweare.html
@@ -164,6 +164,7 @@ patents.
Yonik Seeley (yonik@...)
Grant Ingersoll (gsingers@...)
Mike McCandless (mikemccand@...)
+Mark Harwood (mharwood@...)
Note that the email addresses above end with @apache.org.
diff --git a/xdocs/whoweare.xml b/xdocs/whoweare.xml
index e46ab0620d4..521bfbb5e57 100644
--- a/xdocs/whoweare.xml
+++ b/xdocs/whoweare.xml
@@ -43,6 +43,7 @@ patents.
Yonik Seeley (yonik@...)
Grant Ingersoll (gsingers@...)
Mike McCandless (mikemccand@...)
+Mark Harwood (mharwood@...)
Note that the email addresses above end with @apache.org.