fix broken link in the second demo page

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1178995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-10-04 22:40:49 +00:00
parent c8b0eb8254
commit 26abda038e
2 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ common language words such as articles (a, an, the, etc.) and other tokens that
searching. It should be noted that there are different rules for every language, and you should use the
proper analyzer for each. Lucene currently provides Analyzers for a number of different languages (see
the javadocs under
<a href="api/module-analysis-common/org/apache/lucene/analysis/package-summary.html">modules/analysis/common/src/java/org/apache/lucene/analysis</a>).
<a href="api/module-analysis-common/org/apache/lucene/analysis/">modules/analysis/common/src/java/org/apache/lucene/analysis</a>).
</p>
<p>
The <span class="codefrag">IndexWriterConfig</span> instance holds all configuration for <span class="codefrag">IndexWriter</span>. For

View File

@ -96,7 +96,7 @@ common language words such as articles (a, an, the, etc.) and other tokens that
searching. It should be noted that there are different rules for every language, and you should use the
proper analyzer for each. Lucene currently provides Analyzers for a number of different languages (see
the javadocs under
<a href="api/module-analysis-common/org/apache/lucene/analysis/package-summary.html"
<a href="api/module-analysis-common/org/apache/lucene/analysis/"
>modules/analysis/common/src/java/org/apache/lucene/analysis</a>).
</p>