Commit graph

7 commits

Author SHA1 Message Date
Jakub Vrana
b6e3147815 Space after modifier
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313232 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-14 09:47:27 +00:00
Israel Ekpo
3326d8da30 M reference/solr/solrclient/construct.xml
A    reference/solr/solrclient/setresponsewriter.xml
M    reference/solr/versions.xml

Added support for new native response writer for php clients

https://issues.apache.org/jira/browse/SOLR-1967



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300649 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-22 03:58:35 +00:00
Richard Quadling
734ddd27ad Set sgml-default-dtd-file to ~/.phpdoc/manual.ced
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294374 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:10:56 +00:00
Richard Quadling
2c7ec45db1 Removed svn:exectuable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290994 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 14:00:05 +00:00
Israel Ekpo
2ca6108ac1 Added documentation for SolrClient::getOptions()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290125 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-01 13:16:00 +00:00
Israel Ekpo
32778b73bb Adding examples on how to connect to Solr servers behind SSL-enabled containers
Examples also illustrate the new options for the SolrClient constructor.

     - secure          (Boolean value indicating whether or not to connect in secure mode)
     - timeout         (This is maximum time in seconds allowed for the http data transfer operation. Default is 30 seconds)
     - ssl_cert        (File name to a PEM-formatted file containing the private key + private certificate (concatenated in that order) )
     - ssl_key         (File name to a PEM-formatted private key file only)
     - ssl_keypassword (Password for private key)
     - ssl_cainfo      (Name of file holding one or more CA certificates to verify peer with)
     - ssl_capath      (Name of directory holding multiple CA certificates to verify peer with )



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290013 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-28 02:54:42 +00:00
Israel Ekpo
0e875db3d4 Adding initial documentation for the Apache Solr extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289115 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-03 04:50:06 +00:00