Well this is all useful information but not sure if it really answers my
question. Let me rephrase what exactly I am trying to do. Lets say I start
with core0 so this is how the directory structure looks like

solr.home
-> solr.xml
-> core0
  -> conf
  -> data

now when I want to dynamically add core1 i want to end up with a structure
like this

solr.home
-> solr.xml
-> core0
  -> conf
  -> data
-> core1
  -> conf
  -> data

is this possible with dynamic core creation, to have a seperate directory
with conf and data directory inside it for each core separetely

Thanks for the help



--
View this message in context: 
http://lucene.472066.n3.nabble.com/create-cores-dynamically-tp4044279p4044389.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to