Merge remote-tracking branch 'upstream/master'

Conflicts:
	Logger/ElasticaLogger.php
	README.md
This commit is contained in:
Ray 2014-03-18 19:59:27 -04:30
commit 41b347dfe4
23 changed files with 480 additions and 205 deletions

View file

@ -33,4 +33,9 @@ class Client extends ElasticaClient
return $response;
}
public function getIndex($name)
{
return new DynamicIndex($this, $name);
}
}