Lucene.Net.Contrib icon indicating copy to clipboard operation
Lucene.Net.Contrib copied to clipboard

HTMLStripCharFilter not to tokenize on tags

Open synhershko opened this issue 13 years ago • 0 comments

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

synhershko avatar May 05 '12 22:05 synhershko