Re: case-insensitive phrase query for string fields

2010-10-08 Thread Matt Mitchell
want one field of many to behave that way.  But for a single >> field query (in an fq, or as the only field in a standard query parser q), >> the "field" defType will do it. Although now I'm wondering if there is a way >> to trick a StrField into doing that. >

Re: case-insensitive phrase query for string fields

2010-10-08 Thread Erik Hatcher
that. > > From: Matt Mitchell [goodie...@gmail.com] > Sent: Thursday, October 07, 2010 10:53 PM > To: solr-user@lucene.apache.org > Subject: case-insensitive phrase query for string fields > > What's the recommended approach for

RE: case-insensitive phrase query for string fields

2010-10-07 Thread Jonathan Rochkind
ow I'm wondering if there is a way to trick a StrField into doing that. From: Matt Mitchell [goodie...@gmail.com] Sent: Thursday, October 07, 2010 10:53 PM To: solr-user@lucene.apache.org Subject: case-insensitive phrase query for string fields W

Re: case-insensitive phrase query for string fields

2010-10-07 Thread Otis Gospodnetic
:53:16 PM > Subject: case-insensitive phrase query for string fields > > What's the recommended approach for handling case-insensitive phrase > queries? I've got this setup, but no luck: > > > > > > > > >

case-insensitive phrase query for string fields

2010-10-07 Thread Matt Mitchell
What's the recommended approach for handling case-insensitive phrase queries? I've got this setup, but no luck: So if I index a doc with a title of "Golden Master", then I'd expect a query of q=title:"golden master" to work, but no go... I know I must be missi