Multiple highlight on one field

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?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.