mirror of https://github.com/apache/lucene.git
SOLR-6128: Removed deprecated analysis factories and fieldTypes from the example schema.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1603644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
23a3287f00
commit
0b34ca29c0
|
@ -267,6 +267,9 @@ Other Changes
|
|||
* SOLR-6153: ReplicationHandler backup response format should contain backup name.
|
||||
(Varun Thacker via shalin)
|
||||
|
||||
* SOLR-6128: Removed deprecated analysis factories and fieldTypes from the example
|
||||
schema.xml (hossman)
|
||||
|
||||
Optimizations
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -1106,9 +1106,8 @@
|
|||
<!-- Thai -->
|
||||
<fieldType name="text_th" class="solr.TextField" positionIncrementGap="100">
|
||||
<analyzer>
|
||||
<tokenizer class="solr.StandardTokenizerFactory"/>
|
||||
<tokenizer class="solr.ThaiTokenizerFactory"/>
|
||||
<filter class="solr.LowerCaseFilterFactory"/>
|
||||
<filter class="solr.ThaiWordFilterFactory"/>
|
||||
<filter class="solr.StopFilterFactory" ignoreCase="true" words="lang/stopwords_th.txt" />
|
||||
</analyzer>
|
||||
</fieldType>
|
||||
|
|
Loading…
Reference in New Issue