mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
f9f3f74b68
commit
bb6c0124d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue