dnaber      2004/11/18 11:22:27

  Modified:    src/jsp  results.jsp
  Log:
  close the searcher at the end of the page
  
  Revision  Changes    Path
  1.5       +2 -0      jakarta-lucene/src/jsp/results.jsp
  
  Index: results.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/jsp/results.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- results.jsp       16 Oct 2004 16:21:58 -0000      1.4
  +++ results.jsp       18 Nov 2004 19:22:27 -0000      1.5
  @@ -150,5 +150,7 @@
                   </table>

   

   <%       }                                            //then include our 
footer.

  +         if (searcher != null)

  +                searcher.close();

   %>

   <[EMAIL PROTECTED] file="footer.jsp"%>        

  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to