X-Git-Url: https://git.mdrn.pl/pylucene.git/blobdiff_plain/a2e61f0c04805cfcb8706176758d1283c7e3a55c..aaeed5504b982cf3545252ab528713250aa33eed:/lucene-java-3.4.0/lucene/contrib/xml-query-parser/src/demo/WebContent/index.jsp?ds=inline diff --git a/lucene-java-3.4.0/lucene/contrib/xml-query-parser/src/demo/WebContent/index.jsp b/lucene-java-3.4.0/lucene/contrib/xml-query-parser/src/demo/WebContent/index.jsp deleted file mode 100644 index 705f27d..0000000 --- a/lucene-java-3.4.0/lucene/contrib/xml-query-parser/src/demo/WebContent/index.jsp +++ /dev/null @@ -1,145 +0,0 @@ - -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" -import="org.apache.lucene.search.*,org.apache.lucene.document.*" -pageEncoding="ISO-8859-1"%> - - -
- - -Type | -Location | -Salary | -Description | -
---|---|---|---|
<%=doc.get("type")%> | -<%=doc.get("location")%> | -<%=doc.get("salary")%>,000 | -<%=doc.get("description")%> | -