GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Apache::Solr::JSON(3) User Contributed Perl Documentation Apache::Solr::JSON(3)

Apache::Solr::JSON - Apache Solr (Lucene) client via JSON

 Apache::Solr::JSON
   is an Apache::Solr

  my $solr = Apache::Solr::JSON->new(...);
  my $solr = Apache::Solr->new(format => 'JSON', ...);

Implement the Solr client, where the communication is in JSON.

Both the requests and the responses are using JSON syntax, produced by the JSON distribution (which defaults to JSON::XS when installed)

Warning 1: Apparently, Perl's JSON implementation does not support the repetition of keys in one list, but Solr is using that. Care is taken to avoid these cases.

Warning 2: In some cases, XML and JSON differ in structure and names in the structure. In those cases, the XML plan is made leading: the JSON data is transformed to match the XML.

Extends "DESCRIPTION" in Apache::Solr.

Extends "METHODS" in Apache::Solr.

Extends "Constructors" in Apache::Solr.
Apache::Solr::JSON->new(%options)
 -Option        --Defined in     --Default
  agent           Apache::Solr     <created internally>
  autocommit      Apache::Solr     true
  core            Apache::Solr     undef
  format          Apache::Solr     'JSON'
  json                             <created internally>
  server          Apache::Solr     <required>
  server_version  Apache::Solr     <latest>
    
agent => LWP::UserAgent object
autocommit => BOOLEAN
core => NAME
format => 'XML'|'JSON'
json => JSON object
By default, an JSON object is created for you, in utf8 mode.
server => URL
server_version => VERSION

Extends "Accessors" in Apache::Solr.
$obj->agent()
Inherited, see "Accessors" in Apache::Solr
$obj->autocommit( [BOOLEAN] )
Inherited, see "Accessors" in Apache::Solr
$obj->core( [$core] )
Inherited, see "Accessors" in Apache::Solr
$obj->json()
$obj->server( [$uri|STRING] )
Inherited, see "Accessors" in Apache::Solr
$obj->serverVersion()
Inherited, see "Accessors" in Apache::Solr

See http://wiki.apache.org/solr/UpdateJSON

Extends "Commands" in Apache::Solr.

Extends "Helpers" in Apache::Solr.
$obj->simpleDocument( $command, [$attributes, [$content]] )
Construct a simple XML structure.
$obj->simpleUpdate( $command, $attributes, [$content] )

Extends "DETAILS" in Apache::Solr.

This module is part of Apache-Solr distribution version 1.05, built on January 11, 2019. Website: http://perl.overmeer.net/CPAN/

Copyrights 2012-2019 by [Mark Overmeer]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/

2019-01-11 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.