romseygeek commented on PR #15483:
URL: https://github.com/apache/lucene/pull/15483#issuecomment-3627251586

   > I wonder if it was mutable because certain sort fields just don't support 
setting missing value?
   
   TBH I think it was immutable because it was 2002 and that's how Java was 
written then.  And as you say, it hasn't really been an issue with actual 
usage.  Even now, it's only really a problem for index sorts, although I 
suppose there could be some weird concurrency issues if a SortField was shared 
across multiple threads.


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