PHP 클래스 Elastica\Query\GeoShapePreIndexed

Query pre-indexed shape definitions
상속: extends Elastica\Query\AbstractGeoShape
파일 보기 프로젝트 열기: ruflin/elastica 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_indexedId string elasticsearch id of the pre-indexed shape.
$_indexedIndex string elasticsearch index of the pre-indexed shape.
$_indexedPath string elasticsearch path/field name of the pre-indexed shape.
$_indexedType string elasticsearch type of the pre-indexed shape.

공개 메소드들

메소드 설명
__construct ( string $path, string $indexedId, string $indexedType, string $indexedIndex, string $indexedPath ) Construct geo_shape query with a pre-indexed shape.
toArray ( ) : array Converts query to array.

메소드 상세

__construct() 공개 메소드

Construct geo_shape query with a pre-indexed shape.
public __construct ( string $path, string $indexedId, string $indexedType, string $indexedIndex, string $indexedPath )
$path string The path/field of the shape searched
$indexedId string Id of the pre-indexed shape
$indexedType string Type of the pre-indexed shape
$indexedIndex string Index of the pre-indexed shape
$indexedPath string Path of the pre-indexed shape

toArray() 공개 메소드

Converts query to array.
또한 보기: Elastica\Query\AbstractQuery::toArray()
public toArray ( ) : array
리턴 array

프로퍼티 상세

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

elasticsearch id of the pre-indexed shape.
protected string $_indexedId
리턴 string

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

elasticsearch index of the pre-indexed shape.
protected string $_indexedIndex
리턴 string

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

elasticsearch path/field name of the pre-indexed shape.
protected string $_indexedPath
리턴 string

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

elasticsearch type of the pre-indexed shape.
protected string $_indexedType
리턴 string