Yonik Seeley wrote:
Is BaseCharFilter required for the html strip filter?

-Yonik
http://www.lucidimagination.com

It could be if HTMLStripCharFilter is reverted to first version.
The first version of HTMLStripCharFilter, for example,
if we have "<p>aaa", it produces "   aaa" (3 space chars prior
to aaa). But after committed SOLR-1394, it produces " aaa"
(1 space) and now it uses correct() method of BaseCharFilter
to correct offsets.

Koji

--
http://www.rondhuit.com/en/

Reply via email to