Apache Solr
Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology
Apache Solr earns Band B in the Search & Vector DBs category of The Headless Index, with a thesis-fit score of 66/100. Its strongest dimension is headless operation (18/20); its weakest scored dimension is webhooks and events (6/20). No public OpenAPI specification was found when Apache Solr was scored, which limits how far an agent can go without human integration work.
Scorecard detail
Solr has been HTTP and JSON since before the term API-first existed. Collection creation, schema edits and queries all run over the V2 surface (/api/collections, /api/cores, /solr/{core}/select), and the admin UI is a thin JavaScript client of those same endpoints. The weakness is client breadth: SolrJ is the only first-party library, leaving Python, Go and Node users on community wrappers.
signals (5)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPI specNot found across 17 probe paths
- −GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
- ·SDKs maintained1 (java); top by stars: apache/httpcomponents-client (1534 stars)
- +SDK recency1 of 1 SDK repos pushed within 30 days (most recent SDK commit: 2026-08-18)
cite (1)
- github.sdks@2026-08-19
This is where Solr earns its score. Configsets live in ZooKeeper as versioned files, the Schema API mutates fields at runtime, bin/solr scripts every admin action, and the Kubernetes operator (github.com/apache/solr-operator) declares clusters as CRDs. There is no hosted control plane to lock anything behind, so no workflow is UI-only. Security config is JSON pushed through the API.
signals (9)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −API operations exposedNo OpenAPI spec; operations count unknown
- ·Docs pages crawled0 pages (crawler: none)
- ·Auth schemes documentedAuth documentation page not reached by crawler
- ·Setup / quickstart docsNot reached by crawler
- ·Billing docsNot reached by crawler
- ·Teams / org docsNot reached by crawler
- ·CLI docsNot reached by crawler
- ·Schema / data model docsNot reached by crawler
cite (1)
- github.sdks@2026-08-19
An MCP server does exist inside the Apache org (github.com/apache/solr-mcp), with commits as recent as August 2026, which is more than most open source search engines can claim. It is small, nineteen stars, and carries no registry listing or agent-facing documentation in the Solr reference guide. Real, early, and not yet part of the product story.
signals (4)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- +Official MCP serverhttps://github.com/apache/camel (6292 stars, last commit 1 days ago)
- ·Community MCP servers1 community MCP repos; top by stars: https://github.com/apache/solr-mcp (19 stars)
- −Agent-friendly SDKsNo TypeScript/JavaScript SDK published (agents commonly run in TS/JS)
cite (1)
- ai_review_browser.mcp@2026-08-19
Solr does not publish a hosted OpenAPI document, but it introspects itself better than many vendors that do. GET /solr/{core}/schema returns live field types, dynamic fields and copy fields as JSON, and /solr/admin/info/system reports version and mode. The build now generates a spec through org-openapi-generator (apache/solr changelog PR#4392), yet nothing serves it at a stable URL.
signals (3)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- −OpenAPINot discovered across 17 standard probe paths
- −GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (1)
- github.sdks@2026-08-19
Solr emits no outbound events. There is no callback registration, no signing scheme and no event type list; the closest primitives are the metrics endpoint (/solr/admin/metrics) and log tailing, both of which require the agent to poll. Streaming expressions move data, not notifications. For an agent waiting on an index rebuild, polling is the only option.
signals (2)
- +AI review appliedReviewer: Editorial review on 2026-08-19
- ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
- github.sdks@2026-08-19
This vendor does not publish a public OpenAPI specification. JAIRF cannot be computed. The Headless Index score and editorial verdict carry the readiness assessment.
No public OpenAPI specification discovered during collection
Powered by JAIRF v1.0.0 by Jentic
Band rationale:B band: JAIRF=N/A HeadlessIndex=66
Show Apache Solr's score on your site.
Drop a live badge into your README, footer, or marketing page. It updates automatically when we re-score, and every embed is a dofollow link back here.
Apache Solr and agent readiness
- Is Apache Solr agent-ready?
- Apache Solr scores Band B on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is headless operation; its weakest is webhooks and events.
- Does Apache Solr publish an OpenAPI spec?
- No published OpenAPI specification was found when Apache Solr was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
- What is Apache Solr's Headless Index score?
- Apache Solr scores 66/100 on the Headless Index thesis-fit rubric and sits in Band B in the Search & Vector DBs category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.