NAME
Search::InvertedIndex::Result - A list of result entries from a inverted index search.
SYNOPSIS
DESCRIPTION
Contains zero or more result entries from a search. Provides access methods to information in/from/about the entries.
Public API
Initialization
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
Copyright 1999-2020, Jerilyn Franz and FreeRun Technologies, Inc. (<URL:http://www.freeruntech.com/>). All Rights Reserved.
AUTHOR
Jerilyn Franz
TODO
Everything.