Skip to content

Commit

Permalink
SOLR-16295: Modernize and standardize project description (#2692)
Browse files Browse the repository at this point in the history
See JIRA for motivation and discussion of particular descriptors.
  • Loading branch information
gerlowskija authored Sep 6, 2024
1 parent 9d2387f commit 2d2b061
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# Welcome to the Apache Solr project!
-----------------------------------

Solr is the popular, blazing fast open source search platform for all your
enterprise, e-commerce, and analytics needs, built on [Apache Lucene](https://lucene.apache.org/).
Solr is the blazing-fast, open source, multi-modal search platform built on [Apache Lucene](https://lucene.apache.org/).
It powers full-text, vector, and geospatial search at many of the world's largest organizations.

[![Build Status](https://ci-builds.apache.org/job/Solr/job/Solr-Artifacts-main/badge/icon?subject=Solr%20Artifacts)](https://ci-builds.apache.org/job/Solr/job/Solr-Artifacts-main/)
[![Build Status](https://ci-builds.apache.org/job/Solr/job/Solr-Check-main/badge/icon?subject=Solr%20Check)](https://ci-builds.apache.org/job/Solr/job/Solr-Check-main/)
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/scripts/releaseWizard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ templates:
The Solr PMC is pleased to announce the release of Apache Solr {{ release_version }}.
Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Solr project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration, rich document handling, and geospatial search. Solr is highly scalable, providing fault tolerant distributed search and indexing, and powers the search and navigation features of many of the world's largest internet sites.
Solr is the blazing-fast, open source, multi-modal search platform built on Apache Lucene. It powers full-text, vector, analytics, and geospatial search at many of the world's largest organizations. Other major features include Kubernetes and docker integration, streaming, highlighting, faceting, and spellchecking.
Solr {{ release_version }} is available for immediate download at:
Expand Down
2 changes: 1 addition & 1 deletion solr/docker/templates/Dockerfile.body.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#-#

LABEL org.opencontainers.image.title="Apache Solr"
LABEL org.opencontainers.image.description="Apache Solr is the popular, blazing-fast, open source search platform built on Apache Lucene."
LABEL org.opencontainers.image.description="Solr is the blazing-fast, open source, multi-modal search platform built on Apache Lucene. It powers full-text, vector, and geospatial search at many of the world's largest organizations."
LABEL org.opencontainers.image.authors="The Apache Solr Project"
LABEL org.opencontainers.image.url="https://solr.apache.org"
LABEL org.opencontainers.image.source="https://github.com/apache/solr"
Expand Down
18 changes: 8 additions & 10 deletions solr/documentation/src/markdown/index.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@

# Apache Solr™ ${project.version} Documentation

Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major
features include powerful full-text search, hit highlighting, faceted search and analytics, rich document
parsing, geospatial search, extensive REST APIs as well as parallel SQL. Solr is enterprise grade, secure and
highly scalable, providing fault tolerant distributed search and indexing, and powers the search and navigation
features of many of the world's largest internet sites.
Solr is the blazing-fast, open source, multi-modal search platform built on Apache Lucene. It powers
full-text, vector, analytics, and geospatial search at many of the world's largest organizations. Other
major features include: Kubernetes and docker integration, streaming, highlighting, faceting, and
spellchecking.

Solr is written in Java and runs as a standalone full-text search server. Solr uses the Lucene Java search
library at its core for full-text indexing and search, and has REST-like JSON APIs that make it easy to use
from virtually any programming language. Solr's powerful configuration APIs and files allows it to be tailored
to almost any type of application without Java coding, and it has an extensive plugin architecture when more
advanced customization is required.
Solr is written in Java and runs as a standalone full-text search server. Solr has REST-like JSON APIs that make
it easy to use from virtually any programming language. Solr's powerful configuration APIs and files allows it
to be tailored to almost any type of application without Java coding, and it has an extensive plugin
architecture when more advanced customization is required.

This is the official documentation for **Apache Solr ${project.version}**.

Expand Down
5 changes: 3 additions & 2 deletions solr/packaging/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
Welcome to the Apache Solr project!
-----------------------------------

Solr is the popular, blazing fast open source search platform for all your
enterprise, e-commerce, and analytics needs, built on Apache Lucene.
Solr is the blazing-fast, open source, multi-modal search platform built
on Apache Lucene. It powers full-text, vector, and geospatial search at
many of the world's largest organizations.

For a complete description of the Solr project, team composition, source
code repositories, and other details, please see the Solr web site at
Expand Down

0 comments on commit 2d2b061

Please sign in to comment.