2009-10-03 04:50:06 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id= "book.solr" xmlns= "http://docbook.org/ns/docbook" xmlns:xlink= "http://www.w3.org/1999/xlink" >
<title > Apache Solr</title>
<titleabbrev > Solr</titleabbrev>
<preface xml:id= "intro.solr" >
&reftitle.intro;
<para >
2015-01-04 22:20:02 +00:00
The Solr extension allows you to communicate effectively with the Apache Solr Server in PHP.
2009-10-03 04:50:06 +00:00
</para>
<para > The Solr extension is an extremely fast, light-weight, feature-rich library that allows PHP developers to communicate effectively with Solr server instances.</para>
2015-01-23 12:11:48 +00:00
<para > Versions 1.x of The PECL Extension supports Apache Solr Server 1.3-3.x</para>
<para > Versions 2.x of The PECL Extension supports Apache Solr Server 4.0+ </para>
2009-10-03 04:50:06 +00:00
<para > There are built-in tools to add documents and make updates to the solr server.</para>
<para > It also contains tools that allows you to build advanced queries to the server when searching for documents.</para>
</preface>
&reference.solr.setup;
&reference.solr.constants;
&reference.solr.reference;
&reference.solr.examples;
&reference.solr.solrutils;
&reference.solr.solrinputdocument;
&reference.solr.solrdocument;
&reference.solr.solrdocumentfield;
&reference.solr.solrobject;
&reference.solr.solrclient;
&reference.solr.solrresponse;
&reference.solr.solrqueryresponse;
&reference.solr.solrupdateresponse;
&reference.solr.solrpingresponse;
&reference.solr.solrgenericresponse;
&reference.solr.solrparams;
&reference.solr.solrmodifiableparams;
&reference.solr.solrquery;
2015-01-04 22:20:02 +00:00
&reference.solr.solrdismaxquery;
2015-10-09 01:30:05 +00:00
&reference.solr.solrcollapsefunction;
2015-01-04 22:20:02 +00:00
2009-10-03 04:50:06 +00:00
&reference.solr.solrexception;
&reference.solr.solrclientexception;
2014-07-04 15:48:38 +00:00
&reference.solr.solrserverexception;
2009-10-03 04:50:06 +00:00
&reference.solr.solrillegalargumentexception;
&reference.solr.solrillegaloperationexception;
2015-10-09 01:30:05 +00:00
&reference.solr.solrmissingmandatoryparameterexception;
2009-10-03 04:50:06 +00:00
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
2010-02-03 12:31:55 +00:00
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
2009-10-03 04:50:06 +00:00
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->