Merge remote-tracking branch 'upstream/master'
Conflicts: Logger/ElasticaLogger.php README.md
This commit is contained in:
commit
41b347dfe4
23 changed files with 480 additions and 205 deletions
|
|
@ -33,4 +33,9 @@ class Client extends ElasticaClient
|
|||
|
||||
return $response;
|
||||
}
|
||||
|
||||
public function getIndex($name)
|
||||
{
|
||||
return new DynamicIndex($this, $name);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue