NAME

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

DESCRIPTION

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

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

AUTHOR

Josh Rabinowitz, <joshr@localdomain>

COPYRIGHT AND LICENSE

Copyright (C) 2004-2006 by Josh Rabinowitz

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.