Re: Stemming and exact phrases

2005-10-10 Thread Erik Hatcher
On Oct 10, 2005, at 1:44 AM, Anand Kishore wrote: Does stemming result in failure of exact phrase matches??? It shouldn't. Please provide a simple scenario where you're seeing such a failure. Stemming will allow you to find more than the exact phrase, but it should always match an exact

Re: Stemming and exact phrases

2005-10-09 Thread Chris Lu
In some cases, it does. But you can choose to use some Analyzers which only cut words out just by empty spaces. Chris Full-Text Search on Any Databases http://www.dbsight.net On 10/9/05, Anand Kishore <[EMAIL PROTECTED]> wrote: > Hi, > > Does stemming result in failu

Stemming and exact phrases

2005-10-09 Thread Anand Kishore
Hi, Does stemming result in failure of exact phrase matches??? -- - Anand