configuration.jsp
来自「lucene 中文版 可帮助英文不好的搜索引擎爱好者学习lucene-Lucen」· JSP 代码 · 共 8 行
JSP
8 行
<%/* Author: Andrew C. Oliver (acoliver2@users.sourceforge.net) */String appTitle = "Apache Lucene Example - Intranet Server Search Application";/* make sure you point the below string to the index you created with IndexHTML */String indexLocation = "/opt/lucene/index";String appfooter = "Apache Lucene Template WebApp 1.0";%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?