-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support intervals query with Fast Vector Highlighter #65729
Comments
Pinging @elastic/es-search (Team:Search) |
The Fast vector highlighter is in maintenance mode so all developments are now made on the |
@jimczi Do you have any advice for highlight, how to merge two fields into one: |
That's tracked in #5172 @ZeusFSX . The fact that the issue is still opened is a good indicator that we want to implement it, however this is a high hanging fruit and we never had the time, due to other prioritization, to address it properly. I am afraid that this will not change in the near future but we'll get to it eventually. The linked issue also provides some workaround in the meantime. |
@jimczi Thanks))) |
I have a document, for example:
And my mapping for text and title the same:
My query:
Can you add support to fast vector highlighter when use intervals query?
By the way, when I use unified highlighter elasticsearch highlights fields separately:
The text was updated successfully, but these errors were encountered: