Good morning:
I have problems with the results obtained Solr search string (eg caso). Me back
records with similar terms (in this example would return the same as if looking
casa).
The 1.4.1 version of Solr is
The definition of type text in the file schema.xml is:
<fieldtype name="text" class="solr.TextField">
<analyzer>
<charFilter class="solr.HTMLStripCharFilterFactory"/>
<charFilter class="solr.MappingCharFilterFactory"
mapping="mapping-ISOLatin1Accent.txt"/>
<tokenizer class="solr.StandardTokenizerFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
<filter class="solr.StopFilterFactory"/>
<filter class="solr.PorterStemFilterFactory"/>
</analyzer>
</fieldtype>
Could you tell if an error in the configuration and how to solve it.
thanks
=================================
Rafael Pina Coronado
Servicio de Informática.
Archivo General de la Región de Murcia
Email: [email protected] <mailto:[email protected]>
==================================