Re: Replacing \n with using RegexReplaceProcessorFactory

2018-01-04 Thread Zheng Lin Edwin Yeo
Thanks Emir. It is working now. Regards, Edwin On 4 January 2018 at 18:02, Emir Arnautović wrote: > Hi Edwin, > You need to encode as br > > HTH, > Emir > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consulting Support

Re: Replacing \n with using RegexReplaceProcessorFactory

2018-01-04 Thread Emir Arnautović
Hi Edwin, You need to encode as br HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > On 4 Jan 2018, at 10:59, Zheng Lin Edwin Yeo wrote: > > Hi, > > I'm using Solr 7.2.0,

Replacing \n with using RegexReplaceProcessorFactory

2018-01-04 Thread Zheng Lin Edwin Yeo
Hi, I'm using Solr 7.2.0, and I'm trying to replace \n with by using RegexReplaceProcessorFactory. However, I could not get the below configuration in solrconfig.xml to be loaded. content \n Understand that is a special character. Can we do some escape sequence to it? I have