Monday 16 May 2011 11:58:44 am
Hello Bjørnar I guess you mean that using normal wildcards (asterix) after the characters which are added in your template logic The culprit is actually the ISOLatin filter factory: when doing wildcard searches, the analysis steps are not done.There is still no stable resolution in Solr (where the "problem" actually is). The same for lowercasing by the way. If you really want to rely so much on wildcards (which I dont recommend either actually), best is to remove the ISOlatin "normalisation" as well (both index and query analysis steps) Furthermore, I think you did not remove the stemming step for the query part of your text field type in schema.xml (otherwise you should not get a match for ølboll). You should absolutely remove the stemming part there as well. It would be good that you email me your schema.xml for closer inspection Cheers Paul
eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans
|