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

@ -26,6 +26,10 @@ Changes in runtime behavior
QueryParser. Default is to disallow them, as before. QueryParser. Default is to disallow them, as before.
(Steven Parkes via Otis Gospodnetic) (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 New features
1. LUCENE-503: New ThaiAnalyzer and ThaiWordFilter in contrib/analyzers 1. LUCENE-503: New ThaiAnalyzer and ThaiWordFilter in contrib/analyzers

View File

@ -164,6 +164,7 @@ patents</a>.</p>
<li><b>Yonik Seeley</b> (yonik@...)</li> <li><b>Yonik Seeley</b> (yonik@...)</li>
<li><b>Grant Ingersoll</b> (gsingers@...) </li> <li><b>Grant Ingersoll</b> (gsingers@...) </li>
<li><b>Mike McCandless</b> (mikemccand@...) </li> <li><b>Mike McCandless</b> (mikemccand@...) </li>
<li><b>Mark Harwood</b> (mharwood@...) </li>
</ul> </ul>
<p>Note that the email addresses above end with @apache.org.</p> <p>Note that the email addresses above end with @apache.org.</p>
</blockquote> </blockquote>

View File

@ -43,6 +43,7 @@ patents</a>.</p>
<li><b>Yonik Seeley</b> (yonik@...)</li> <li><b>Yonik Seeley</b> (yonik@...)</li>
<li><b>Grant Ingersoll</b> (gsingers@...) </li> <li><b>Grant Ingersoll</b> (gsingers@...) </li>
<li><b>Mike McCandless</b> (mikemccand@...) </li> <li><b>Mike McCandless</b> (mikemccand@...) </li>
<li><b>Mark Harwood</b> (mharwood@...) </li>
</ul> </ul>
<p>Note that the email addresses above end with @apache.org.</p> <p>Note that the email addresses above end with @apache.org.</p>