Updated for recent changes.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149672 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Cutting 2002-02-08 23:01:15 +00:00
parent 6796f04a73
commit ed0aeca6bf
1 changed files with 14 additions and 5 deletions

View File

@ -2,6 +2,20 @@ Lucene Change Log
$Id$
1.2 RC4
1. Updated contributions section of website
Add XML Document #3 implementation to Document Section
Also added Term Highlighting to Misc Section
2. Fixed NullPointerException for phrase searches containing
unindexed terms, introduced in 1.2RC3.
3. Changed document deletion code to obtain the index write lock,
enforcing the fact that document addition and deletion cannot be
performed concurrently.
1.2 RC3
1. IndexWriter: fixed a bug where adding an optimized index to an
@ -42,11 +56,6 @@ $Id$
11. Fixed bugs in GermanAnalyzer (gschwarz)
12. Updated contributions section of website
Add XML Document #3 implementation to Document Section
Also added Term Highlighting to Misc Section
1.2 RC2, 19 October 2001:
- added sources to distribution