An open API service indexing awesome lists of open source software.

https://github.com/networking/elasticsearch-bundle


https://github.com/networking/elasticsearch-bundle

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

elasticsearch-bundle
====================

###This bundle only works with the networking/init-cms-bundle!

This bundle will provide search capabilities to your networking initcms
with default setup for pages and media (PDF files).

Install bundle via composer.

"require": {
....
"networking/elasticsearch-bundle": "^2.0",
...
}
"repositories": [
{
"type": "vcs",
"url": "git@github.com:networking/elasticsearch-bundle.git"
}
],

Update your AppKernel.php

```