diff --git a/README.md b/README.md index 277ee16..d070a6c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ * [Foswiki and Solr with https](#foswiki--solr-with-https) * [Replacing the certificate and key files distributed here](#replacing-the-certificate-and-key-files-distributed-here) * [Using the docker-foswiki.local server name](#using-the-docker-foswikilocal-server-name) + * [Solr Configuration](#solr-configuration) * [Running multiple instances](#running-multiple-instances) * [Running multiple instances with Traefik](#running-multiple-instances-with-traefik) * [Volumes](#volumes) @@ -117,6 +118,16 @@ You can define docker-foswiki.local in your host file to match the certificate n The Solr container is set up on an private Docker network. +## Solr Configuration + +### Solr WebSearch, WebChanges and WikiUsers + +See: https://foswiki.org/Extensions/SolrPlugin#Using_Solr_for_WebSearch_44_WebChanges_and_Main.WikiUsers + +### Automatic Indexing + +The Docker container includes iwatch which automatically indexes files that have changed. Everything is set up but you can review https://foswiki.org/Extensions/SolrPlugin#Realtime_indexing + ## Running multiple instances If multiple instances of Foswiki are needed, each one has to have its own folder, at same level as this repo :