{% extends "operator/fullwidth.html" %} {% block bodyclass %}homepage{% endblock %} {% block solr_security_warning %} {% set latest_sec_articles = (articles | selectattr("category.name", "eq", "solr/security") | list)[:1] %} {% if (latest_sec_articles | length) > 0 %} {% set latest_sec_date = latest_sec_articles[0].date | strftime("%Y-%m-%d") %}
{% endif %} {% endblock %} {% block solr_operator_news %} {% set latest_articles = (articles | selectattr("category.name", "eq", "solr/operator/news") | list)[:1] %} {% set latest_date = latest_articles[0].date | strftime("%Y-%m-%d") %}
{% for article in latest_articles %}

NEWS: {{article.title}} ({{ article.date | strftime("%d.%b") }})

{% endfor %}
{% endblock %} {% block content_inner %}
 

Learn more about the Solr Operator.

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.

Take the first step

Getting Started

Power your global enterprise or your weekend project.

Solr Operator News | {{ SOLR_OPERATOR_LATEST_RELEASE_DATE|strftime('%-d %B %Y') }}

Apache Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }} available

The Solr PMC is pleased to announce the release of Apache Solr Operator {{ SOLR_OPERATOR_LATEST_RELEASE }}. Artifacts can be found here.

Read More News

The Apache Software Foundation

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are defined by collaborative consensus based processes, an open, pragmatic software license and a desire to create high quality software that leads the way in its field. Apache Lucene, Apache Solr, Apache PyLucene, Apache Open Relevance Project and their respective logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.


{% endblock content_inner %}