Seunghan-Jung opened a new pull request, #13832:
URL: https://github.com/apache/lucene/pull/13832

   ### Description
   
   <!--
   If this is your first contribution to Lucene, please make sure you have 
reviewed the contribution guide.
   https://github.com/apache/lucene/blob/main/CONTRIBUTING.md
   -->
   
   In the following PR (https://github.com/apache/lucene/pull/13276), I added 
an option to allow customizing the sorting of Passages when using the 
UnifiedHighlighter. As a result, it is no longer guaranteed that the 
startOffset of the next passage will be greater than that of the previous 
passage. However, I am now modifying the `DefaultPassageFormatter.format()` 
method, where a conditional statement was written under the assumption that 
this was guaranteed. You can refer to the test code for examples and better 
understanding.


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to