The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:SWISH-Prog KARMAN"

SWISH::Prog - information retrieval application framework River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog is a full-text search framework based on Swish-e (<http://swish-e.org/>). SWISH::Prog tries to fill a niche similar to Data::SearchEngine or DBI: providing a uniform and flexible interface to several different search engine tools and libr...

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Doc - Document object class for passing to SWISH::Prog::Indexer River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Doc is the base class for Doc objects in the SWISH::Prog framework. Doc objects are created by SWISH::Prog::Aggregator classes and processed by SWISH::Prog::Indexer classes. You can subclass SWISH::Prog::Doc and add a filter() method to ...

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Cache - simple in-memory cache class River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Cache is a simple in-memory caching class. It's basically just a Perl hash, but implemented as a class so that you can subclass it and use different storage (e.g. Cache::* modules)....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Queue - simple in-memory FIFO queue class River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Queue is basically a Perl array, but it defines an API that can be implemented using any kind of storage and logic you want. One example would be a database that tracks items to be evaluated, or a flat file list....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Utils - utility variables and methods River stage one • 7 direct dependents • 8 total dependents

This class provides commonly used variables and methods shared by many classes in the SWISH::Prog project....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Class - base class for SWISH::Prog classes River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Class is a subclass of Rose::ObjectX::CAF. It's a base class useful for making simple accessor/mutator methods. SWISH::Prog::Class implements some additional methods and features useful for SWISH::Prog projects....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Result - base result class River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Results is a base results class. It defines the APIs that all SWISH::Prog storage backends adhere to in returning results from a SWISH::Prog::InvIndex....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Results - base results class River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Results is a base results class. It defines the APIs that all SWISH::Prog storage backends adhere to in returning results from a SWISH::Prog::InvIndex....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Config - read/write Swish-e config files River stage one • 7 direct dependents • 8 total dependents

The SWISH::Prog::Config class is intended to be accessed via SWISH::Prog->new(). See the Swish-e documentation for a list of configuration parameters. Each parameter has an accessor/mutator method as part of the Config object. Some preliminary compat...

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Indexer - base indexer class River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Indexer is a base class implementing the simplest of indexing APIs. It is intended to be subclassed, along with InvIndex, for each IR backend library....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Headers - create document headers for Swish-e -S prog River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Headers generates the correct headers for feeding documents to the indexer....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Searcher - base searcher class River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Searcher is a base searcher class. It defines the APIs that all SWISH::Prog storage backends adhere to in returning results from a SWISH::Prog::InvIndex....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::InvIndex - base class for Swish-e inverted indexes River stage one • 7 direct dependents • 8 total dependents

A SWISH::Prog::InvIndex is a base class for defining different Swish-e inverted index formats....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Aggregator - document aggregation base class River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Aggregator is a base class that defines the basic API for writing an aggregator. Only two methods are required: get_doc() and crawl(). See the SYNOPSIS for the prototypes. See SWISH::Prog::Aggregator::FS and SWISH::Prog::Aggregator::Spid...

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::ReplaceRules - filename mangler River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::ReplaceRules is a pure Perl replacement for the ReplaceRules configuration feature in Swish-e. This class is typically used internally by SWISH::Prog. The filter() feature of SWISH::Prog is generated to use ReplaceRules if they are defin...

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Test::Indexer - test indexer class River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Test::Indexer is for testing other components of SWISH::Prog where no index is desired. For example, testing aggregator features without any need to store the documents aggregated....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Native::Result - result class for SWISH::API::Object River stage one • 7 direct dependents • 8 total dependents

The Native Result implements the SWISH::Prog::Result API for SWISH::API::Object results....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::InvIndex::Meta - read/write InvIndex metadata River stage one • 7 direct dependents • 8 total dependents

A SWISH::Prog::InvIndex::Meta object represents the metadata for an InvIndex. It supports the Swish3 "swish.xml" header file format only at this time....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Aggregator::FS - crawl a filesystem River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Aggregator::FS is a filesystem aggregator implementation of the SWISH::Prog::Aggregator API. It is similar to the DirTree.pl script in the Swish-e 2.4 distribution....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC

SWISH::Prog::Aggregator::DBI - index DB records with Swish-e River stage one • 7 direct dependents • 8 total dependents

SWISH::Prog::Aggregator::DBI is a SWISH::Prog::Aggregator subclass designed for providing full-text search for databases....

KARMAN/SWISH-Prog-0.75 - 11 Dec 2013 23:15:27 UTC
29 results (0.022 seconds)