NAME

Search::InvertedIndex::Query::Leaf - A query leaf item for an inverted index search.

SYNOPSIS

DESCRIPTION

Provides an object for holding the specifics of a search term item.

new($parm_ref);

Creates and initializes a Search::InvertedIndex::Query::Leaf object:

Example: 
 my $leaf = Search::InvertedIndex::Query::Leaf->new({
                                            -key => 'sterling',
                                          -group => 'wineries',
                                         -weight => 1,
                                          });

-group and -key are required, -weight is optional.

Inherits 'get','set','clear','exists' methods from Class::NamedParms

COPYRIGHT

Copyright 1999, Benjamin Franz (<URL:http://www.nihongo.org/snowhare/>) and FreeRun Technologies, Inc. (<URL:http://www.freeruntech.com/>). All Rights Reserved. This software may be copied or redistributed under the same terms as Perl itelf.

AUTHOR

Benjamin Franz

TODO

Document.