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

NAME

faisearch - search inside documents

DESCRIPTION

You use this cli to find text inside indexed documents. This is also useful to see how things are going when indexing a large archive.

PARAMETERS

        -t text term phrase, etc you want to search.   

OPTION FLAGS

   -d debug info on
   -v print version and exit

SEARCH IN A PATH

You can provide as argument a directory to narrow the search to

        faisearch -t 'this is the text' ./

USAGE EXAMPLES

   faisearch -t 'Charles+Hamilton'
   faisearch -t '10413 Fawcett Street'

SEE ALSO

FileArchiveIndexer

AUTHOR

Leo Charre leocharre at cpan dot org

COPYRIGHT

Copyright (c) 2007 Leo Charre. All rights reserved.

LICENSE

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".

DISCLAIMER

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the "GNU General Public License" for more details.