mirror of https://github.com/apache/lucene.git
oops... I refer to the luceneweb directory when I mean just tomcat webapps
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149669 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
23f09891f8
commit
17b7faf67c
|
@ -36,7 +36,7 @@ Let's start by creating the index you'll need for the web examples.
|
|||
Since you've already set your classpath in the previous examples,
|
||||
all you need to do is type
|
||||
<b> "java org.apache.lucene.demo.IndexHTML -create -index {index-dir} .."</b>.
|
||||
You'll need to do this from your {tomcat}/webapps/luceneweb directory. {index-dir}
|
||||
You'll need to do this from your {tomcat}/webapps directory. {index-dir}
|
||||
should be a directory that Tomcat has permission to read and write, but is
|
||||
outside of a web accessible context. By default the webapp is configured
|
||||
to look in <b>/opt/lucene/index</b> for this index.
|
||||
|
|
Loading…
Reference in New Issue