Solr external setup with docker

I’m trying to use external Solr service using docker instance as mentioned here Using an external Solr service however when following the instructions it mentions to

  • Select the appropriate XWiki Solr configuration JAR from here (Note: it’s usually better to synchronize it with your version of XWiki)

Problem is I do not see my version Xwiki 13.10.6 or 13.10.10 under this directory, am I missing something here or should I choose the JAR file from most recent version on this directory ?

It seems the docker documentation is not very up to date, you should take a look at the reference Solr documentation at https://extensions.xwiki.org/xwiki/bin/view/Extension/Solr%20Search%20API#HManualinstall.

1 Like

I don’t fully understand how to apply the references manual configuration for Solr to the docker-compose, can someone maybe provide a working example or more detailed instructions?