Search results for "module:Search::InvertedIndex"
Search::InvertedIndex - A manager for inverted index maps
Provides the core of an inverted map based search engine. By mapping 'keys' to 'indexes' it provides ultra-fast look ups of all 'indexes' containing specific 'keys'. This produces highly scalable behavior where thousands, or even millions of records ...
SNOWHARE/Search-InvertedIndex-1.17 - 27 Sep 2020 10:05:10 UTC
Search::InvertedIndex::Query - A query for an inverted index search.
Provides methods for setting up a search query to be performed by the search engine. Public API Inherits 'get','set','clear' and 'exists' methods from Class::NamedParms...
SNOWHARE/Search-InvertedIndex-1.17 - 27 Sep 2020 10:05:10 UTC
Search::InvertedIndex::Simple - Build indexes for a set of search keys
"Search::InvertedIndex::Simple" is a pure Perl module. You might like to run the example program before reading this explanation. The input to new(dataset => $a, keyset => $k) is an arrayref of data (each element of which is a hashref), and an arrayr...
RSAVAGE/Search-InvertedIndex-Simple-1.04 - 23 Mar 2012 06:57:31 UTC
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. Public API...
SNOWHARE/Search-InvertedIndex-1.17 - 27 Sep 2020 10:05:10 UTC
Search::InvertedIndex::DB::Pg - A Postgres backend for Search::InvertedIndex.
An interface allowing Search::InvertedIndex to store and retrieve data from a PostgreSQL database. All the data is stored in a single table, which will be created automatically if it does not exist when "new" is called....
KAKE/Search-InvertedIndex-DB-Pg-0.02 - 01 Nov 2004 11:22:13 UTC
Search::InvertedIndex::Update - A container for a mass data update for a -group/-index.
Provides a container for the information to perform an update for a -group/-index tuple. Public API Inherits 'get','set','clear' and 'exists' methods from Class::NamedParms...
SNOWHARE/Search-InvertedIndex-1.17 - 27 Sep 2020 10:05:10 UTC
Search::InvertedIndex::DB::Mysql - A MySQL database interface object for Search::InvertedIndex
An interface allowing Search::InvertedIndex to store and retrieve data from Mysql database tables. All of the data is stored in a single table, which will be created automatically if it does not exist when the new method is called. The new method tak...
SNOWHARE/Search-InvertedIndex-1.17 - 27 Sep 2020 10:05:10 UTC
Search::InvertedIndex::AutoLoader - A manager for autoloading Search::InvertedIndex modules
Sets up the autoloader to load the modules in the Search::InvertedIndex system on demand....
SNOWHARE/Search-InvertedIndex-1.17 - 27 Sep 2020 10:05:10 UTC
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....
SNOWHARE/Search-InvertedIndex-1.17 - 27 Sep 2020 10:05:10 UTC
Search::InvertedIndex::Simple::BerkeleyDB - Build indexes for a set of search keys; Search using BerkeleyDB
"Search::InvertedIndex::Simple::BerkeleyDB" is a pure Perl module. See the parent module "Search::InvertedIndex::Simple" for an explanation of the options "dataset" and "keyset" passed in to "new()". "db_put()" writes the index built by "Search::Inve...
RSAVAGE/Search-InvertedIndex-Simple-BerkeleyDB-1.06 - 23 Mar 2012 06:57:42 UTC
Search::InvertedIndex::DB::DB_File_SplitHash - A Berkeley database interface object for Search::InvertedIndex
Provides a standard interface to an underlaying database - in this case Berkeley DB as extended by the Tie::DB_File::SplitHash package. There are twelve standard API calls required of any database interface used by the Search::InvertedIndex module: n...
SNOWHARE/Search-InvertedIndex-1.17 - 27 Sep 2020 10:05:10 UTC