|
Apache::Wyrd::Interfaces::Indexable - Pass metadata to Wyrd Index service |
Apache::Wyrd::Interfaces::Indexable - Pass metadata to Wyrd Index service
NONE
Indexable provides the minimum methods required by an object to be indexed using
the Apache::Wyrd::Services::Index object. An indexable object can be inserted
into the index via the update_entry method of the index.
(format: (returns) name (arguments after self))
no_index (void)force_update (void)index_foo (void)Because the assumption is that the indexable item will probably be a web page, the path to the file from the server root is the traditional ``name'' of the item. As such, when the results of a search are returned by the Index, the href attribute of a link to the page is created from the name attribute.
Also in this tradition, the default map for searching uses the tokens provided
by index_data as the basis for the index' word_search.
Barry King <wyrd@nospam.wyrdwright.com>
Copyright 2002-2004 Wyrdwright, Inc. and licensed under the GNU GPL.
See LICENSE under the documentation for Apache::Wyrd.
|
Apache::Wyrd::Interfaces::Indexable - Pass metadata to Wyrd Index service |