maybe text:p is only one paragraph, try
StoreDescription XML* <office:body>
rca
Philip Young napsal(a):
> Hey,
>
> As I'm having alot of frustration trying to get the meta.xml (document
> properties) and the content.xml to be indexed. I would like the
> content to be indexed into the "swishdefault" category (normal indexed
> content) and the document properties indexed with the
> "UndefinedMetatags auto" .
>
> So I'm Just looking for a quick and dirty way to accomplish this task.
> Originally I thought of concatenating the two .xmls to be indexed
> like so:
>
> FileFilterMatch "/usr/bin/unzip" "-p \"%p\" meta.xml content.xml"
> /\.(sxw|sxc|sxi|odt)$/i
>
> This line compiles and indexes with no syntax errors. But the problem
> is it does not seem to index properly.
>
> Anyone got any ideas on how to get the meta.xml and content.xml indexed?
>
> My swish.conf file is located below.
>
> Thankyou,
>
>
> Philip Young
>
> -- swish.conf --
> IndexDir /var/www/test
> IndexFile /var/www/test/index.swish-e
> IndexName Documents
> IndexOnly .xml .htm .html .txt .doc .rtf .sxw .sxc .sxi .odt
> DefaultContents TXT
> SwishProgParameters -S fs
>
> ReplaceRules replace /var/www/test /test
> ExtractPath subject regex !^/test/([^/]+)/.*$!$1!
>
> # Allow extra searching by title, path
> metanames swishtitle swishdocpath
> UndefinedMetaTags auto
>
> IndexContents TXT* .pdf
> FileFilter .pdf "/usr/bin/pdftotext" "'%p' -"
> #SWISH::Filter .pdf "/usr/bin/pdftotext" "'%p' -"
>
> IndexContents TXT* .doc
> FileFilter .doc "/usr/bin/catdoc" "-s8859-1 -d8859-1 '%p'"
> #SWISH::Filter .doc "/usr/bin/catdoc" "-s8859-1 -d8859-1 '%p'"
>
> IndexContents TXT* .rtf
> FileFilter .doc "/usr/bin/catdoc" "'%p'"
> #SWISH::Filter .doc "/usr/bin/catdoc" "'%p'"
>
> FileFilterMatch "/usr/bin/unzip" "-p \"%p\" meta.xml" /\.(sxw|sxc|sxi|odt)$/i
> IndexContents XML* .sxw .sxc .sxi .odt
> StoreDescription XML* <text:p>
>
> FileFilterMatch "/usr/bin/unzip" "-p \"%p\" content.xml" /\.(sxw|sxc|sxi|odt)$/i
> IndexContents XML* .sxw .sxc .sxi .odt
> StoreDescription XML* <text:p>
>
>
>
>
Received on Mon May 30 02:46:43 2005