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