From 9d9bc236952ab055f59d392304aad148fd945e75 Mon Sep 17 00:00:00 2001 From: amercader Date: Thu, 26 Jan 2023 12:43:54 +0100 Subject: [PATCH] Mention solr images in docs --- doc/spatial-search.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/spatial-search.rst b/doc/spatial-search.rst index a06cdd1..f1e7d1a 100644 --- a/doc/spatial-search.rst +++ b/doc/spatial-search.rst @@ -109,7 +109,7 @@ Choosing a backend for the spatial search Ckanext-spatial uses Solr to power the spatial search. The current implementation is tested on Solr 8, which is the supported version, although it might work on previous Solr versions. -The are official `Docker images for Solr `_ that have all the configuration needed to perform spatial searches. This is the easiest way to get started but if you need to customize Solr yourself see below for the modifications needed. +.. note:: The are official `Docker images for Solr `_ that have all the configuration needed to perform spatial searches (look for the ones with a ``-spatial`` suffix). This is the easiest way to get started but if you need to customize Solr yourself see below for the modifications needed. There are different backends supported for the spatial search, it is important to understand their differences and the necessary setup required when choosing