updated to 7.x-1.4
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user