Re: Making a String field case-insensitive

2017-11-01 Thread Zheng Lin Edwin Yeo
Hi Emir, Thanks for your advice. This works. Regards, Edwin On 1 November 2017 at 18:08, Emir Arnautović wrote: > Hi, > You can use KeywordTokenizer and LowerCaseTokenFilterFactory. > > HTH, > Emir > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consul

Re: Making a String field case-insensitive

2017-11-01 Thread Emir Arnautović
Hi, You can use KeywordTokenizer and LowerCaseTokenFilterFactory. HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > On 1 Nov 2017, at 09:50, Zheng Lin Edwin Yeo wrote: > > Hi, > > Would like to fi

Making a String field case-insensitive

2017-11-01 Thread Zheng Lin Edwin Yeo
Hi, Would like to find out, what is the best way to lower-case a String index in Solr, to make it case insensitive, while preserving the structure of the string (ie It should not break into different tokens at space, and should not remove any characters or symbols) I found that solr.StrField does