changed language for fr core (SnowballPorterFilterFactory)
This commit is contained in:
@@ -192,7 +192,7 @@
|
|||||||
preserveOriginal="1"/>
|
preserveOriginal="1"/>
|
||||||
<filter class="solr.LengthFilterFactory" min="2" max="100" />
|
<filter class="solr.LengthFilterFactory" min="2" max="100" />
|
||||||
<filter class="solr.LowerCaseFilterFactory"/>
|
<filter class="solr.LowerCaseFilterFactory"/>
|
||||||
<filter class="solr.SnowballPorterFilterFactory" language="English" protected="protwords.txt"/>
|
<filter class="solr.SnowballPorterFilterFactory" language="French" protected="protwords.txt"/>
|
||||||
<filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
|
<filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
|
||||||
</analyzer>
|
</analyzer>
|
||||||
<analyzer type="query">
|
<analyzer type="query">
|
||||||
@@ -214,7 +214,7 @@
|
|||||||
preserveOriginal="1"/>
|
preserveOriginal="1"/>
|
||||||
<filter class="solr.LengthFilterFactory" min="2" max="100" />
|
<filter class="solr.LengthFilterFactory" min="2" max="100" />
|
||||||
<filter class="solr.LowerCaseFilterFactory"/>
|
<filter class="solr.LowerCaseFilterFactory"/>
|
||||||
<filter class="solr.SnowballPorterFilterFactory" language="English" protected="protwords.txt"/>
|
<filter class="solr.SnowballPorterFilterFactory" language="French" protected="protwords.txt"/>
|
||||||
<filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
|
<filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
|
||||||
</analyzer>
|
</analyzer>
|
||||||
<analyzer type="multiterm">
|
<analyzer type="multiterm">
|
||||||
@@ -236,7 +236,7 @@
|
|||||||
preserveOriginal="1"/>
|
preserveOriginal="1"/>
|
||||||
<filter class="solr.LengthFilterFactory" min="2" max="100" />
|
<filter class="solr.LengthFilterFactory" min="2" max="100" />
|
||||||
<filter class="solr.LowerCaseFilterFactory"/>
|
<filter class="solr.LowerCaseFilterFactory"/>
|
||||||
<filter class="solr.SnowballPorterFilterFactory" language="English" protected="protwords.txt"/>
|
<filter class="solr.SnowballPorterFilterFactory" language="French" protected="protwords.txt"/>
|
||||||
<filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
|
<filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
|
||||||
</analyzer>
|
</analyzer>
|
||||||
</fieldType>
|
</fieldType>
|
||||||
|
|||||||
Reference in New Issue
Block a user