solr_document_cache_hit
The number of cache hits per second.Dimensions:None
Available on:
Datadog (1)
Interface Metrics (1)
Knowledge Base (6 documents, 0 chunks)
referenceMonitoring Solr | Apache Solr Reference Guide 8.11126 wordsscore: 0.85This is an index/navigation page from the official Apache Solr Reference Guide that provides an overview of monitoring and administration capabilities. It links to detailed documentation on metrics reporting, logging, JMX integration, Prometheus/Grafana monitoring, and distributed tracing for Solr.
documentationCaches and Query Warming :: Apache Solr Reference Guide2732 wordsscore: 0.85Official Apache Solr documentation covering cache management and query warming mechanisms. Details the three main cache types (filter cache, query result cache, document cache), their configuration parameters, and performance implications for Solr implementations.
referenceSolr | OpsRamp Documentation933 wordsscore: 0.95This OpsRamp documentation page provides comprehensive reference documentation for Apache Solr monitoring templates covering cache metrics (document cache, filter cache, query result cache) and JVM metrics (buffers, garbage collector, memory, operating system). It lists supported metrics with detailed descriptions, units, and display names for monitoring Solr 7.5.3.
referenceQuery Settings in SolrConfig | Apache Solr Reference Guide 8.9-DRAFT2253 wordsscore: 0.85Official Apache Solr documentation covering cache configuration in solrconfig.xml, including filterCache, queryResultCache, and documentCache. Explains cache implementations (CaffeineCache, LRUCache, FastLRUCache, LFUCache), their sizing parameters, eviction policies, and performance monitoring through the Solr Admin UI Statistics page.
best practicesSolrPerformanceFactors - Solr - Apache Software Foundation2049 wordsscore: 0.75This page covers Apache Solr performance optimization factors including schema design, configuration tuning, caching strategies, and indexing considerations. It provides detailed guidance on mergeFactor settings, cache autowarming, optimization timing, and commit frequency tradeoffs that directly impact system performance.
blog postMonitoring Apache Solr and Lucidworks with Zabbix - Lucidworks860 wordsscore: 0.85This blog post provides practical guidance on monitoring Apache Solr and Lucidworks in production using Zabbix monitoring software. It covers how to use JMX interfaces to collect metrics and provides specific examples of important graphs and monitoring configurations including cache statistics, search performance, document operations, and system health checks.
Related Insights (2)
Cache Configuration Mismatch Causing Memory Pressurewarning
Oversized or undersized caches (filterCache, queryResultCache, documentCache) waste memory or reduce hit rates, leading to OOM errors or degraded query performance. Low cache hit ratios indicate wasted memory allocation.
▸
Cache Hit Ratio Drop as Leading Indicatorwarning
Sudden drops in cache hit ratios (filterCache, queryResultCache, documentCache) precede query performance degradation. This indicates cache invalidation events, configuration changes, or query pattern shifts that require investigation.
▸