[
https://issues.apache.org/jira/browse/LUCENE-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16576880#comment-16576880
]
Uwe Schindler commented on LUCENE-8453:
---------------------------------------
The full schema snippet is that is identical to default KoreanAnalyzer as
shipped in Lucene:
{code:xml}
<fieldType name="text_ko" class="solr.TextField" >
<analyzer>
<!-- decompoundMode: mixed (is keep original term and add all decompounded
terms), discard (default, removes the compound form, only keeps the parts),
none (no decompounding) -->
<tokenizer class="solr.KoreanTokenizerFactory" decompoundMode="discard"
outputUnknownUnigrams="false"/>
<!-- removes some part of speech stuff like EOMI (Pos.E) -->
<filter class="solr.KoreanPartOfSpeechStopFilterFactory" />
<!-- Replaces term text with the Hangul transcription of Hanja characters,
if applicable: -->
<filter class="solr.KoreanReadingFormFilterFactory" />
<filter class="solr.LowerCaseFilterFactory" />
</analyzer>
</fieldType>
{code}
> Add example settings to Korean analyzer components' javadocs
> ------------------------------------------------------------
>
> Key: LUCENE-8453
> URL: https://issues.apache.org/jira/browse/LUCENE-8453
> Project: Lucene - Core
> Issue Type: Improvement
> Components: general/javadocs
> Reporter: Tomoko Uchida
> Assignee: Uwe Schindler
> Priority: Minor
>
> Korean analyzer (nori) javadoc needs example schema settings.
> I'll create a patch.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]