Commit graph

6 commits

Author SHA1 Message Date
Omar Shaban
c05bc653c5 Updated Solr Documentation for version 2.0.0 + Added more examples/explanation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332908 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-28 23:14:02 +00:00
Richard Quadling
05d6a8cc9b ../../../manual.ced to ~/.phpdoc/manual.ced
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294364 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 12:31:55 +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
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
1cbed0203a Documenting the serialization and cloning on SolrClient instances is currently not supported.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289165 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-04 05:17:43 +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