Ok. Thanks for the clarification. We will do the stripping before the
indexing.

On 11/06/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:


: 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


Reply via email to