SYEDMDSAAD commented on issue #15480: URL: https://github.com/apache/lucene/issues/15480#issuecomment-3927142312
@romseygeek That makes sense — moving the comparator creation logic out of `SortField` would both simplify `getComparator()` and avoid type-based mutation paths. Before I start prototyping, should this issue aim for a full delegation model (all types backed by a `FieldComparatorSource`), or would you prefer an incremental step first (e.g., making existing state final and then refactoring comparator creation in follow-ups)? -- 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]
