Re: case-insensitive phrase query for string fields

2010-10-08 Thread Matt Mitchell
Hey thanks guys! This all makes sense now. I'm using a text field and it's giving good results of course. Matt On Fri, Oct 8, 2010 at 6:08 AM, Erik Hatcher wrote: > Matt - > >        Erik > > > On Oct 7, 2010, at 23:38 , Jonathan Rochkind wrote:

Re: case-insensitive phrase query for string fields

2010-10-08 Thread Erik Hatcher
Matt - Erik On Oct 7, 2010, at 23:38 , Jonathan Rochkind wrote: > If you are going to put explict phrase quotes in the query string like that, > an ordinary text field will match fine, on phrase searches or other searches. > That is a

RE: case-insensitive phrase query for string fields

2010-10-07 Thread Jonathan Rochkind
If you are going to put explict phrase quotes in the query string like that, an ordinary text field will match fine, on phrase searches or other searches. That is a solr.TextField, not a solr.StrField as you're using. And then you can put a LowerCaseFilter on it of course. And use an ordinary to

Re: case-insensitive phrase query for string fields

2010-10-07 Thread Otis Gospodnetic
Hi Matt, Tokenizer first. Filter(s) second. :) Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message > From: Matt Mitchell > To: solr-user@lucene.apache.org > Sent: Thu, October 7, 2010 10:53:16 PM