sunny6142 commented on issue #15442:
URL: https://github.com/apache/lucene/issues/15442#issuecomment-3562365126

   @dsmiley Thanks for the guidance! After reviewing UnifiedHighlighter's code, 
it clearly handles these boost scenarios much better.
   
   I’ll close this issue since fixing the legacy FVH isn’t worthwhile. Instead, 
I’d like to create a PR to deprecate FVH. Do you think this is something we 
should do?
   
   ```java
   /**
    * Another highlighter implementation.
    * 
    * @deprecated Use {@link 
org.apache.lucene.search.uhighlight.UnifiedHighlighter} instead.
    *             FastVectorHighlighter is legacy and has known issues with 
boost value handling
    *             and complex query support. UnifiedHighlighter provides better 
accuracy,
    *             performance, and is actively maintained.
    */
   @Deprecated
   public class FastVectorHighlighter {
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to