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.
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.Note that the email addresses above end with @apache.org.