On Thu, Jan 22, 2004 at 11:29:16AM -0800, Brent DeShazer wrote:
> IndexContents HTML .pdf
> IndexContents HTML .html
> StoreDescription HTML* <body> 200000
That won't work if you have libxml2 installed.
HTML* = HTML if libxml2 is not installed
HTML* = HTML2 if libxml2 is installed
So with libxml2 StoreDescription says anything that's using the HTML2
parser store the <bod> text. But .pdf and .html files are not using
that parser.
Try:
IndexContents HTML* .pdf
IndexContents HTML* .html
StoreDescription HTML* <body> 200000
It will be a good day when libxml2 is required for swish-e and the old
parsers can be removed.
--
Bill Moseley
moseley@hank.org
Received on Thu Jan 22 19:53:19 2004