: Ok. Is it possible to get back the content without the html tags? Solr never does anything to modify the "stored" value of a field, so you'd really need to send Solr the value after strpping the HTML to get this to work.
Internally, the HTMLStripWhitespaceTokenizerFactory does the HTML stripping as part of the tokenization process, so there is never a single markup free value for the field in Solr. -Hoss