SWISH::API::Remote::Result - Represents a single 'hit' from swished


SWISH-API-Remote documentation  | view source Contained in the SWISH-API-Remote distribution.

Index


NAME

Top

SWISH::API::Remote::Result - Represents a single 'hit' from swished

DESCRIPTION

Top

Performs searches on a remote swished server using an interface similar to SWISH::API

my @properties = $result->Properties();

returns a sorted list of the properties fetched for the result.

my $value = $result->Property('swishtitle');

returns a the named property.

SEE ALSO

Top

SWISH::API::Remote::Results, SWISH::API::Remote, swish-e

AUTHOR

Top

Josh Rabinowitz, <joshr@localdomain>

COPYRIGHT AND LICENSE

Top


SWISH-API-Remote documentation  | view source Contained in the SWISH-API-Remote distribution.