I'm curious to know why Solr is not respecting the phrase.
If it consider "manager" as a phrase... shouldn't it return only document 
containing that phrase?

-----Original Message-----
From: Otis Gospodnetic [mailto:[email protected]] 
Sent: April-11-11 3:42 PM
To: [email protected]
Subject: Re: Exact match on a field with stemming

Hi,

Using quoted means "use this as a phrase", not "use this as a literal". :) I 
think copying to unstemmed field is the only/common work-around.

Otis
----
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem 
search :: http://search-lucene.com/



----- Original Message ----
> From: Pierre-Luc Thibeault <[email protected]>
> To: [email protected]
> Sent: Mon, April 11, 2011 2:55:04 PM
> Subject: Exact match on a field with stemming
> 
> Hi all,
> 
> Is there a way to perform an exact match query on a field that  has 
>stemming enable by using the standard /select handler?
> 
> I thought  that putting word inside double-quotes would enable this 
>behaviour but if I  query my field with a single word like “manager”
> I am receiving results  containing the word “management”
> 
> I know I can use a CopyField with  different types but that would 
>double the size of my index… Is there an  alternative?
> 
> Thanks
> 

Reply via email to