LUCENE-8523: Fix javadocs in JapaneseNumberFilterFactory

This commit is contained in:
Alan Woodward 2018-10-14 15:18:08 +01:00
parent 6d1b2e2f38
commit e14bacfac4
2 changed files with 6 additions and 1 deletions

View File

@ -200,6 +200,11 @@ New Features
may be used to determine how to split the inner nodes, and dimensions N+1 to D
are ignored and stored as data dimensions at the leaves. (Nick Knize)
Other:
* LUCENE-8523: Correct typo in JapaneseNumberFilterFactory javadocs (Ankush Jhalani
via Alan Woodward)
======================= Lucene 7.5.1 =======================
Bug Fixes:

View File

@ -29,7 +29,7 @@ import org.apache.lucene.analysis.util.TokenFilterFactory;
* <fieldType name="text_ja" class="solr.TextField">
* <analyzer>
* <tokenizer class="solr.JapaneseTokenizerFactory" discardPunctuation="false"/>
* <filter class="solr.JapaneseNumberFilter"/>
* <filter class="solr.JapaneseNumberFilterFactory"/>
* </analyzer>
* </fieldType>
* </pre>