From 2f722c5f5b54ca7253ee21e1c94a83347263e529 Mon Sep 17 00:00:00 2001 From: Houston Putman Date: Fri, 3 Nov 2023 12:21:49 -0400 Subject: [PATCH] Add to docs about the solr package --- solr/README.adoc | 3 +++ solr/docker/templates/Dockerfile.body.template | 2 +- .../modules/deployment-guide/pages/installing-solr.adoc | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/solr/README.adoc b/solr/README.adoc index 61d0b8d96e6..9aa692821ab 100644 --- a/solr/README.adoc +++ b/solr/README.adoc @@ -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. diff --git a/solr/docker/templates/Dockerfile.body.template b/solr/docker/templates/Dockerfile.body.template index 3f05d43fa10..65223bf5e43 100644 --- a/solr/docker/templates/Dockerfile.body.template +++ b/solr/docker/templates/Dockerfile.body.template @@ -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 \ diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc index 8f37e297769..036f7a3ea0a 100644 --- a/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc +++ b/solr/solr-ref-guide/modules/deployment-guide/pages/installing-solr.adoc @@ -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.