I think that someone may face the same problem when trying to use elasticsearch highlighting. There is no ability to get the `highlight` property of a hit via `SearchResult` and one needs to extend the class to be able to get it.
I think that someone may face the same problem when trying to use elasticsearch highlighting.
There is no ability to get the
highlightproperty of a hit viaSearchResultand one needs to extend the class to be able to get it.