updated to 7.x-1.4

This commit is contained in:
Bachir Soussi Chiadmi
2014-02-07 10:05:53 +01:00
parent 62b7436183
commit d7303905a0
18 changed files with 596 additions and 290 deletions
+4 -4
View File
@@ -71,8 +71,8 @@ interface SearchApiSolrConnectionInterface {
/**
* Gets information about the Solr Core.
*
* @return array
* An array with system information.
* @return object
* A response object with system information.
*/
public function getSystemInfo();
@@ -288,8 +288,8 @@ interface SearchApiSolrConnectionInterface {
* documentation). Use arrays for parameter keys used more than once (e.g.,
* facet.field).
* @param string $method
* The HTTP method to use. Must be either "GET" or "POST". Defaults to
* "GET".
* The HTTP method to use. Must be either "GET", "POST" or "AUTO". Defaults
* to "GET".
*
* @return object
* A response object.