You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2009/06/24 12:25:07 UTC

[jira] Issue Comment Edited: (SOLR-1214) differentiate between solr home and instanceDir

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

Shalin Shekhar Mangar edited comment on SOLR-1214 at 6/24/09 3:24 AM:
----------------------------------------------------------------------

Changes:
# Remove the CoreContainer(String home) constructor and un-deprecated the default no-param constructor
# Initialize solrHome in CoreContainer() and CoreContainer(SolrResourceLoader loader) and CoreContainer#load() methods to tackle cases where solrHome is not set or load is called with a different directory than solrHome.
# Use SolrResourceLoader#locateSolrHome instead of the deprecated locateInstanceDir method

All tests pass. I'll commit this shortly.

      was (Author: shalinmangar):
    Changes:
# Remove the CoreContainer(String home) constructor
# Initialize solrHome in CoreContainer() and CoreContainer(SolrResourceLoader loader) and CoreContainer#load() methods to tackle cases where solrHome is not set or load is called with a different directory than solrHome.
# Use SolrResourceLoader#locateSolrHome instead of the deprecated locateInstanceDir method

All tests pass. I'll commit this shortly.
  
> differentiate between solr home and instanceDir
> -----------------------------------------------
>
>                 Key: SOLR-1214
>                 URL: https://issues.apache.org/jira/browse/SOLR-1214
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1214.patch, SOLR-1214.patch, SOLR-1214.patch
>
>
> There is a lot of confusion on what is an instanceDir in a multicore system. The CoreContainer must have a field for solrHome  and the instanceDir for each core should be specific to that core

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.