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::XML(3) User Contributed Perl Documentation Apache::Solr::XML(3)

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

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

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

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

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

Extends "DESCRIPTION" in Apache::Solr.

Extends "METHODS" in Apache::Solr.

Extends "Constructors" in Apache::Solr.

Creates a new object. You may have objects shared the same LWP::UserAgent object, to share connections.

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

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->server( [$uri|STRING] )
Inherited, see "Accessors" in Apache::Solr
$obj->serverVersion()
Inherited, see "Accessors" in Apache::Solr
$obj->xmlsimple()

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.11, built on May 08, 2025. Website: http://perl.overmeer.net/CPAN/

Copyrights 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/

2025-05-08 perl v5.40.2

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.