bq: ...in the sense that there's only one canonical copy.
Agreed, and as you say that copy is kept in ZooKeeper.
And I pretty much guarantee that the internal solrconfig object
is NOT shared. I doubt the schema object is shared, but it seems
like it could be with some work.
But the savings p
On 10/9/2013 6:24 AM, Erick Erickson wrote:
Hmmm, I hadn't thought about that before. The shareSchema
stuff is keyed off the absolute directory (and timestamp) of
the schema.xml file associated with a core and is about
sharing the internal object that holds the parsed schema.
Do you know for sur
Shawn:
Hmmm, I hadn't thought about that before. The shareSchema
stuff is keyed off the absolute directory (and timestamp) of
the schema.xml file associated with a core and is about
sharing the internal object that holds the parsed schema.
Do you know for sure if the fact that this is coming from
On 10/7/2013 6:02 AM, Dharmendra Jaiswal wrote:
I am using Solr 4.4 version with SolrCloud on Windows machine.
Somehow i am not able to share schema between multiple core.
If you're in SolrCloud mode, then you already *are* sharing your
schema. You are also sharing your configuration. Both o
I am using Solr 4.4 version with SolrCloud on Windows machine.
Somehow i am not able to share schema between multiple core.
My solr.xml file look like:-
${shareSchema:true}
${hostContext:SolrEngine}
${tomcat.port:8080}
${zkClientTimeout:15000}
I have used core.properties file for each core. On