-
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
Leverage the Lucene's Matches API in a new highlighter type #34015
Comments
Pinging @elastic/es-search-aggs |
The current highlighters are far too slow and tend to bloat the index. Thanks |
that's a different thing @mgrishaber-merlin and probably more related to #34214 which a proposal to extend |
How is progress on this? More accurate highlights and not splitting phrase matches are important properties for our use case. |
Has there been any progress on this? |
I see a new label is added on May 5th. Can you give us an update of the progress on this? |
Any progress? This is a pretty big concern for us, so if there's any way for us to support this feel free to let us know. Also, is it correct that this would also allow intervals queries to be highlighted correctly? |
Is there any progress on this? |
@OFeshchenko and others. Reporting the progress, although we did not implement a new highlighter, from Elasticsearch 8.10 by default Closing this, as we have decided not to implement a new highlighter, but rather focus on enhancing |
We should leverage the Matches API capabilities to build a new Highlighter type. This new highlighter would:
phrase
query into individual terms.The text was updated successfully, but these errors were encountered: