gnugat/pomm-search-engine

This package is abandoned and no longer maintained. No replacement package was suggested.

A Pomm Foundation implemenation of SearchEngine

v0.1.3 2015-12-06 12:44 UTC

This package is auto-updated.

Last update: 2022-02-01 12:50:29 UTC


README

A Pomm Foundation implementation for SearchEngine.

Installation

Download SearchEngine using Composer:

composer require gnugat/pomm-search-engine:^0.1

To get an instance of Fetcher, you can do the following:

use Gnugat\PommSearchEngine\Build;

$fetcher = Build::fetcher($queryManager);

The $queryManager variable should be an instance of an implementation of PommProject\Foundation\QueryManager\QueryManagerInterface.

Further documentation

Please visit the official SearchEngine website for more information.

Further documentation

You can see the current and past versions using one of the following:

You can find more documentation at the following links: