Updated for recent changes.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Cutting 2002-02-14 19:31:25 +00:00
parent 80f9f1db38
commit 0a737ca136
1 changed files with 17 additions and 5 deletions

View File

@ -4,17 +4,29 @@ $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
1. Updated contributions section of website.
Add XML Document #3 implementation to Document Section.
Also added Term Highlighting to Misc Section. (carlson)
2. Fixed NullPointerException for phrase searches containing
unindexed terms, introduced in 1.2RC3.
unindexed terms, introduced in 1.2RC3. (cutting)
3. Changed document deletion code to obtain the index write lock,
enforcing the fact that document addition and deletion cannot be
performed concurrently.
performed concurrently. (cutting)
4. Various documentation cleanups. (otis, acoliver)
5. Updated "powered by" links. (cutting, jon)
6. Fixed a bug in the GermanStemmer. (Bernhard Messer, via otis)
7. Changed Term and Query to implement Serializable. (scottganyo)
8. Fixed to never delete indexes added with IndexWriter.addIndexes().
(cutting)
9. Upgraded to JUnit 3.7. (otis)
1.2 RC3