Skip to content

Commit

Permalink
Add to docs about the solr package
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman committed Nov 3, 2023
1 parent 0256010 commit 2f722c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions solr/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Benchmarking module for Solr.
link:bin/[]::
Scripts to start up, manage and interact with Solr instances.
linkc:cross-dc-manager/[]::
Contains a separate application to manage Cross-Datacenter indexing.
link:core/[]::
Base Solr code.
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 @@ -39,7 +39,7 @@ ENV SOLR_USER="solr" \
SOLR_UID="8983" \
SOLR_GROUP="solr" \
SOLR_GID="8983" \
PATH="/opt/solr/bin:/opt/solr/docker/scripts:/opt/solr/prometheus-exporter/bin::/opt/solr/cross-dc-manager/bin:$PATH" \
PATH="/opt/solr/bin:/opt/solr/docker/scripts:/opt/solr/prometheus-exporter/bin:/opt/solr/cross-dc-manager/bin:$PATH" \
SOLR_INCLUDE=/etc/default/solr.in.sh \
SOLR_HOME=/var/solr/data \
SOLR_PID_DIR=/var/solr \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ A standalone application, included under `bin/`, that monitors Solr instances an
See the section xref:deployment-guide:monitoring-with-prometheus-and-grafana.adoc[] for more information.
*This is not included in the `slim` distribution.*

cross-dc-manager/::
A standalone application, included under `bin/`, that manages Cross-Datacenter indexing across SolrClouds.
// no-commit update when new page is added
//See the section xref:deployment-guide:indexing-with-crossdc.adoc[] for more information.
*This is not included in the `slim` distribution.*

docker/::
This contains a Dockerfile to build a Docker image from the binary distribution, that is compatible with the official image.
This directory also contains the scripts needed when using Solr inside the Docker image, under the `scripts/` directory.
Expand Down

0 comments on commit 2f722c5

Please sign in to comment.