2011/8/11 Ahmet Arslan <iori...@yahoo.com> > > 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 >
Thank you everybody for your help and all the detailed explanations. This solution fixed the problem. Best regards.