- Added 2 recent changes.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149711 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2002-02-27 23:05:15 +00:00
parent b690f8ab9a
commit d97cbdffff
1 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,10 @@ $Id$
brings the build process closer to Scarab's build process.
(jon)
2. Added MultiFieldQueryParser class. (Kelvin Tan, via otis)
3. Updated "powered by" links. (otis)
1.2 RC4
1. Updated contributions section of website.
@ -47,7 +51,7 @@ $Id$
3. Fix query parser so it accepts queries with unicode characters.
(briangoetz)
4. Fix query parser so that PrefixQuery is used in preference to
WildcardQuery when there's only an asterisk at the end of the
term. Previously PrefixQuery would never be used.