Skip to content

Commit

Permalink
Add some Solr documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed May 26, 2020
1 parent 379c9bf commit 6611a54
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 :
Expand Down

0 comments on commit 6611a54

Please sign in to comment.