Lucene.Net.Contrib
Lucene.Net.Contrib copied to clipboard
HTMLStripCharFilter not to tokenize on tags
HTMLStripCharFilter causes a string like this
the _hom_e is red
to returns this
[the] [hom] [e] [is] [red]
causing queries to fail.
I think the Java version doesn't have that, need to fix