1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-29 10:32:17 +02:00
Files
archived-doc-ja/reference/solr/book.xml

81 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 68c2c871505aadf983f16113c5b077b335ce8d76 Maintainer: satoruyoshida Status: ready -->
<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 拡張モジュールにより、PHP で Apache Solr サーバーと効果的に通信できます。
</para>
<para>Solr 拡張モジュールは、PHP 開発者が Solr サーバーのインスタンスと効果的に通信できるようにする、とても速くて軽量で、豊富な機能を持つライブラリです。</para>
<para>PECL 拡張モジュールのバージョン 1.x は、Apache Solr Server 1.3 から 3.x までをサポートします。</para>
<para>PECL 拡張モジュールのバージョン 2.x は、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
-->