Opensolr Analytics — Solr-Level vs Web Crawler Search Anal...
- Request Volume — daily and hourly charts of query traffic over a date range
- Request Path — breakdown by Solr endpoint (/select, /autocomplete, etc.)
- Popular Queries — the raw Solr queries ranked by frequency
- Latest Queries — most recent queries with timestamps
- QPS per Server — average queries per second on each replica
- Disk and Bandwidth Usage — storage consumed and data transferred
- Every request — timestamp, full query string, response time in ms, number of hits, HTTP status
- Regex filtering — search through thousands of queries by path or parameter patterns
- Deep inspection — click any query to see every parameter in a clean table, ready to copy and replay
- Auto-refresh — keeps updating as new queries arrive
- See how many requests per second your index handles
- Debug a slow query by inspecting its full Solr parameters
- Check disk usage or bandwidth consumption
- Monitor performance across your cluster replicas
- Analyze traffic patterns over days or weeks
- See raw Solr queries from API integrations, crawlers, and Search UI combined
- Know what your end users are searching for
- Find searches that return zero results and fix content gaps
- Track which results users actually click
- Find low-CTR queries where results aren't satisfying users
- Export search terms to CSV for marketing or SEO analysis
- Manage query elevation rules from a central dashboard
| Aspect | Solr-Level Monitoring | Search Analytics |
|---|---|---|
| Available on | All Opensolr indexes | Web Crawler indexes |
| Data source | Server access logs, parsed daily | Search UI events, recorded in real-time |
| Tracks | Every HTTP request to Solr (API, crawlers, UI, everything) | User search queries and result clicks only |
| Key metrics | Request volume, QPS, response time, paths, disk, bandwidth | Top queries, zero-result queries, click-through rates |
| Granularity | Raw Solr parameters visible per query | Clean search terms (what the user typed) |
| IP tracking | Available in raw logs | IP-deduplicated counts (unique users) |
| Export | Charts and table views | CSV export of all queries |
| Best for | DevOps, performance monitoring, debugging | Product managers, SEO, content strategy |
Paste any website URL into the RAG in 60 Seconds sandbox. The Web Crawler fetches your pages, Opensolr generates the vector embeddings, and you get keyword + vector hybrid search plus a RAG answer on your own content — live, on a temporary index, with the keyword-only, vector-only and hybrid results shown side by side. No account, no OpenAI key, nothing to install.
Try AI Hybrid Search in 60 seconds →