Closed dario86 closed 7 years ago
How can I read highlight key in the document when I iterate resultSet ? It is outside the _source at the moment
highlight
_source
did you try $document->highlights()? where $document is the entity returned from find()
$document->highlights()
$document
find()
Thanks, it works!
How can I read
highlight
key in the document when I iterate resultSet ? It is outside the_source
at the moment