![]() |
![]()
| ![]() |
![]()
NAMEApache::Solr::JSON - Apache Solr (Lucene) client via JSON INHERITANCEApache::Solr::JSON is an Apache::Solr SYNOPSISmy $solr = Apache::Solr::JSON->new(...); my $solr = Apache::Solr->new(format => 'JSON', ...); DESCRIPTIONImplement 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. METHODSExtends "METHODS" in Apache::Solr. ConstructorsExtends "Constructors" in Apache::Solr.
AccessorsExtends "Accessors" in Apache::Solr.
CommandsSee http://wiki.apache.org/solr/UpdateJSON Extends "Commands" in Apache::Solr. HelpersExtends "Helpers" in Apache::Solr.
DETAILSExtends "DETAILS" in Apache::Solr. SEE ALSOThis module is part of Apache-Solr distribution version 1.11, built on May 08, 2025. Website: http://perl.overmeer.net/CPAN/ LICENSECopyrights 2012-2025 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/
|