Hi!
I am indexing XML data with the following structure:
<document>
<url></url>
<size></size>
<type></type>
<date></date>
<crawldate></crawldate>
<keywords></keywords>
<description></description>
<link></link>
<title></title>
<content></content>
</document>
All tags are defined as meta-tags in the swish.conf:
MetaNames document url size type date crawldate keywords \
description link title content
Problem:
If I search, I have to do something like
swish-e -f index_test -w "content=harry"
I'd like to do
swish-e -f index_test -w "harry"
Is it possible to "define" <content> as swishdefault, <title> as
swishtitle, <url> as swishdocpath and <description> as swishdescription? If
so, how to do that?
The index contains xml data only.
Greetings
Guido
Received on Wed Aug 28 12:51:24 2002