Giter Site home page Giter Site logo

Comments (9)

gmoore avatar gmoore commented on July 22, 2024

Nick,

Is this going to effect support for multi-core solr instances with Sunspot?

Gary

from sunspot.

nz avatar nz commented on July 22, 2024

That depends on how you're using multi-core. This example is using multi-core for separating the development, test and production environments, so that we don't have to use separate Solr instances on multiple ports. But the assumption here is still one core per environment.

If you're sharding, or otherwise using multiple cores in the same environment, then you'll still need to do a bit of work in a session proxy to support that.

from sunspot.

gmoore avatar gmoore commented on July 22, 2024

Yeah I follow the mapping from cores to environments. My question was: if I'm doing the work on the session to support multiple cores in one solr instance, will this issue break up whatever work I've done there?

from sunspot.

nz avatar nz commented on July 22, 2024

Probably won't be a problem, but you may want to direct me toward a gist or fire up a pull request for your WIP.

from sunspot.

gmoore avatar gmoore commented on July 22, 2024

Haven't even started on it yet but will be in touch if/when I get to
it. Thanks much.

On Fri, Oct 28, 2011 at 4:09 PM, Nick Zadrozny
[email protected]
wrote:

Probably won't be a problem, but you may want to direct me toward a gist or fire up a pull request for your WIP.

Reply to this email directly or view it on GitHub:
#115 (comment)

Gary Moore
http://www.gmoore.net

from sunspot.

alindeman avatar alindeman commented on July 22, 2024

Marking for 2.0.0

from sunspot.

UnConundrum avatar UnConundrum commented on July 22, 2024

You also have to change the dataDir in solrconfig.xml for each core, i.e. /solr/development/conf/solrconfig.xml, /solr/production/conf/solrconfig.xml and /solr/text/conf/solrconfig.xml

from sunspot.

icambron avatar icambron commented on July 22, 2024

I was independently thinking that I need this if I'm going to hold the line on not installing Tomcat. Are the changes required any more complicated than what @nz has above? I'm guessing that's all there is to it, right?

from sunspot.

nz avatar nz commented on July 22, 2024

@UnConundrum: won't the dataDir automatically be relative to the instanceDir? That's the impression I have. If not, probably not a big deal to set that in the solr.xml as well.

My next todo here is just taking a few minutes to figure out how to package up all the config files with respect to the gems, Jetty, etc, and make sure they end up in the right places for the command-line binary or rake tasks to Just Workβ„’.

from sunspot.

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.