PHP 클래스 Elastica\Transport\NullTransport
This is used in case you just need a test transport that doesn't do any connection to an elasticsearch
host but still returns a valid response object
파일 보기
프로젝트 열기: ruflin/elastica
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
exec ( Request $request, array $params ) : Response |
Null transport. |
|
메소드 상세
public exec ( Request $request, array $params ) : Response |
$request |
Elastica\Request |
|
$params |
array |
Hostname, port, path, ... |
리턴 |
Elastica\Response |
Response empty object |