Hi, I've been searching for documentation that guides me to how to prepend/append a fragmented text with "..." (3 dots), just like this site does, but all that I've found is this: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-highlighting.html#specify-fragmenter
I don't want to do it manually (replacing the first 3 chars by dots) because I can't be certain if the snippet of the text is the very beginning or not.
If someone can help me through this I would be very thankful.