|
|
| |
Search::InvertedIndex::Result(3) |
User Contributed Perl Documentation |
Search::InvertedIndex::Result(3) |
Search::InvertedIndex::Result - A list of result entries from a inverted index
search.
Contains zero or more result entries from a search. Provides access methods to
information in/from/about the entries.
- "new($parm_ref);"
- "number_of_index_entries;"
- Returns the number of index entries in the result.
- "entry($parm_ref);"
- In an array context, returns the index, data and ranking for the requested
entry.
In a scalar context returns only the index.
Examples:
my $index = $result->entry({ -number => 10 };
my ($index,$data,$ranking) = $result->entry({ -number => 10 });
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. |