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
This commit is contained in:
Mark Harwood 2006-11-16 08:18:20 +00:00
parent bb00247904
commit ca0804ca4f
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -164,6 +164,7 @@ patents</a>.</p>
<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>

View File

@ -43,6 +43,7 @@ patents</a>.</p>
<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>