Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rollerworks/search-elasticsearch
[READ-ONLY] ElasticSearch extension for RollerworksSearch
https://github.com/rollerworks/search-elasticsearch
elasticsearch php rollerworks rollerworkssearch search
Last synced: 11 days ago
JSON representation
[READ-ONLY] ElasticSearch extension for RollerworksSearch
- Host: GitHub
- URL: https://github.com/rollerworks/search-elasticsearch
- Owner: rollerworks
- License: mit
- Created: 2015-02-01T15:06:35.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T18:57:31.000Z (2 months ago)
- Last Synced: 2024-09-16T23:50:59.455Z (2 months ago)
- Topics: elasticsearch, php, rollerworks, rollerworkssearch, search
- Language: PHP
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RollerworksSearch Elasticsearch extension
=========================================This package provides the Elasticsearch extension for [RollerworksSearch][1].
**Note:**
> This extension is only about generating a search Query for Elasticsearch,
you need to set-up indexing and storage yourself.If you'd like to contribute to this project, please see the [contributing guide lines][2]
for more information.Installation
------------To install this extension, add the `rollerworks/search-elasticsearch` to your composer.json
```bash
$ php composer.phar require rollerworks/search-elasticsearch
```License
-------The source of this package is subject to the MIT license that is bundled
with this source code in the file [LICENSE](LICENSE).[1]: https://github.com/rollerworks/search
[2]: https://github.com/rollerworks/search#contributing