You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Anand Kishore <an...@gmail.com> on 2005/10/10 07:44:04 UTC

Stemming and exact phrases

Hi,

Does stemming result in failure of exact phrase matches???

--
- Anand

Re: Stemming and exact phrases

Posted by Chris Lu <ch...@gmail.com>.
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 <an...@gmail.com> wrote:
> Hi,
>
> Does stemming result in failure of exact phrase matches???
>
> --
> - Anand
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Stemming and exact phrases

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
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 phrase - even with stop  
words being removed.

     Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org