Hi there,
I’m wondering what’s the purpose of _highlightResults given snippet can be used to show highlight text for search result summary. I’m trying to decide which one to use and so far only find a few differences:
- highlight return the whole field
- snippet summarize the text to certain number of words
I understand the difference but am just curious why highlight needs to exist given snippet can do all its job. Is it for backward compatibility only?
Thanks