- Fixed paths/URLs

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@164170 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2005-04-22 04:31:17 +00:00
parent 672827d4a4
commit e63716d468
4 changed files with 4 additions and 4 deletions

View File

@ -180,7 +180,7 @@ the user's home directory).
The <b>IndexWriter</b> is the main class responsible for creating indicies. To use it you
must instantiate it with a path that it can write the index into, if this path does not
exist it will create it, otherwise it will refresh the index living at that path. You
must a also pass an instance of <b>org.apache.analysis.Analyzer</b>.
must a also pass an instance of <b>org.apache.lucene.analysis.Analyzer</b>.
</p>
<p>
The <b>Analyzer</b>, in this case, the <b>StandardAnalyzer</b> is little more than a standard Java

View File

@ -311,7 +311,7 @@ white with "Lucene Template" at the top. We'll see you on the Lucene Users' or
<blockquote>
<p>
Please resist the urge to contact the authors of this document (without bribes of fame and fortune attached). First
contact the <a href="http://jakarta.apache.org/site/mail.html">mailing lists</a>. That being said feedback,
contact the <a href="http://lucene.apache.org/java/docs/mailinglists.html">mailing lists</a>. That being said feedback,
and modifications to this document and samples are ever so greatly appreciated. They are just best sent to the
lists so that everyone can share in them. Certainly you'll get the most help there as well.
Thanks for understanding.

View File

@ -46,7 +46,7 @@ the user's home directory).
The <b>IndexWriter</b> is the main class responsible for creating indicies. To use it you
must instantiate it with a path that it can write the index into, if this path does not
exist it will create it, otherwise it will refresh the index living at that path. You
must a also pass an instance of <b>org.apache.analysis.Analyzer</b>.
must a also pass an instance of <b>org.apache.lucene.analysis.Analyzer</b>.
</p>
<p>
The <b>Analyzer</b>, in this case, the <b>StandardAnalyzer</b> is little more than a standard Java

View File

@ -122,7 +122,7 @@ white with "Lucene Template" at the top. We'll see you on the Lucene Users' or
<section name="When to contact the Author">
<p>
Please resist the urge to contact the authors of this document (without bribes of fame and fortune attached). First
contact the <a href="http://jakarta.apache.org/site/mail.html">mailing lists</a>. That being said feedback,
contact the <a href="http://lucene.apache.org/java/docs/mailinglists.html">mailing lists</a>. That being said feedback,
and modifications to this document and samples are ever so greatly appreciated. They are just best sent to the
lists so that everyone can share in them. Certainly you'll get the most help there as well.
Thanks for understanding.