From 96674ad502a6ed3a6999317241890e1fb3d49702 Mon Sep 17 00:00:00 2001 From: pritamdas99 Date: Wed, 11 Dec 2024 10:09:37 +0600 Subject: [PATCH] Update overview Signed-off-by: pritamdas99 --- docs/guides/solr/README.md | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/docs/guides/solr/README.md b/docs/guides/solr/README.md index 78b39f4490..4665cf4169 100644 --- a/docs/guides/solr/README.md +++ b/docs/guides/solr/README.md @@ -20,21 +20,29 @@ aliases: Solr is an open-source, Java-based, information retrieval library with support for limited relational, graph, statistical, data analysis or storage related use cases. Solr is designed to drive powerful document retrieval or analytical applications involving unstructured data, semi-structured data or a mix of unstructured and structured data. Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites. ## Supported Solr Features -| Features | Availability | -|--------------------------------------|:------------:| -| Clustering | ✓ | -| Customized Docker Image | ✓ | -| Authentication & Autorization | ✓ | -| Reconfigurable Health Checker | ✓ | -| Custom Configuration | ✓ | -| Grafana Dashboards | ✓ | -| Externally manageable Auth Secret | ✓ | -| Persistent Volume | ✓ | -| Monitoring with Prometheus & Grafana | ✓ | -| Builtin Prometheus Discovery | ✓ | -| Alert Dashboard | ✓ | -| Using Prometheus operator | ✓ | -| Dashboard ( Solr UI ) | ✓ | +| Features | Availability | +|------------------------------------------------------------------------------------|:------------:| +| Clustering | ✓ | +| Customized Docker Image | ✓ | +| Authentication & Autorization | ✓ | +| Reconfigurable Health Checker | ✓ | +| Custom Configuration | ✓ | +| Grafana Dashboards | ✓ | +| Externally manageable Auth Secret | ✓ | +| Persistent Volume | ✓ | +| Monitoring with Prometheus & Grafana | ✓ | +| Builtin Prometheus Discovery | ✓ | +| Alert Dashboard | ✓ | +| Using Prometheus operator | ✓ | +| Dashboard ( Solr UI ) | ✓ | +| Automated Version Update | ✓ | +| Automatic Vertical Scaling | ✓ | +| Automated Horizontal Scaling | ✓ | +| Automated db-configure Reconfiguration | ✓ | +| TLS: Add, Remove, Update, Rotate ( [Cert Manager](https://cert-manager.io/docs/) ) | ✓ | +| Automated Reprovision | ✓ | +| Automated Volume Expansion | ✓ | +| Autoscaling (vertically) | ✓ | ## Life Cycle of a Solr Object