Re: Substring and Case In sensitive Search

2014-08-21 Thread Jack Krupansky
Message- From: Umesh Prasad Sent: Wednesday, August 20, 2014 8:26 PM To: solr-user@lucene.apache.org Subject: Re: Substring and Case In sensitive Search The performance of wild card queries and specially prefix wild card query can be quite slow. http://lucene.apache.org/core/4_9_0/core

Re: Substring and Case In sensitive Search

2014-08-20 Thread Umesh Prasad
apply the lower case filter. > > But... review your use case to confirm whether you really need to use > "string" as opposed to "text" field. > > -- Jack Krupansky > > -Original Message- From: Nishanth S > Sent: Tuesday, August 19, 2014 12:03 PM >

Re: Substring and Case In sensitive Search

2014-08-19 Thread Jack Krupansky
se case to confirm whether you really need to use "string" as opposed to "text" field. -- Jack Krupansky -Original Message- From: Nishanth S Sent: Tuesday, August 19, 2014 12:03 PM To: solr-user@lucene.apache.org Subject: Substring and Case In sensitive Search Hi,

Substring and Case In sensitive Search

2014-08-19 Thread Nishanth S
Hi, I am very new to solr.How can I allow solr search on a string field case insensitive and substring?. Thanks, Nishanth