The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Datahub::Factory::Exporter::Solr - Export items to a Solr instance

SYNOPSIS

    use Datahub::Factory;

    my $solr_options = {
        url => 'https://my.solr.org/instance'
    };

    my $exporter = Datahub::Factory->exporter('Solr')->new($solr_options);

    $exporter->add({'id' => 1});

DESCRIPTION

This module exports items to a Solr instance.

PARAMETERS

url

URL where the Solr instance resides. Required.

AUTHORS

Pieter De Praetere <pieter@packed.be>

Matthias Vandermaesen <matthias.vandermaesen@vlaamsekunstcollectie.be>

COPYRIGHT

Copyright 2017 - PACKED vzw, Vlaamse Kunstcollectie vzw

LICENSE

This library is free software; you can redistribute it and/or modify it under the terms of the GPLv3.