LUCENE-4227: add changes entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1363811 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-07-20 14:46:26 +00:00
parent b85dc82b4f
commit 2587cb1577
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ New features
respect field boundaries in the case of highlighting for multivalued fields.
(Martijn van Groningen)
* LUCENE-4227: Added DirectPostingsFormat, to hold all postings in
memory as uncompressed simple arrays. This uses a tremendous amount
of RAM but gives good search performance gains. (Mike McCandless)
API Changes
* LUCENE-4138: update of morfologik (Polish morphological analyzer) to 1.5.3.