- Notifications
You must be signed in to change notification settings - Fork792
Apache Solr open-source search software
License
apache/solr
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Solr is the blazing-fast, open source, multi-modal search platform built onApache 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, sourcecode repositories, and other details, please see the Solr web site athttps://solr.apache.org/
Downloads for Apache Solr distributions are available athttps://solr.apache.org/downloads.html.
The Reference Guide contains an entireDeployment Guide to walk you through installing Solr.
You can run Solr in Docker via theofficial image.Learn more aboutSolr in Docker
Solr has official support for running on Kubernetes, in the official Docker image.Please refer to theSolr Operator home for details, tutorials and instructions.
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 dynamicallyFor instance, if you want to run the techproducts example, enter:
bin/solr start -e techproductsFor a more in-depth introduction, please check out thetutorials in the Solr ReferenceGuide.
- Users Mailing List
- Slack: Solr Community Channel. Sign up athttps://s.apache.org/solr-slack
- IRC:
#solronlibera.chat
Learn more about developing Solr by reading through the developer docs in./dev-docs source tree or building Solr from source in./dev-docs/solr-source-code.adoc
Solr usesGradle for its build system. Here are some useful hints to build and run Solr locally:
- To build a Solr dev distribution:
./gradlew dev- To run the Solr dev distribution locally:
cd ./solr/packaging/build/devbin/solr start- Open a web browser and go tohttp://localhost:8983/solr/ to access the Solr Admin interface. You can also use the
bin/solrscript to create and manage Solr collections. For example use thebin/solr posttool to index some sample data.
Please reviewCONTRIBUTING.md for information on contributing to the project.
To get involved in the developer community:
- Mailing Lists
- Slack:
#solr-devin thethe-asforganization. Sign up athttps://the-asf.slack.com/messages/CE70MDPMF - Issue Tracker (JIRA)
- IRC:
#solr-devonlibera.chat
About
Apache Solr open-source search software
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.