adityamparikh opened a new pull request, #180: URL: https://github.com/apache/solr-mcp/pull/180
## Summary Follow-up to #106, which removed the unused `FieldStats` record and its `registerTypeIfPresent` entry in `SolrNativeHints`. That PR updated the native-hints list in `AGENTS.md`, but the same list is duplicated in `dev-docs/graalvm-native-image.md` (added later by #156), so git had no conflict to flag and the stale `FieldStats` entry survived the merge. This drops it and reflows the paragraph. `FieldStats` no longer exists anywhere in the tree: ``` $ grep -rn 'FieldStats' . --exclude-dir=.git --exclude-dir=build (no matches) ``` ## Test plan Documentation only — no code, no build inputs touched. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
