mirror of https://github.com/apache/lucene.git
Fix parameter values in example.
This commit is contained in:
parent
82cf667b25
commit
4c45557826
|
@ -39,10 +39,10 @@ import org.apache.lucene.analysis.util.ResourceLoaderAware;
|
|||
* <fieldType name="text_ko" class="solr.TextField">
|
||||
* <analyzer>
|
||||
* <tokenizer class="solr.KoreanTokenizerFactory"
|
||||
* decompoundMode="DISCARD"
|
||||
* decompoundMode="discard"
|
||||
* userDictionary="user.txt"
|
||||
* userDictionaryEncoding="UTF-8"
|
||||
* outputUnknownUnigrams="true"
|
||||
* outputUnknownUnigrams="false"
|
||||
* />
|
||||
* </analyzer>
|
||||
* </fieldType>
|
||||
|
|
Loading…
Reference in New Issue