mirror of https://github.com/apache/lucene.git
renaming Jakarta Lucene to Apache Lucene
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@379599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c641a71f01
commit
02033e26bb
|
@ -1,8 +1,8 @@
|
||||||
To build the Jakarta Lucene web app demo just run
|
To build the Apache Lucene web app demo just run
|
||||||
"ant war-demo" from the Jakarta Lucene Installation
|
"ant war-demo" from the Apache Lucene Installation
|
||||||
directory (follow the master instructions in
|
directory (follow the master instructions in
|
||||||
BUILD.txt). If you have questions please post
|
BUILD.txt). If you have questions please post
|
||||||
them to the Jakarta Lucene mailing lists. To
|
them to the Apache Lucene mailing lists. To
|
||||||
actually figure this out you really need to
|
actually figure this out you really need to
|
||||||
read the Lucene "Getting Started" guide provided
|
read the Lucene "Getting Started" guide provided
|
||||||
with the doc build ("ant docs").
|
with the doc build ("ant docs").
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<%
|
<%
|
||||||
/* Author: Andrew C. Oliver (acoliver2@users.sourceforge.net) */
|
/* Author: Andrew C. Oliver (acoliver2@users.sourceforge.net) */
|
||||||
String appTitle = "Jakarta Lucene Example - Intranet Server Search Application";
|
String appTitle = "Apache Lucene Example - Intranet Server Search Application";
|
||||||
/* make sure you point the below string to the index you created with IndexHTML */
|
/* make sure you point the below string to the index you created with IndexHTML */
|
||||||
String indexLocation = "/opt/lucene/index";
|
String indexLocation = "/opt/lucene/index";
|
||||||
String appfooter = "Jakarta Lucene Template WebApp 1.0";
|
String appfooter = "Apache Lucene Template WebApp 1.0";
|
||||||
%>
|
%>
|
||||||
|
|
Loading…
Reference in New Issue