Re: Solr search \ special cases

2014-08-11 Thread Jack Krupansky
The use of a wildcard suppresses analysis of the query term, so the special characters remain, but... they were removed when the terms were indexed, so no match. You must manually emulate the index term analysis in order to use wildcards. -- Jack Krupansky -Original Message- From: Sh

RE: Solr search \ special cases

2014-08-11 Thread Shay Sofer
Subject: Re: Solr search \ special cases Hi Shay, I believe + is treated as space, is it a rest call or api ? what is your field type ? Regards Harshvardhan Ojha On Mon, Aug 11, 2014 at 4:04 PM, Shay Sofer wrote: > Hi, > > I have some strange cases while search with Solr. > >

Re: Solr search \ special cases

2014-08-11 Thread Harshvardhan Ojha
Hi Shay, I believe + is treated as space, is it a rest call or api ? what is your field type ? Regards Harshvardhan Ojha On Mon, Aug 11, 2014 at 4:04 PM, Shay Sofer wrote: > Hi, > > I have some strange cases while search with Solr. > > I have doc with names like: rule #22, rule +33, rule %44.