diff --git a/docs/guides/solr/README.md b/docs/guides/solr/README.md index 78b39f449..4665cf416 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