Hello - just as mentioned in the thread: > Add to your solrconfig: > > <updateRequestProcessorChain name="html-strip-features"> > <processor class="solr.HTMLStripFieldUpdateProcessorFactory"> > <str name="fieldName">features</str> > </processor> > <processor class="solr.LogUpdateProcessorFactory" /> > <processor class="solr.RunUpdateProcessorFactory" /> > </updateRequestProcessorChain>
And point your update handler config to this html-strip-features update processor chain. M. -----Original message----- > From:Kalpana <ksivanan...@portalsolutions.net> > Sent: Wednesday 13th July 2016 23:34 > To: solr-user@lucene.apache.org > Subject: RE: Strip HTML Tags and Store > > Hello > > I am trying to do something similar, I want to strip the html tags before > being stored. Where do I add this code in Solrconfig.xml? which section? > > Thanks much > Kalpana > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Strip-HTML-Tags-and-Store-tp4067208p4287064.html > Sent from the Solr - User mailing list archive at Nabble.com. >