On Wed, Jan 12, 2005 at 02:13:09PM -0800, intervolved none wrote:
> I am trying to index the site and have the swishdescription to be both the meta description field and text from the body tag.
>
>
> **************** example file : 1.html *******
>
> <html>
> ..
> <meta name="decription" content="mini description"> <-- this might or might exist in the pages. If it does include it and the description from parsing the body.
You spelled description wrong.
> I thought that the syntax was :
>
> PropertyNames swishdescription
> PropertyNameAlias swishdescription description body <- description from the meta field and body from the body of the html doc.
I'd probably do it like:
DefaultContents HTML2
StoreDescription HTML2 <body>
PropertyNameAlias swishdescription description
But you could do this, also:
PropertyNames description
PropertyNameAlias description body
Or maybe like you were trying:
PropertyNames swishdescription
PropertyNameAlias swishdescription description body
But "swishdescription" is noramlly used with StoreDescription.
--
Bill Moseley
moseley@hank.org
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
swish-e@sunsite.berkeley.edu
Received on Wed Jan 12 14:25:38 2005