Highlight. Different tags for different words in one highlight request. For one field

Good day
I have a question:
Can I use several different tags for different words in one highlight request? Is it possible?
For example (Let I have one text field):
I have a request with phrases that should definitely be in the answer and definitely shouldn't be. I can highlight the phrases that should definitely be. But can I immediately highlight the phrases that should not have been included? For example, due to the large number of relevant phrases, the answer has one irrelevant phrases.

I would like to include all relevant phrases in these tags:

"pre_tags": ["<positive_word>"],
"post_tags": ["</positive_word>"]

I would like to include all irrelevant phrases in these tags:

"pre_tags": ["<negative_word>"],
"post_tags": ["</negative_word>"]

Best regards, Borus A.

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