mirror of https://github.com/apache/lucene.git
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:
parent
bb00247904
commit
ca0804ca4f
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue