> Is there a way to strip the html tags completly and not
> index them? If not,
> how to I retrieve the results without html tags?

How do you push documents to solr? You need to strip html tags before the 
analysis chain. For example, if you are using Data Import Handler, you can use 
HTMLStripTransformer.

 http://wiki.apache.org/solr/DataImportHandler#HTMLStripTransformer  

Reply via email to