Search results for "module:SWISH"

SWISH - Perl interface to the SWISH-E search engine. River stage one • 1 direct dependent • 1 total dependent

NOTE: This is alpha code and is not to be used in a production environment and the interface is expected to change while swish 2.2 is being developed. Testing and feedback on using this module is gratefully appreciated. NOTE: This module is now depre...

HANK/SWISH-0.08 - 01 Nov 2003 23:00:07 UTC

SWISH::3 - Perl interface to libswish3 River stage two • 6 direct dependents • 18 total dependents

SWISH::3 is a Perl interface to the libswish3 C library....

KARMAN/SWISH-3-1.000015 - 02 Apr 2017 02:01:35 UTC

SWISH::Fork - Perl extension for accessing the SWISH-E search engine via a fork/exec. River stage zero No dependents

This module is a driver for the SWISH search engine using the forked access method. Please see SWISH for usage instructions. This module has been tested with the following versions of SWISH-E 1.2.4 1.3.2 2.0.4 2.1 (pre 2.2 development version) NOTE: ...

HANK/SWISH-Fork-0.13 - 01 Nov 2003 23:00:23 UTC

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::Filter - filter documents for indexing with Swish-e River stage two • 4 direct dependents • 19 total dependents

SWISH::Filter provides a unified way to convert documents into a type that Swish-e can index. Individual filters are installed as separate subclasses (modules). For example, there might be a filter that converts from PDF format to HTML format. SWISH:...

KARMAN/SWISH-Filter-0.191 - 12 Jun 2015 15:21:23 UTC

SWISH::Stemmer - Perl extension for stemming words using a modified version of the Stem routine from the SWISH search engine. (http://sunsite.berkeley.edu/SWISH-E/) River stage zero No dependents

This module provides access to the Stem() function used in SWISH-E to stem words. This module is needed if you wish to highlight words in source documents. Not that this module includes the stemmer.c function from the SWISH-E distribution. You should...

HANK/SWISH-Stemmer-0.03 - 30 Oct 2000 17:38:31 UTC

SWISH::HiLiter - simple interface to SWISH::API and Search::Tools River stage zero No dependents

SWISH::HiLiter is a simple interface to Search::Tools. It is designed to work specifically with the SWISH::API module for searching Swish-e indexes and displaying snippets of highlighted text from the stored Swish-e properties. SWISH::HiLiter is NOT ...

KARMAN/SWISH-HiLiter-0.08 - 01 Feb 2016 15:19:00 UTC

SWISH::WebService - provide HTTP access to a Swish-e index River stage zero No dependents

SWISH::WebService implements a front-end search API for a Swish-e index. It can use either the SWISH::API for a local index or SWISH::API::Remote to access a SWISHED server. Multiple output formats are supported, including RSS, XML and HTML. The gene...

KARMAN/SWISH-WebService-0.02 - 01 Feb 2008 15:17:18 UTC

SWISH::API::Stat - reconnect to a SWISH::API handle if index file changes River stage one • 1 direct dependent • 2 total dependents

SWISH::API::Stat will detect if the Swish-e index(es) to which you are connected have been modified and will automatically flush the stale handle and create a new one. SWISH::API::Stat is most useful in long-running processes where the underlying ind...

KARMAN/SWISH-API-Stat-0.06 - 04 Feb 2010 04:46:27 UTC

SWISH::API::Common - SWISH Document Indexing Made Easy River stage one • 1 direct dependent • 1 total dependent

"SWISH::API::Common" offers an easy interface to the Swish index engine. While SWISH::API offers a complete API, "SWISH::API::Common" focusses on ease of use. THIS MODULE IS CURRENTLY UNDER DEVELOPMENT. THE API MIGHT CHANGE AT ANY TIME. Currently, "S...

MSCHILLI/SWISH-API-Common-0.04 - 11 Aug 2009 06:52:03 UTC

SWISH::API::More - do more with the SWISH::API River stage one • 1 direct dependent • 3 total dependents

SWISH::API::More is a base class for subclassing and extending SWISH::API. Since SWISH::API is just a thin Perl XS wrapper around the Swish-e C library, which isn't friendly for subclassing in a traditional Perlish way, SWISH::API::More allows you to...

KARMAN/SWISH-API-More-0.07 - 23 Feb 2010 22:27:09 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::KSx - Swish3 KinoSearch backend River stage one • 1 direct dependent • 1 total dependent

STOP: Read the SWISH::Prog documentation before you use this module. SWISH::Prog::KSx is a KinoSearch-based implementation of Swish3, using the SWISH::3 bindings for libswish3. See the SWISH::Prog docs for more information about the class hierarchy a...

KARMAN/SWISH-Prog-KSx-0.21 - 03 Apr 2012 02:10:04 UTC

SWISH::3::Headers - create document headers for SWISH::3->parse_fh() River stage two • 6 direct dependents • 18 total dependents

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

KARMAN/SWISH-3-1.000015 - 02 Apr 2017 02:01:35 UTC

AxKit::XSP::Swish - A namespace wrapper for accessing Swish-e. River stage zero No dependents

The XSP Swish: tag library implements a simple way Swish-e. 1- Make sure that you have swish installed and have compiled the Perl XS library for the swish-e indexer. See www.swish-e.org for more information on using swish-e. 2- Add this to your httpd...

FMACHABEE/AxKit-XSP-Swish-0.2a - 02 Oct 2002 17:46:22 UTC

SWISH::Prog::Lucy - Swish3 Apache Lucy backend River stage zero No dependents

STOP: Read the SWISH::Prog documentation before you use this module. SWISH::Prog::Lucy is an Apache Lucy based implementation of Swish3, using the SWISH::3 bindings for libswish3. See the SWISH::Prog docs for more information about the class hierarch...

KARMAN/SWISH-Prog-Lucy-0.25 - 02 Aug 2015 00:40:09 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::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::API::Object - return SWISH::API results as objects River stage one • 1 direct dependent • 1 total dependent

SWISH::API::Object changes your SWISH::API::Result object into an object blessed into the class of your choice. SWISH::API::Object will automatically create accessor methods for every result property you specify, or all of them if you don't specify a...

KARMAN/SWISH-API-Object-0.14 - 22 Jul 2015 15:30:46 UTC

SWISH::API::Remote - Perl module to perform searches on a swished daemon server River stage one • 1 direct dependent • 1 total dependent

Performs searches on a remote swished server using an interface similar to SWISH::API my $remote = SWISH::API::Remote->new( "http://yourserv.com/swished", ["INDEX", \%remote_options]); Creates a SWISH::API::Remote object. The first parameter is the u...

JOSHR/SWISH-API-Remote-0.10 - 07 Jul 2006 02:55:27 UTC
96 results (0.02 seconds)