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

   ### Description
   
   `FieldHighlighter` always sorts the final selected passages based on 
startOffset, but this may not align with the user's intentions.
   
   For example, in the case of Solr's multiValue fields, the order might just 
be a simple listing of items without any significance. In such cases, the order 
in which passages appear is not important. It might be more effective to 
maintain sorting by score in these situations.
   
   Therefore, it seems necessary to allow for the final sorting criteria to be 
determined in accordance with the user's intentions.
   


-- 
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