more.jsp revision 4aabae02a84501165f3a1375bd3610db1b222ce3
303N/ASee LICENSE.txt included in this distribution for the specific
303N/Afile and include the License file at LICENSE.txt.
303N/A--%><%@ page import = "javax.servlet.*,
303N/A QueryParser qparser = new QueryParser(SearchEngine.LUCENE_VERSION,"full", new CompatibleAnalyser());
303N/A Query tquery = qparser.parse(grepTerms);
303N/A %><p><span class="pagetitle">Lines Matching <b><%=tquery%></b></span></p><div id="more" style="line-height:1.5em;"><pre><%
303N/A sourceContext.getContext(new FileReader(resourceFile), out, context+"/xref", null, path ,null, false, null);