-
-
20 Sep 2019 07:53:15 UTC
- Distribution: Catmandu-Solr
- Module version: 0.0304
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (201 / 0 / 6)
- Kwalitee
Bus factor: 5- 20.80% Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (18.46KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE userand 8 contributors- Nicolas Steenlant, C<< nicolas.steenlant at ugent.be >>
-
Jakob Voss
-
Mohammad S Anwar
-
Nicolas Franck
-
Nicolas Steenlant
-
njfranck
-
Patrick Hochstenbach
-
Pieter De Praetere
NAME
Catmandu::Importer::Solr - Catmandu module to import data from a Solr endpoint
SYNOPSIS
# From the command line $ catmandu convert Solr --url "http://localhost:8983/solr" --query "type:book" # From perl use Catmandu; my %attrs = ( url => "http://localhost:8983/solr", query => 'type:book', bag_field => '_bag', id_field => '_id' ); my $importer = Catmandu->importer('Solr',%attrs); $importer->each(sub { my $row_hash = shift; ... });
AUTHOR
Nicolas Franck,
nicolas.franck at ugent.be
SEE ALSO
Module Install Instructions
To install Catmandu::Solr, copy and paste the appropriate command in to your terminal.
cpanm Catmandu::Solr
perl -MCPAN -e shell install Catmandu::Solr
For more information on module installation, please visit the detailed CPAN module installation guide.