Hello, i need to use 2 highlights on one field. For example:
"query": {...},
"highlight": {
"fields": {
"text": [
"highlight_1": {...},
"highlight_2": {...}
]
}
}
How can i do this?