Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8928991
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:34:35+00:00 2026-06-15T08:34:35+00:00

Is it possible to reload Solr configuration without setting up Multicore or restarting the

  • 0

Is it possible to reload Solr configuration without setting up Multicore or restarting the servlet container?

I would like to tweak some <analyzer> chains with the analysis tab in the admin, and tweak the parameters to my <requestHandler>, but having to restart the servlet container after every small change to schema.xml or solrconfig.xml is a bit of a pain and time consuming.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T08:34:37+00:00Added an answer on June 15, 2026 at 8:34 am

    As best as I can tell, online reloading requires a Multicore configuration, which it turns out isn’t too hard:

    Put this solr.xml into the solr home directory

    <solr persistent="false" sharedLib="lib">
      <cores adminPath="/admin/cores" defaultCoreName="core0">
        <core name="core0" instanceDir="." />
      </cores>
    </solr>
    

    Restart the servlet container.

    Hit a URL like this to reload the configuration:

    http://localhost:8983/solr/admin/cores?action=RELOAD&core=core0
    

    To remove the rest of the friction, you can set it up to automatically reload the configuration by running the following script within the conf directory.

    get_on_fsevent.rb "http://localhost:8983/solr/admin/cores?action=RELOAD&core=core0"
    

    get_on_fsevent.rb:

    #!/usr/bin/env ruby
    require 'rubygems'
    require 'rb-fsevent'
    require 'net/http'
    require 'uri'
    
    uri = URI.parse(ARGV.first)
    
    fsevent = FSEvent.new
    fsevent.watch Dir.pwd do |directories|
      puts "Detected change. Requesting #{ARGV.first}"
      puts Net::HTTP.get_response(uri)
    end
    fsevent.run
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is it possible to reload transaction timeout settings without restarting JVM ?
Is it possible to use javascript:location.reload(true) as a action= for a form without having
Possible Duplicate: reload (update) a .py file in the interpreter I test some of
Is it possible to reload rails console with hotkey? Something like binding reload! to
I would like to know if this is possible in java that i want
I would like to know if it is possible to ask Android not to
Is it possible to refresh some cells without refreshing other cells in a table
Is it possible to reload a form after 'file-input' change? I have a form
it is possible to reload a div or a table using location.reload(); ? after
Is it possible to programmatically reload a C# project? In one of my previous

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.