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.

-Yonik

Reply via email to