mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
77 lines
2.1 KiB
XML
77 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<chapter xml:id="solr.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<section xml:id="solr.requirements">
|
|
&reftitle.required;
|
|
<!-- Use &no.requirement; if there no requirement -->
|
|
<para>The libxml and curl extensions must also be enabled for the Apache Solr extension to be available.</para>
|
|
<para>libxml2 2.6.31 or later is required.</para>
|
|
<para>libcurl 7.18.0 or later is also required.</para>
|
|
<para>The above library versions are required and attempting to hack the code to make it compile is strongly discouraged. It will fail, possibly with errors that could be hard to debug</para>
|
|
</section>
|
|
|
|
<!-- {{{ Installation -->
|
|
<section xml:id="solr.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
&pecl.info;
|
|
<link xlink:href="&url.pecl.package;solr">&url.pecl.package;solr</link>.
|
|
</para>
|
|
<para>
|
|
For help and support, please visit the extension google group.
|
|
<link xlink:href="&url.solr.support;">Apache Solr PHP Extension</link>
|
|
</para>
|
|
<para>
|
|
&pecl.windows.download.avail;
|
|
</para>
|
|
<note>
|
|
<para>
|
|
The solr module can be compiled in debug mode by passing the --enable-solr-debug flag to configure
|
|
</para>
|
|
<para>
|
|
When building manually, be sure to include curl and libxml support within the build.
|
|
</para>
|
|
</note>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Configuration -->
|
|
<section xml:id="solr.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
<!-- or &reference.solr.ini; -->
|
|
<!-- }}} -->
|
|
|
|
<section xml:id="solr.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
<!-- Use &no.resource; if there no resources -->
|
|
</section>
|
|
|
|
</chapter>
|
|
|
|
<!-- 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
|
|
-->
|
|
|