mirror of
https://github.com/apache/lucene.git
synced 2025-02-16 15:06:41 +00:00
add links to concrete analyzers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1376629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6fa4f99658
commit
25b87a98c6
@ -46,6 +46,26 @@ import java.util.Map;
|
|||||||
* };
|
* };
|
||||||
* </pre>
|
* </pre>
|
||||||
* For more examples, see the {@link org.apache.lucene.analysis Analysis package documentation}.
|
* For more examples, see the {@link org.apache.lucene.analysis Analysis package documentation}.
|
||||||
|
* <p>
|
||||||
|
* For some concrete implementations bundled with Lucene, look in the analysis modules:
|
||||||
|
* <ul>
|
||||||
|
* <li><a href="{@docRoot}/../analyzers-common/overview-summary.html">Common</a>:
|
||||||
|
* Analyzers for indexing content in different languages and domains.
|
||||||
|
* <li><a href="{@docRoot}/../analyzers-icu/overview-summary.html">ICU</a>:
|
||||||
|
* Exposes functionality from ICU to Apache Lucene.
|
||||||
|
* <li><a href="{@docRoot}/../analyzers-kuromoji/overview-summary.html">Kuromoji</a>:
|
||||||
|
* Morphological analyzer for Japanese text.
|
||||||
|
* <li><a href="{@docRoot}/../analyzers-morfologik/overview-summary.html">Morfologik</a>:
|
||||||
|
* Dictionary-driven lemmatization for the Polish language.
|
||||||
|
* <li><a href="{@docRoot}/../analyzers-phonetic/overview-summary.html">Phonetic</a>:
|
||||||
|
* Analysis for indexing phonetic signatures (for sounds-alike search).
|
||||||
|
* <li><a href="{@docRoot}/../analyzers-smartcn/overview-summary.html">Smart Chinese</a>:
|
||||||
|
* Analyzer for Simplified Chinese, which indexes words.
|
||||||
|
* <li><a href="{@docRoot}/../analyzers-stempel/overview-summary.html">Stempel</a>:
|
||||||
|
* Algorithmic Stemmer for the Polish Language.
|
||||||
|
* <li><a href="{@docRoot}/../analyzers-uima/overview-summary.html">UIMA</a>:
|
||||||
|
* Analysis integration with Apache UIMA.
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public abstract class Analyzer {
|
public abstract class Analyzer {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user