Hi,

This can be done on the level of a file system, if you are on *nix OS,
called soft-link.

Dmitry




On Mon, Apr 14, 2014 at 5:43 AM, manju16832003 <manju16832...@gmail.com>wrote:

> Hi All,
> I'm using latest version of Solr 4.7.1 and was wondering if there is a way
> to share common schema.xml.
> Here is my use case.
> I have two cores which would have same schema structure.
> Core 1 = Stores Active Records
> Core 2 = All records regardless of the status
>
> Both the cores would have the same schema structure however data-config.xml
> (DIH) would be different as the query would change based on the record
> status.
>
> As of now, I created two cores
> *Core 1*
>   - conf
>     -- data-config.xml
>     -- schema.xml
>     -- solrconfig.xml
>   - data
>   - core.properties
>
> *Core 2*
>   - conf
>     -- data-config.xml
>     -- schema.xml
>     -- solrconfig.xml
>   - data
>   - core.properties
>
> In such scenario, is there a way to share same schema.xml file between two
> cores :-).
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Sharing-configuration-files-among-cores-4-7-1-tp4130928.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
Dmitry
Blog: http://dmitrykan.blogspot.com
Twitter: http://twitter.com/dmitrykan

Reply via email to