Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/webfactory/content-mapping-destinationadapter-solarium-bundle
- Owner: webfactory
- License: mit
- Created: 2015-08-07T08:21:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T07:09:10.000Z (over 1 year ago)
- Last Synced: 2024-03-20T17:23:44.335Z (8 months ago)
- Topics: bundle, content-mapping, php, symfony
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).