*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150571 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christoph Goller 2004-10-06 12:15:05 +00:00
parent bcafc0d719
commit 435e471111
1 changed files with 9 additions and 0 deletions

View File

@ -87,6 +87,15 @@ $Id$
18. Add support for stored compressed fields (Bug#31149).
(Bernhard Messer via Christoph)
19. Add support for position and offset information in term vectors
(Patch #18927). (Grant Ingersoll & Christoph)
20. Removed synchronization from reading of term vectors with an
IndexReader (Patch #30736). (Bernhard Messer via Christoph)
21. Add a serializable Parameter Class to standardize parameter enum
classes in BooleanClause and Field. (Christoph)
1.4.1