>On Thu, Aug 28, 2008 at 10:45 AM, Kolodziej Christian
><[EMAIL PROTECTED]> wrote:
>> I'm quite new in using solr but I managed to create some indexes and I
>wrote some nice working PHP classes for adding, inserting, querying and
>deleting records. But when I perform a search there have been some crazy
>phenomenons. If a word is searched exactly in the right spelling, it was
>found (okay, I didn't except anything else). But when I searched the
>same correct spelled word in the fuzzy way (by adding ~0.5), it wasn't
>found any more. Hello?!
>>
>> It costs some hours of today to find out the problem, it's the german
>snowball porter filter
>
>Yes, stemmers don't work well in conjunction with prefix queries,
>fuzzy queries, etc, because partial words can't be accurately stemmed.

Thanks for this quick answer, you were so fast that I'm still at work ;-) But 
your answer make me asure that my schema.xml is as good as it could be for the 
moment.

Best regards
Christian

Reply via email to