{"id":13531730,"url":"https://github.com/apache/solr","last_synced_at":"2025-05-14T02:05:35.113Z","repository":{"id":37385884,"uuid":"341374920","full_name":"apache/solr","owner":"apache","description":"Apache Solr open-source search software","archived":false,"fork":false,"pushed_at":"2025-05-09T12:24:07.000Z","size":539342,"stargazers_count":1380,"open_issues_count":222,"forks_count":715,"subscribers_count":55,"default_branch":"main","last_synced_at":"2025-05-10T17:16:46.224Z","etag":null,"topics":["backend","information-retrieval","java","lucene","nosql","search","search-engine","solr"],"latest_commit_sha":null,"homepage":"https://solr.apache.org/","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-23T00:12:42.000Z","updated_at":"2025-05-10T09:35:02.000Z","dependencies_parsed_at":"2025-04-25T13:37:32.778Z","dependency_job_id":null,"html_url":"https://github.com/apache/solr","commit_stats":{"total_commits":37051,"total_committers":541,"mean_commits":68.48613678373383,"dds":0.9035653558608405,"last_synced_commit":"206904ef3c446cc290daacd2f77ea553bbdd33ad"},"previous_names":[],"tags_count":437,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fsolr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fsolr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fsolr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fsolr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/solr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052692,"owners_count":22006716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","information-retrieval","java","lucene","nosql","search","search-engine","solr"],"created_at":"2024-08-01T07:01:05.217Z","updated_at":"2025-05-14T02:05:30.090Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"\u003c!--\n    Licensed to the Apache Software Foundation (ASF) under one or more\n    contributor license agreements.  See the NOTICE file distributed with\n    this work for additional information regarding copyright ownership.\n    The ASF licenses this file to You under the Apache License, Version 2.0\n    the \"License\"); you may not use this file except in compliance with\n    the License.  You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n --\u003e\n\n# Welcome to the Apache Solr project!\n-----------------------------------\n\nSolr is the blazing-fast, open source, multi-modal search platform built on [Apache Lucene](https://lucene.apache.org/).\nIt powers full-text, vector, and geospatial search at many of the world's largest organizations.\n\n[![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/)\n[![Build Status](https://ci-builds.apache.org/job/Solr/job/Solr-Lint-main/badge/icon?subject=Solr%20Lint)](https://ci-builds.apache.org/job/Solr/job/Solr-Lint-main/)\n\nFor a complete description of the Solr project, team composition, source\ncode repositories, and other details, please see the Solr web site at\nhttps://solr.apache.org/\n\n## Download\n\nDownloads for Apache Solr distributions are available at https://solr.apache.org/downloads.html.\n\n## Running Solr\n\n### Installing Solr\n\nThe Reference Guide contains an entire [Deployment Guide](https://solr.apache.org/guide/solr/latest/deployment-guide/system-requirements.html) to walk you through installing Solr.\n\n### Running Solr in Docker\n\nYou can run Solr in Docker via the [official image](https://hub.docker.com/_/solr).\nLearn more about [Solr in Docker](https://solr.apache.org/guide/solr/latest/deployment-guide/solr-in-docker.html)\n\n### Running Solr on Kubernetes\n\nSolr has official support for running on Kubernetes, in the official Docker image.\nPlease refer to the [Solr Operator](https://solr.apache.org/operator) home for details, tutorials and instructions.\n\n## How to Use\n\nSolr includes a few examples to help you get started. To run a specific example, enter:\n\n```\n  bin/solr start -e \u003cEXAMPLE\u003e where \u003cEXAMPLE\u003e is one of:\n    cloud:         SolrCloud example\n    techproducts:  Comprehensive example illustrating many of Solr's core capabilities\n    schemaless:    Schema-less example (schema is inferred from data during indexing)\n    films:         Example of starting with _default configset and adding explicit fields dynamically    \n```\n\nFor instance, if you want to run the techproducts example, enter:\n\n```\n  bin/solr start -e techproducts\n```\n\nFor a more in-depth introduction, please check out the [tutorials in the Solr Reference\nGuide](https://solr.apache.org/guide/solr/latest/getting-started/solr-tutorial.html).\n\n\n## Support\n\n- [Users Mailing List](https://solr.apache.org/community.html#mailing-lists-chat)\n- Slack: Solr Community Channel.  Sign up at https://s.apache.org/solr-slack\n- IRC: `#solr` on [libera.chat](https://web.libera.chat/?channels=#solr)\n\n## Developer Documentation\n\nLearn more about developing Solr by reading through the developer docs in [./dev-docs](./dev-docs) source tree or building Solr from source in [./dev-docs/solr-source-code.adoc](./dev-docs/solr-source-code.adoc)\n\n### Quickstart\n\nSolr uses [Gradle](https://gradle.org/) for its build system. Here are some useful hints to build and run Solr locally:\n\n- To build a Solr dev distribution:\n\n```\n./gradlew dev\n```\n\n- To run the Solr dev distribution locally:\n\n```\ncd ./solr/packaging/build/dev\nbin/solr start\n```\n\n- Open a web browser and go to http://localhost:8983/solr/ to access the Solr Admin interface. You can also use the `bin/solr` script to create and manage Solr collections. For example use the `bin/solr post` tool to index some sample data.\n\n## Get Involved\nPlease review [CONTRIBUTING.md](CONTRIBUTING.md) for information on contributing to the project.\n\nTo get involved in the developer community:\n\n- [Mailing Lists](https://solr.apache.org/community.html#mailing-lists-chat)\n- Slack: `#solr-dev` in the `the-asf` organization.  Sign up at https://the-asf.slack.com/messages/CE70MDPMF\n- [Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/SOLR)\n- IRC: `#solr-dev` on [libera.chat](https://web.libera.chat/?channels=#solr-dev)\n","funding_links":[],"categories":["数据库","Awesome Vector Search Engine"],"sub_categories":["Standalone Service"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fsolr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fsolr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fsolr/lists"}