Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/webfactory/content-mapping-destinationadapter-solarium-bundle

Symfony bundle for the solarium DestinationAdapter inside the webfactory/content-mapping mini framework.
https://github.com/webfactory/content-mapping-destinationadapter-solarium-bundle

bundle content-mapping php symfony

Last synced: 9 days ago
JSON representation

Symfony bundle for the solarium DestinationAdapter inside the webfactory/content-mapping mini framework.

Awesome Lists containing this project

README

        

# content-mapping-destinationadapter-solarium-bundle

Symfony bundle for [webfactory/content-mapping-destinationadapter-solarium](https://github.com/webfactory/content-mapping-destinationadapter-solarium),
easing your synchronization life via simple configuration, a services and a console command.

## Installation

Install the package via composer:

composer require webfactory/content-mapping-destinationadapter-solarium-bundle

and enable two bundles in your app kernel:

```php







MyVendorMyEntityBundle:MyEntity



findForSolrIndex










```

As a bonus, this bundle provides you with a console command for deleting data from the solr index matching a query:

app/bin content-mapping:solarium:delete-from-index [query=*:*]

## Credits, Copyright and License

This project was started at webfactory GmbH, Bonn.

-
-

Copyright 2015-2022 webfactory GmbH, Bonn. Code released under [the MIT license](LICENSE).