I find that the elasticquent model doesn't include a highlighting object so that I need to get it from ElasticquentPaginator with complexSearch manually like this:
$resultPaginator->hits['hits'][0]['highlight']
Is there any way to get it easier or add it as an optional parameter?
Thanks!