Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 190 Bytes

08_basic_get.md

File metadata and controls

11 lines (9 loc) · 190 Bytes

Basic Get

Description

Basic get by id from ElasticSearch, with exact match.

Example

$video = $videoService->get(
	new \Spameri\Elastic\Entity\Property\ElasticId($id)
);