egeloen / lucene-search-bundle
Provides a zend lucene search integration for your Symfony2 Project.
Installs: 46 792
Dependents: 5
Suggesters: 0
Security: 0
Stars: 29
Watchers: 7
Forks: 11
Open Issues: 2
Type:symfony-bundle
Requires
- php: ^5.6|^7.0
- symfony/config: ^2.7|^3.0
- symfony/dependency-injection: ^2.7|^3.0
- symfony/framework-bundle: ^2.7|^3.0
- zendframework/zendsearch: ^2.0@rc
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ^5.0
- symfony/phpunit-bridge: ^2.7|^3.0
- symfony/yaml: ^2.7|^3.0
This package is not auto-updated.
Last update: 2024-11-18 11:57:27 UTC
README
The bundle provides a zend lucene search integration for your Symfony2 Project. It allows you to manage multiple lucene indexes retaining the usual operation of lucene. Some advanced configuration can be done for each index.
Documentation
Testing
The bundle is fully unit tested by PHPUnit with a code coverage close to 100%. To execute the test suite, check the travis configuration.
Contribute
We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR! You can follow the CONTRIBUTING file which will explain you how to set up the project.
License
The Ivory Lucene Search Bundle is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.