close the searcher at the end of the page

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150649 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-11-18 19:22:27 +00:00
parent 724f27f4bc
commit eb5344256f
1 changed files with 2 additions and 0 deletions

View File

@ -150,5 +150,7 @@ public String escapeHTML(String s) {
</table>
<% } //then include our footer.
if (searcher != null)
searcher.close();
%>
<%@include file="footer.jsp"%>