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:
Chris M. Hostetter 2014-06-18 21:50:34 +00:00
parent 23a3287f00
commit 0b34ca29c0
2 changed files with 4 additions and 2 deletions

View File

@ -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
----------------------

View File

@ -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>