File: README

package info (click to toggle)
libcatmandu-solr-perl 0.0304-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: perl: 837; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
NAME

    Catmandu::Solr - Catmandu modules for working with solr endpoints

SYNOPSIS

        # From the command line
    
        # 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 export Solr --id 1234
    
        # Export using an Solr query
        $ catmandu export Solr --query "name:Recruitment OR name:college"
    
        # Export using a CQL query (needs a CQL mapping)
        $ catmandu export Solr --q "name any college"

AUTHOR

    Nicolas Steenlant, nicolas.steenlant at ugent.be

    Patrick Hochstenbach, patrick.hochstenbach at ugent.be

    Nicolas Franck, nicolas.franck at ugent.be

SYNOPSIS

    For documentation on these fixes see:

    Catmandu::Store::Solr

    Catmandu::Importer::Solr

SEE ALSO

    Catmandu::Store

    Catmandu

LICENSE AND COPYRIGHT

    This program is free software; you can redistribute it and/or modify it
    under the terms of either: the GNU General Public License as published
    by the Free Software Foundation; or the Artistic License.

    See http://dev.perl.org/licenses/ for more information.