PHP Class eZ\Publish\Core\Search\Elasticsearch\Content\Document

Inheritance: extends eZ\Publish\API\Repository\Values\ValueObject
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$fields eZ\Publish\SPI\Search\Field[] An array of fields describing a document.
$id integer | string Id of a document.
$type string Type of a document.

Property Details

$fields public property

An array of fields describing a document.
public Field[],eZ\Publish\SPI\Search $fields
return eZ\Publish\SPI\Search\Field[]

$id public property

Id of a document.
public int|string $id
return integer | string

$type public property

Type of a document.
public string $type
return string