gmarouli commented on issue #15548: URL: https://github.com/apache/lucene/issues/15548#issuecomment-3920264594
First let's identify what we want to achieve here: 1. Introduce configurable `missingValue` one for parent level and one for child level, just like we have the two sorting order configurations. 2. Expand the "missing" scenarios to also be able to identify when a parent has children with missing values and use the child missing value there. **Missing value usage scenarios** - When a parent has no children, then we use the `parentMissingValue`. - When a child does not have the sorting field, then we use the `childMissingValue` when sorting the parent. -- 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]
