Hi all, I'm working on a solr app that pulls HTML from an embedded JavaScript WYSIWYG editor, and I need to index on the content, but store and reproduce the HTML. The problem I have is when I try to add and commit, the HTML gets interpreted as XML. Is the way to do this properly to create an HTMLTokenFilterFactory? And if so, is there a collection of plugins (like filters and such) that someone can point me to?
Regards, Paul