PHP 클래스 Horde_ElasticSearch_Type, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_index
$_type

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( $type, Horde_ElasticSearch_Index $index )
$index Horde_ElasticSearch_Index

add() 공개 메소드

..
public add ( $id, $data )

count() 공개 메소드

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

get() 공개 메소드

curl -XGET {SERVER}/{INDEX}/{TYPE/{ID}
public get ( $id )

map() 공개 메소드

..
public map ( $data )

프로퍼티 상세

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

protected $_index

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

protected $_type