PHP 클래스 Horde_ElasticSearch_Client, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/)
저자: Chuck Hagenbuch ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_httpClient
$_server

공개 메소드들

메소드 설명
__construct ( $server, Horde_Http_Client $httpClient )
add ( $index, $type, $id, $data ) curl -X PUT {SERVER}/{INDEX}/{TYPE}/{ID} -d .
count ( $index, $type ) curl -X GET {SERVER}/{INDEX}/{TYPE}/_count -d {matchAll:{}}
get ( $index, $type, $id ) curl -X GET {SERVER}/{INDEX}/{TYPE/{ID}
map ( $index, $type, $data ) curl -X PUT {SERVER}/{INDEX}/{TYPE}/_mapping -d .
search ( $index, $type, $q ) curl -X GET {SERVER}/{INDEX}/{TYPE}/_search?q= .
status ( $index = null ) curl -X GET {SERVER}/_status

보호된 메소드들

메소드 설명
_path ( )
_request ( $path, $method = 'GET', $data = null, $headers = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( $server, Horde_Http_Client $httpClient )
$httpClient Horde_Http_Client

_path() 보호된 메소드

protected _path ( )

_request() 보호된 메소드

protected _request ( $path, $method = 'GET', $data = null, $headers = [] )

add() 공개 메소드

..
public add ( $index, $type, $id, $data )

count() 공개 메소드

curl -X GET {SERVER}/{INDEX}/{TYPE}/_count -d {matchAll:{}}
public count ( $index, $type )

get() 공개 메소드

curl -X GET {SERVER}/{INDEX}/{TYPE/{ID}
public get ( $index, $type, $id )

map() 공개 메소드

..
public map ( $index, $type, $data )

status() 공개 메소드

curl -X GET {SERVER}/_status
public status ( $index = null )

프로퍼티 상세

$_httpClient 보호되어 있는 프로퍼티

protected $_httpClient

$_server 보호되어 있는 프로퍼티

protected $_server