On Mon, Mar 15, 2010 at 5:30 PM, Shalin Shekhar Mangar
<shalinman...@gmail.com> wrote:

> Is there a way we can fix LUCENE-2098 too?
>

I think this is good to fix, yet removing the deprecations is
unrelated to this slowdown.

The deprecated functionality (HtmlStrip*Tokenizer) is implemented in
terms of the slower CharFilter, so its not any faster, getting rid of
it won't slow anyone down.

That being said I think we should still try to improve the performance
of this stuff, I agree.

-- 
Robert Muir
rcm...@gmail.com

Reply via email to