|
NAMEApache::Solr::XML - Apache Solr (Lucene) client via XMLINHERITANCEApache::Solr::XML is an Apache::Solr SYNOPSISmy $solr = Apache::Solr::XML->new(...); my $solr = Apache::Solr->new(format => 'XML', ...); DESCRIPTIONImplement the Solr client, where the communication is in XML.This module uses XML::LibXML to parse and construct XML. Extends "DESCRIPTION" in Apache::Solr. METHODSExtends "METHODS" in Apache::Solr.ConstructorsExtends "Constructors" in Apache::Solr.
AccessorsExtends "Accessors" in Apache::Solr.
CommandsExtends "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.05, built on January 11, 2019. Website: http://perl.overmeer.net/CPAN/LICENSECopyrights 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/
Visit the GSP FreeBSD Man Page Interface. |