Substring search a string field using wildcard, "*", at beginning and end of query term.

Case-insensitive match on string field is not supported.

Instead, copy the string field to a text field, use the keyword tokenizer, and then 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
To: solr-user@lucene.apache.org
Subject: Substring and Case In sensitive Search

Hi,

I am  very new to solr.How can I allow solr search on a string field case
insensitive and substring?.

Thanks,
Nishanth

Reply via email to