Skip to content

Commit

Permalink
Update overview
Browse files Browse the repository at this point in the history
Signed-off-by: pritamdas99 <[email protected]>
  • Loading branch information
pritamdas99 committed Dec 11, 2024
1 parent 016f651 commit 96674ad
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions docs/guides/solr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | &#10003; |
| Customized Docker Image | &#10003; |
| Authentication & Autorization | &#10003; |
| Reconfigurable Health Checker | &#10003; |
| Custom Configuration | &#10003; |
| Grafana Dashboards | &#10003; |
| Externally manageable Auth Secret | &#10003; |
| Persistent Volume | &#10003; |
| Monitoring with Prometheus & Grafana | &#10003; |
| Builtin Prometheus Discovery | &#10003; |
| Alert Dashboard | &#10003; |
| Using Prometheus operator | &#10003; |
| Dashboard ( Solr UI ) | &#10003; |
| Features | Availability |
|------------------------------------------------------------------------------------|:------------:|
| Clustering | &#10003; |
| Customized Docker Image | &#10003; |
| Authentication & Autorization | &#10003; |
| Reconfigurable Health Checker | &#10003; |
| Custom Configuration | &#10003; |
| Grafana Dashboards | &#10003; |
| Externally manageable Auth Secret | &#10003; |
| Persistent Volume | &#10003; |
| Monitoring with Prometheus & Grafana | &#10003; |
| Builtin Prometheus Discovery | &#10003; |
| Alert Dashboard | &#10003; |
| Using Prometheus operator | &#10003; |
| Dashboard ( Solr UI ) | &#10003; |
| Automated Version Update | &#10003; |
| Automatic Vertical Scaling | &#10003; |
| Automated Horizontal Scaling | &#10003; |
| Automated db-configure Reconfiguration | &#10003; |
| TLS: Add, Remove, Update, Rotate ( [Cert Manager](https://cert-manager.io/docs/) ) | &#10003; |
| Automated Reprovision | &#10003; |
| Automated Volume Expansion | &#10003; |
| Autoscaling (vertically) | &#10003; |

## Life Cycle of a Solr Object

Expand Down

0 comments on commit 96674ad

Please sign in to comment.