NAME
Plucene::SearchEngine::Index::Image - Backend for mining data about images
DESCRIPTION
Upon installation, this acts as a handler for images, using Image::Info
to populate the following Plucene fields:
- size
-
The dimensions of the image.
- text
-
Any comments found in the image.
- subtype
-
The type of image. (
jpg
,png
, etc.) - created
-
A Plucene data field representing the last modified date encoded in the image itself.
SEE ALSO
AUTHOR
Simon Cozens, <simon@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2004 by Simon Cozens
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.