Christine
Have a look at the API 
Lucene.apache.org/solr/guide/6_6/config-api.html
(Choose whatever version of the doc that is appropriate)
Various parts of solrconfig can be overlayed.

Or do your debugging with a normally installed Solr, then dockerize.
Cheers -- Rick


On December 18, 2017 12:28:25 PM EST, "Buckler, Christine" 
<christine.buck...@nordstrom.com> wrote:
>That makes sense. I am trying to add the “Suggest” plugin so I modified
>the solrconfig.xml file. Is there a better way to do what I am trying
>to do? I have not been able to add the plugin successfully. Do you have
>a resource page that shows how to add the config file under a volume? 
>
>On 12/16/17, 3:17 AM, "alexpusch" <a...@getjaco.com> wrote:
>
>  While I don't know what exact solr image you use I can tell you this:
>    
>1. The command of your dockerfile probably starts solr. A Docker
>container
>will automatically shutdown if the process that was started by it's
>command
>is killed. Meaning you should never 'restart' a process in a container,
>but
>    restart the container as a whole.
>2. You need to make sure your solrconfig.xml is under a docker volume
>of
>some kind. If it is not, your changes will not take effect since after
>the
>container restart the solrconfig.xml will revert to the version that is
>in
>    the image.
>    
>    
>    
>    
>    --
>   Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>    

-- 
Sorry for being brief. Alternate email is rickleir at yahoo dot com 

Reply via email to