[ 
https://issues.apache.org/jira/browse/SOLR-3592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13743003#comment-13743003
 ] 

Jack Krupansky commented on SOLR-3592:
--------------------------------------

If this was fixed in 4.3, then the wiki and refguide should note that:

Refguide:

https://cwiki.apache.org/confluence/display/solr/CoreAdminHandler+Parameters+and+Usage
{quote}
As of Solr 4.0, REALOAD performs "live" reloads of SolrCore, reusing some 
existing objects. Some configuration options, such as the DataDir location and 
IndexWriter related settings in solrconfig.xml can not be changed and made 
active with a simple RELOAD action.
{quote}

wiki:
http://wiki.apache.org/solr/CoreAdmin#Important_Note_About_Some_Configuration_Changes
{quote}
Starting with Solr4.0, the RELOAD command is implemented in a way that results 
a "live" reloads of the SolrCore, reusing the existing various objects such as 
the SolrIndexWriter. As a result, some configuration options can not be changed 
and made active with a simple RELOAD...

IndexWriter related settings in <indexConfig>
<dataDir> location
See SOLR-3592 for more background.
{quote}

I would also note that the wiki page is another candidate for full migration to 
the new refguide since the refguide is essentially a cut and paste of the wiki 
page.

                
> After reloading a SolrCore, some IndexWriter 'settings' changes will not take 
> effect. Instead, you must restart Solr.
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3592
>                 URL: https://issues.apache.org/jira/browse/SOLR-3592
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Minor
>             Fix For: 4.3, 5.0
>
>
> This is a known tradeoff that was made to more properly support our SolrCore 
> model - there is a TODO: in the code in SolrCore#reload about it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to