Skip to content

DestinationAdapter for the solarium Solr client inside the webfactory/content-mapping mini framework

License

Notifications You must be signed in to change notification settings

webfactory/content-mapping-destinationadapter-solarium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

content-mapping-destinationadapter-solarium

DestinationAdapter for the webfactory/content-mapping mini framework. Uses the Solarium Solr client to map content to a Solr backend.

Usage

use Solarium\Client;
use Webfactory\ContentMapping\Synchronizer;
use Webfactory\ContentMapping\Solr\SolariumDestinationAdapter;

$solrClient = new Client($configArray); // see Solarium documentation for details

$synchronizer = new Synchronizer($sourceAdapter, $mapper, new SolariumDestinationAdapter($solrClient));

Credits, Copyright and License

This project was started at webfactory GmbH, Bonn.

Copyright 2015-2019 webfactory GmbH, Bonn. Code released under the MIT license.

About

DestinationAdapter for the solarium Solr client inside the webfactory/content-mapping mini framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages