On Mon, Sep 05, 2005 at 07:47:23AM -0700, andy rosbrook wrote:
> Hi all
>
> I was wondering weather it is possible to define your own property and then
> retrive this through the SWISH API?
The swish API if for searching an existing index. Not creating an
index where you define a property.
> I would like to define a 'category' property for a specifiec index and then
> retrive the value of this through the API.
In perl you do:
$prop = $result->Property('category');
> I've checked out defining custom meta tags but my problem slightly differs,
> the property will not appear in the indexed document, i would like to set it
> in the config itself, something like this:
>
> MetaNames Category "books"
Oh, so you want it index-wide? So every call to
$result->Property('category')
returns "books"?
No, there's nothing to do that. There's a few index headers that you
can set (IndexAdmin, IndexName, IndexDescription, IndexPointer),
though.
Otherwise, you would need to set the value on every input file.
--
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 Mon Sep 5 07:58:59 2005