NAME

fzquery - FuzzyIndex query utility

SYNOPSIS

fzquery database [ query ] fzquery database << file

DESCRIPTION

Just run fzquery from command line. The first argument is the Berkeley DB file to query from, remaining arguments being the query string. If no query was given this way, it will read from STDIN instead.

Example usage:

% fzquery index.db "where could i find some books?" # from arg
% fzquery index.db << query.txt                     # from stdin

AUTHORS

Autrijus Tang <autrijus@autrijus.org>

COPYRIGHT

Copyright 2001 by Autrijus Tang <autrijus@autrijus.org>.

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

See http://www.perl.com/perl/misc/Artistic.html