Skip to content

gnugat-legacy/pomm-search-engine

Repository files navigation

Pomm Search Engine

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:

About

[DEPRECATED] A Pomm Foundation implementation of SearchEngine

Resources

License

Stars

Watchers

Forks

Packages

No packages published