Download the PHP package nzo/elastic-query-bundle without Composer
On this page you can find all versions of the php package nzo/elastic-query-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package elastic-query-bundle
NzoElasticQueryBundle
- Symfony bundle used to execute search based on simple query language for the Elasticsearch system.
- This bundle is based on the FOSElasticaBundle implementation cf: https://github.com/FriendsOfSymfony/FOSElasticaBundle
Versions & Dependencies
NzoElasticQueryBundle | Elasticsearch | Symfony | PHP |
---|---|---|---|
[3.0] (master) | 7.* | >=4.4 | ^7.2 / ^8.0 |
[2.0] | 5.* / 6.* | >=4.4 | ^7.2 |
Features included:
- Search: match, notmatch, isnull, in, notin, gte, gt, lte, lt, range, wildcard.
- Sort
- Limitation
- Pagination
This Bundle is compatible with Symfony >= 4.4
Installation
Install the bundle:
Register the bundle in config/bundles.php (without Flex)
Configure the bundle:
Usage
When show_score is enabled, you must add the field _scoreElastic to the needed entities and add the field getter and setter (getScoreElastic & setScoreElastic)
Configure index
Populate index
Payload Example
POST http://example.fr/search/myEnitity?page=1&limit=2
License
This bundle is under the MIT license. See the complete license in the bundle:
See LICENSE
All versions of elastic-query-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
ext-json Version *
doctrine/orm Version ^2.6
doctrine/persistence Version ^1.0|^2.0
friendsofsymfony/elastica-bundle Version ^6.0.0-beta4
justinrainbow/json-schema Version ^5.2
symfony/framework-bundle Version ^4.4|^5.0
symfony/http-foundation Version ^4.4|^5.0
symfony/http-kernel Version ^4.4|^5.0
symfony/options-resolver Version ^4.4|^5.0
symfony/security-core Version ^4.4|^5.2.8
symfony/serializer Version ^4.4|^5.0
symfony/string Version ^5.0
ext-json Version *
doctrine/orm Version ^2.6
doctrine/persistence Version ^1.0|^2.0
friendsofsymfony/elastica-bundle Version ^6.0.0-beta4
justinrainbow/json-schema Version ^5.2
symfony/framework-bundle Version ^4.4|^5.0
symfony/http-foundation Version ^4.4|^5.0
symfony/http-kernel Version ^4.4|^5.0
symfony/options-resolver Version ^4.4|^5.0
symfony/security-core Version ^4.4|^5.2.8
symfony/serializer Version ^4.4|^5.0
symfony/string Version ^5.0
The package nzo/elastic-query-bundle contains the following files
Loading the files please wait ....