Apache-Solr

 view release on metacpan or  search on metacpan

lib/Apache/Solr/XML.pod  view on Meta::CPAN

=encoding utf8

=head1 NAME

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

=head1 INHERITANCE

 Apache::Solr::XML
   is an Apache::Solr

=head1 SYNOPSIS

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

=head1 DESCRIPTION

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

This module uses XML::LibXML to parse and construct XML.

Extends L<"DESCRIPTION" in Apache::Solr|Apache::Solr/"DESCRIPTION">.

=head1 METHODS

Extends L<"METHODS" in Apache::Solr|Apache::Solr/"METHODS">.

=head2 Constructors

Extends L<"Constructors" in Apache::Solr|Apache::Solr/"Constructors">.

=over 4

=item $class-E<gt>B<new>(%options)

Creates a new object.  You may have objects shared the same
LWP::UserAgent object, to share connections.
Improves base, see L<Apache::Solr/"Constructors">

 -Option            --Defined in     --Default
  agent               Apache::Solr     <created internally>
  autocommit          Apache::Solr     true
  core                Apache::Solr     undef
  field_key_simplify  Apache::Solr     true
  format              Apache::Solr     'XML'
  retry_max           Apache::Solr     60
  retry_wait          Apache::Solr     5
  server              Apache::Solr     <required>
  server_version      Apache::Solr     <latest>

=over 2

=item agent => LWP::UserAgent-object

=item autocommit => BOOLEAN

=item core => $name

=item field_key_simplify => BOOLEAN



( run in 0.906 second using v1.01-cache-2.11-cpan-85f18b9d64f )