Group
Extension

Matches 2

Catmandu-Solr ( N/NI/NICS/Catmandu-Solr-0.0304.tar.gz, NICS, 2019; MetaCPAN )
Catmandu-Solr/lib/Catmandu/Solr.pm ( view source; MetaCPAN )
 Import data into Solr
    $ catmandu import JSON to Solr  < data.json

    # Export data from ElasticSearch
    $ catmandu export Solr to JSON > data.json

    # Export only one record
    $ catmandu
Catmandu-Solr ( N/NI/NICS/Catmandu-Solr-0.0304.tar.gz, NICS, 2019; MetaCPAN )
Catmandu-Solr/lib/Catmandu/Store/Solr.pm ( view source; MetaCPAN )
 Import data into Solr
    $ catmandu import JSON to Solr  < data.json

    # Export data from ElasticSearch
    $ catmandu export Solr to JSON > data.json

    # Export only one record
    $ catmandu
     $_[0]->url,
        {
            autocommit     => 0,
            default_params => {wt => 'json'},
            agent => LWP::UserAgent->new(keep_alive => $self->keep_alive),
        }
    );
}

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.