GithubHelp home page GithubHelp logo

Comments (3)

tcrosen avatar tcrosen commented on June 9, 2024

So is it possible to create more than one core with solr-precreate ?

Also wondering this, and if not, what is the recommended way to setup multiple cores?

from docker-solr.

dsmiley avatar dsmiley commented on June 9, 2024

Just an aside: many Solr users have moved on to SolrCloud.

from docker-solr.

makuk66 avatar makuk66 commented on June 9, 2024

So is it possible to create more than one core with solr-precreate ?

Not with solr-precreate. See https://github.com/docker-solr/docker-solr/blob/master/scripts/solr-precreate -- it runs precreate-core to create the core, then runs solr in the foreground. So it never gets to your second invocation.

If you want two cores, you need to run precreate-core twice and then run solr-fg One way to do that would be to copy the solr-precreate script, modify it for your purposes, then mount that into you containers and run it. Another way is to create a bash command-line that does that and run it. If you want to do it in docker-compose, the latter is probably easier.

I think you have another problem though -- that No such file or directory says you're passing in a non-existing config directory.

from docker-solr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.