Hi
[[[sorry, posting again as message was truncated]]]
I'm converting from 1.3.2 to 2.1-dev-24 and have
got indexing and searching working almost perfectly.
Except that this is being ignored:
PropertyNames description
So when I do:
swish-e -w berry -f index.tmp -p description
I get:
# SWISH format: 2.1-dev-24
# Search words: berry
# Number of hits: 1
# Search time: 0.000 seconds
# Run time: 0.020 seconds
1000 /gb.lml "Berry Bros and Rudd - Wine Shop" 19855 ""
Which has the quotes for the description, but no value!
The document in question has:
<META NAME="KEYWORDS"
CONTENT="wine, Berry Bros. and Rudd, quiz, game, information, Berrys, bbr, shop,
wine shop, chardonnay, cabernet, sauvignon, bordeaux, fine wine, champagne">
<META NAME="DESCRIPTION"
CONTENT="UK based Wine Shop offering 1000's of wines for delivery world-wide.
Award winning Web site with wine games, quiz, and extensive back-ground
information.">
Any ideas...my config file is attached.
Please feel free to run it against the site
in the config file provided that the MaxDepth
is 1.
--
Cheers
Jules.
====================================
IndexReport 0
IndexPointer "http://www.bbr.com/"
IndexAdmin "Julian Perry, (jules@limitless.co.uk)"
TmpDir /tmp/
SpiderDirectory ./
Delay 0
MaxDepth 1
MetaNames description keywords
PropertyNames description
IgnoreMetaTags style
IgnoreLimit 80 1000
IndexComments 0
IndexContents HTML .lml .htm .html
IgnoreWords File: swish-stopwords.txt
IndexDir http://www.bbr.com/gb.lml
IndexFile index.tmp
IndexName "BBR GB Web Site Index"
IndexDescription "Site search index for the BBR GB public web site."
ReplaceRules remove "http://www.bbr.com"
ReplaceRules replace "^/[A-Z][A-Z]/shopping/" "/GB/shopping/"
ReplaceRules replace "^/[A-Z][A-Z]/wine-knowledge/" "/GB/wine-knowledge/"
ReplaceRules replace "^/[A-Z][A-Z]/about/" "/GB/about/"
ReplaceRules replace "^/[A-Z][A-Z]/account/" "/GB/account/"
ReplaceRules replace "^/shopping/" "/GB/shopping/"
ReplaceRules replace "^/wine-knowledge/" "/GB/wine-knowledge/"
ReplaceRules replace "^/about/" "/GB/about/"
ReplaceRules replace "^/account/" "/GB/account/"
ReplaceRules remove "[?]ID=null$"
ReplaceRules remove "[&]ID=null$"
ReplaceRules replace "[?]ID=null\&" "\?"
ReplaceRules replace "[&]ID=null\&" "\&"
====================================
Received on Fri Nov 16 17:55:20 2001