php-doc-en/reference/solr/book.xml
2015-10-09 01:30:05 +00:00

79 lines
2.3 KiB
XML

<?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>
The Solr extension allows you to communicate effectively with the Apache Solr Server in PHP.
</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>
<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>
<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;
&reference.solr.solrdismaxquery;
&reference.solr.solrcollapsefunction;
&reference.solr.solrexception;
&reference.solr.solrclientexception;
&reference.solr.solrserverexception;
&reference.solr.solrillegalargumentexception;
&reference.solr.solrillegaloperationexception;
&reference.solr.solrmissingmandatoryparameterexception;
</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
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
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
-->