Hi Saiks,
I am not following you.
According to the Solr documentation :
"transient=["true"|"false"]. Whether the core should be put in the LRU list
of cores that may be unloaded. NOTE: When a core is unloaded, any
outstanding operations (indexing or query) will be completed before the core
is closed.
old-style: this is an attribute of each individual <core> tag
new-style: this is an entry in the "core.properties" file for each core."

So if you index 2 cores, even if one of them is selected by the transient
cache to be dismissed, it should carry out all the pending operations (
indexing included).
Also each core is independent, and it has independent configuration (
solrconfig and schema).
So, indexing on both should produce effects on both.

probably I am missing the point, can you explain further ? Do you have any
exception/weird thing happening log side ?

Cheers



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Commit-callbacks-doesn-t-happen-on-core-close-tp4316015p4317795.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to