Apache-Solr
view release on metacpan or search on metacpan
lib/Apache/Solr/JSON.pod view on Meta::CPAN
=head1 SYNOPSIS
my $solr = Apache::Solr::JSON->new(...);
my $solr = Apache::Solr->new(format => 'JSON', ...);
=head1 DESCRIPTION
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)
B<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.
B<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.
( run in 0.275 second using v1.01-cache-2.11-cpan-05444aca049 )