The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SWISH::Prog::Xapian::Result - search result for Swish3 Xapian backend

SYNOPSIS

 # see SWISH::Prog::Result
 

METHODS

Only new and overridden methods are documented here. See the SWISH::Prog::Result documentation.

prop_id_map

Get the read-only internal map for PropertyNames to id values.

uri

Returns the uri (unique term) for the result document.

title

Returns the title of the result document.

mtime

Returns the last modified time of the result document.

summary

Returns body of the result document.

get_property(name)

Returns value for PropertyName name.

AUTHOR

Peter Karman, <karman at cpan dot org>

BUGS

Please report any bugs or feature requests to bug-swish-prog-xapian at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SWISH-Prog-Xapian. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc SWISH::Prog::Xapian

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2009 Peter Karman, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.