At 03:19 AM 06/01/02 -0700, David L Norris wrote:
><pre> is cdata, right? Did we ever figure out how/when to index cdata?
In parser.c I have:
SAXHandler->characters = (charactersSAXFunc)&char_hndl;
SAXHandler->cdataBlock = (charactersSAXFunc)&char_hndl;
so cdata is indexed.
>I'm indexing a bunch of mail texts with the message body wrapped with
><pre>.
>
>Config:
> StoreDescription HTML2 <pre> 128
Good timing. I fixed a bug in parser.c yesterday that seems to have fixed
that problem. What I was fixing was where StoreDescription <foo> 100
wasn't seeing:
<meta name="foo" content="bar">
The code to enable storedescription was skipped for those type of meta tags.
Argh. Looks like I broke something else in that fix, though.
You should be able to "emulate" StoreDescription like:
PropertyNamesMaxLength 128 swishdescription
PropertyNameAlias swishdescription pre
But that's not working for HTML tags after my "fix" yesterday. I'll check
now...
--
Bill Moseley
mailto:moseley@hank.org
Received on Sat Jun 1 13:13:20 2002