-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solr setting location seems give problem #1
Comments
I will investigate this... it sounds like Drupal's Apache Solr Search module has updated their schema since I last worked on this image. In the meantime, you should be able to get this image to build properly by issuing the following commands...
Background... I used Git Submodules to ensure that a specific revision of the Apache Solr Search Drupal module is used when adding files to the Docker container. Git submodules are a little weird because they don't work properly unless you follow a very specific procedure... you either have to While I'm updating the version of the Apache Solr Search module being used, I will also update the README to better explain how to clone / use this repository. |
Again, thanks @mparker17 great info, especially the part on submodules, I actually didn't know about So, yea, the Drupal solr module > Solr compatibility is more complicated than I expected. It is a surprise that there would be a schema update using the same major version of Solr, but perhaps it is an incremental Anyways, good to know and I'll just use the submodule version you have included in future, unless a specific drupal solr module version is required and then I'll test with that. Thanks. |
@mccrodp I got a chance to update this image to:
... at the time of writing, the Docker Hub has not yet picked up the change, and thus hasn't built a new image yet, but it should soon... https://hub.docker.com/r/mparker17/solr-apachesolr/ |
That's fantastic, many thanks for this, @mparker17. Will test it out soon. |
I am getting the following when I run Docker Compose:
I place the apachesolr module from drupal.org in the same directory as the Dockerfile and the settings seem to copy over ok. However, when I ssh into the docker container it seems their is drupal config at both:
/opt/solr/
and/opt/solr-4.10.4/
Any ideas on this one?
The text was updated successfully, but these errors were encountered: