gerlowskija commented on PR #2912: URL: https://github.com/apache/solr/pull/2912#issuecomment-2549527042
re: impotent COLSTATUS boolean flags previously discussed [here](https://github.com/apache/solr/pull/2912#issuecomment-2548874545) I think I understand this a bit better now. The ref-guide docs for COLSTATUS describe each of the boolean flags as being independent of one another: `segments` returns base segment data, `fieldInfo` returns detailed information about each indexed field, etc. But in reality on main/branch_9x currently, the flags are dependent on one another. `fieldInfo` and `sizeInfo` have no impact unless paired with `segments=true`. And `segments=true` has no impact on its own either. The ref-guide coverage here doesn't suggest that this is intentional in any way, so I suspect this is a bug that eluded @sigram when he first did SOLR-13292. (Hopefully AB can confirm his intentions if he catches this notification!) Working on that theory, I'll bundle a fix for COLSTATUS into this PR and add some extra tests if there aren't any objections? -- 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]
