|
|
| |
Search::InvertedIndex::Query::Leaf(3) |
User Contributed Perl Documentation |
Search::InvertedIndex::Query::Leaf(3) |
Search::InvertedIndex::Query::Leaf - A query leaf item for an inverted index
search.
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 1999-2020, Jerilyn Franz and FreeRun Technologies, Inc.
(<URL:http://www.freeruntech.com/>). All Rights Reserved.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |