I have entered the the matthé term in the the analyzer, but as far as I understand, it should be ok. I have made some screenshots with the results.
http://farm2.static.flickr.com/1407/1412619772_0b697789cd_o.jpg http://farm2.static.flickr.com/1245/1412619774_3351b287bc_o.jpg I find it strange that the second screenshost doesn"t give any matches. Can someone take a look at them and perhaps clarify why it does not work? Thank you. On 20/09/2007, Thierry Collogne < [EMAIL PROTECTED]> wrote: > > We are using this schema definition > > <fieldType name="text" class=" solr.TextField" positionIncrementGap="100"> > <analyzer type="index"> > <tokenizer class=" solr.WhitespaceTokenizerFactory"/> > <!-- in this example, we will only use synonyms at query time > <filter class="solr.SynonymFilterFactory" > synonyms="index_synonyms.txt" ignoreCase="true" expand="false"/> > --> > <filter class="solr.StopFilterFactory" ignoreCase="true" words=" > stopwords.txt"/> > <filter class="solr.WordDelimiterFilterFactory" > generateWordParts="1" generateNumberParts="1" catenateWords="1" > catenateNumbers="1" catenateAll="0"/> > <filter class="solr.LowerCaseFilterFactory"/> > <filter class="solr.EnglishPorterFilterFactory" protected=" > protwords.txt"/> > <filter class=" solr.RemoveDuplicatesTokenFilterFactory"/> > <filter class="solr.ISOLatin1AccentFilterFactory"/> > </analyzer> > <analyzer type="query"> > <tokenizer class=" solr.WhitespaceTokenizerFactory"/> > <filter class="solr.SynonymFilterFactory" synonyms="synonyms.txt" > ignoreCase="true" expand="true"/> > <filter class=" solr.StopFilterFactory" ignoreCase="true" words=" > stopwords.txt"/> > <filter class="solr.WordDelimiterFilterFactory" > generateWordParts="1" generateNumberParts="1" catenateWords="0" > catenateNumbers="0" catenateAll="0"/> > <filter class="solr.LowerCaseFilterFactory"/> > <filter class="solr.EnglishPorterFilterFactory" protected=" > protwords.txt"/> > <filter class=" solr.RemoveDuplicatesTokenFilterFactory"/> > <filter class="solr.ISOLatin1AccentFilterFactory"/> > </analyzer> > </fieldType> > > I will take a look at the analyzer took. > > Thank you both for the quick response. > > On 20/09/2007, Bertrand Delacretaz < [EMAIL PROTECTED] > wrote: > > > > On 9/20/07, Thierry Collogne < [EMAIL PROTECTED]> wrote: > > > > > ..when we search for "matthé" or for "matthe", we get two totally > > > different results.... > > > > The analyzer admin tool should help you find out what's happening, see > > http://wiki.apache.org/solr/FAQ#head-b25df8c8393bbcca28f1f344c432975002e29ca9 > > > > > > -Bertrand > > > >