RE: Non-leading wildcard search

2010-01-04 Thread Peter S
rts to pre-SOLR-219 behaviour. I believe I can work 'round this by using a copyField that holds the lower-case text for wildcarding. Many thanks, Yonik for your help. Peter > From: pete...@hotmail.com > To: solr-user@lucene.apache.org > Subject: RE: Non-leading wildca

RE: Non-leading wildcard search

2010-01-04 Thread Peter S
rect, that's ok, I'll manage to work 'round it (maybe there's a way to map the facet field back to the document field?), but if it sounds wrong, perhaps it warrants further investigation. Many thanks, Peter > Date: Mon, 4 Jan 2010 17:42:30 -0500

Re: Non-leading wildcard search

2010-01-04 Thread Yonik Seeley
On Mon, Jan 4, 2010 at 5:38 PM, Peter S wrote: > When I query:  "Something" or "Something Else" or "*thing"  or "*omething*", > I get back the expected results. > If, however, I query: "Some*" or "S*" or "s*" etc, I get no results (although > this type of non-leading wildcard works fine with oth