1
0
mirror of https://github.com/php/doc-ru.git synced 2026-04-26 00:38:06 +02:00
Files
Sergey Panteleev daef8df962 Обнуление тега Reviewed (#364)
[skip-lint]
[skip-spellcheck]
2021-11-16 13:03:53 +03:00

79 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 68c2c871505aadf983f16113c5b077b335ce8d76 Maintainer: northcat Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.solr" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>Apache Solr</title>
<titleabbrev>Solr</titleabbrev>
<preface xml:id="intro.solr">
&reftitle.intro;
<para>
Модуль Solr позволяет эффективно взаимодействовать с сервером Apache Solr в PHP.
</para>
<para>Модуль Solr - чрезвычайно быстрая, лёгкая, многофункциональная библиотека, которая позволяет разработчикам PHP эффективно взаимодействовать с экземплярами сервера Solr.</para>
<para>Версии 1.x модуля PECL поддерживают Apache Solr Server 1.3-3.x</para>
<para>Версии 2.x модуля PECL поддерживают Apache Solr Server 4.0+ </para>
<para>Есть встроенные инструменты для добавления документов и обновления сервера Solr.</para>
<para>Она также содержит инструменты, которые позволяют создавать сложные запросы к серверу при поиске документов.</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
-->