From bb6c0124d810f73d22013cc547cf39e2f1ab175d Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Fri, 19 Nov 2004 21:04:17 +0000 Subject: [PATCH] document the fact that IndexSearcher in the JSP demo is now closed (not sure how relevant this is) git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150654 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 300bea00527..cdcf53c788d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -77,7 +77,10 @@ Bug fixes characters from user input in order to avoid so-called cross site scripting attacks. (Daniel Naber) - 2. Fixed a bug in IndexWriter.addIndexes(IndexReader[] readers) that + 2. The JSP demo page (src/jsp/results.jsp) now properly closes the + IndexSearcher it opens. (Daniel Naber) + + 3. Fixed a bug in IndexWriter.addIndexes(IndexReader[] readers) that prevented deletion of obsolete segments. (Christoph Goller) Optimizations