Solr 9.1.1 release
update releaseWizard.py to support offline gpg key (#1288)

(cherry picked from commit 86b357a3cc2084b571fc55d3f99c11b80c015d2e)
1 file changed
tree: 9da323630492e695ebd45b12b3bce9b4f468df2f
  1. .github/
  2. .muse/
  3. buildSrc/
  4. dev-docs/
  5. dev-tools/
  6. gradle/
  7. help/
  8. solr/
  9. .asf.yaml
  10. .dir-locals.el
  11. .git-blame-ignore-revs
  12. .gitattributes
  13. .gitignore
  14. .hgignore
  15. .stignore
  16. build.gradle
  17. gradlew
  18. gradlew.bat
  19. LICENSE.txt
  20. NOTICE.txt
  21. README.md
  22. settings.gradle
  23. versions.lock
  24. versions.props
README.md

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.

For a complete description of the Solr project, team composition, source code repositories, and other details, please see the Solr web site at https://solr.apache.org/solr

Download

Downloads for Apache Solr distributions are available at https://solr.apache.org/downloads.html.

Running Solr

Installing Solr

The Reference Guide contains an entire Deployment Guide to walk you through installing Solr.

Running Solr in Docker

You can run Solr in Docker via the official image. Learn more about Solr in Docker

Running Solr on Kubernetes

Solr has official support for running on Kubernetes, in the official Docker image. Please refer to the Solr Operator home for details, tutorials and instructions.

How to Use

Solr includes a few examples to help you get started. To run a specific example, enter:

  bin/solr start -e <EXAMPLE> where <EXAMPLE> is one of:
    cloud:         SolrCloud example
    techproducts:  Comprehensive example illustrating many of Solr's core capabilities
    schemaless:    Schema-less example (schema is inferred from data during indexing)
    films:         Example of starting with _default configset and adding explicit fields dynamically    

For instance, if you want to run the techproducts example, enter:

  bin/solr start -e techproducts

For a more in-depth introduction, please check out the tutorials in the Solr Reference Guide.

Support

Get Involved

Please review the Contributing to Solr Guide for information on contributing.

To get involved in the developer community:

Learn more about developing Solr by reading through the developer docs in ./dev-docs source tree.