-
Notifications
You must be signed in to change notification settings - Fork 675
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SOLR-15242: Consolidate README.md with solr/README.md (#610)
Consolidate the ./README.md and ./solr/README.md into a new top level README.md optimized for Github. The /solr/README.adoc is now to help a developer understand what the subdirectories are all about. Introduced a new README.txt in the ./solr/packaging directory to ship with the distributions. Co-authored-by: [email protected] <> Co-authored-by: Jan Høydahl <[email protected]> Co-authored-by: Houston Putman <[email protected]>
- Loading branch information
1 parent
6126179
commit a34f9c9
Showing
13 changed files
with
463 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
//// | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
//// | ||
== Solr Source Directories | ||
link:benchmark/[]:: | ||
Benchmarking module for Solr. | ||
link:bin/[]:: | ||
Scripts to startup, manage and interact with Solr instances. | ||
link:core/[]:: | ||
Base Solr code. | ||
link:distribution/[]:: | ||
Gradle project for building a full release of Solr. | ||
link:docker/[]:: | ||
Contains a Dockerfile to build a Docker image using the source or binary distribution. | ||
`docker/scripts` contains scripts that the Docker image uses to manage Solr. | ||
link:documentation/[]:: | ||
Gradle project to build the JavaDocs site. | ||
link:example/[]:: | ||
Contains example documents and an alternative Solr home | ||
directory containing various examples. | ||
link:license/[]:: | ||
Licenses, notice files and signatures for Solr dependencies. | ||
link:modules/[]:: | ||
Contains modules to extend the functionality of Solr. | ||
link:packaging/[]:: | ||
Gradle project to build the binary release of Solr. | ||
link:prometheus-exporter/[]:: | ||
Contains a separate application to monitor Solr instances and export Prometheus metrics. | ||
link:server/[]:: | ||
Gradle project that builds the Jetty server to run Solr. | ||
link:solr-ref-guide/[]:: | ||
The Solr Reference Guide source files including Java examples. | ||
link:solrj/[]:: | ||
Solr client code for Java applications. | ||
link:test-framework/[]:: | ||
Solr test framework for internal tests and external tests integrating Solr. | ||
link:webapp/[]:: | ||
Admin UI Javascript and supporting assets. |
Oops, something went wrong.