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
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
>
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,
Hi,
I am very new to solr.How can I allow solr search on a string field case
insensitive and substring?.
Thanks,
Nishanth