mirror of https://github.com/apache/lucene.git
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:
parent
724f27f4bc
commit
eb5344256f
|
@ -150,5 +150,7 @@ public String escapeHTML(String s) {
|
|||
</table>
|
||||
|
||||
<% } //then include our footer.
|
||||
if (searcher != null)
|
||||
searcher.close();
|
||||
%>
|
||||
<%@include file="footer.jsp"%>
|
||||
|
|
Loading…
Reference in New Issue