: Subject: Question re SOLR-920 Cache and reuse schema
: In-Reply-To: <69de18140907230244r79010dfcp5468cc855703a...@mail.gmail.com>
: References: <3b910d890907230236q4c9b6d67o4d484b5433f8...@mail.gmail.com>
: <69de18140907230244r79010dfcp5468cc855703a...@mail.g
rsday, July 23, 2009 6:07 AM
To: solr-user@lucene.apache.org
Subject: Re: Question re SOLR-920 Cache and reuse schema
shareSchema tries to see if the schema.xml from a given file and
timestamp is already loaded . if yes ,the old object is re-used.
All the cores which load the same file will sh
On Thu, Jul 23, 2009 at 3:32 PM, Brian Klippel wrote:
> https://issues.apache.org/jira/browse/SOLR-920
>
>
> and how would dynamic schema play into this? Would each core's dynamic
> schema still be independent?
>
I guess you mean dynamic fields. If so, then yes, you will still be able to
add v
shareSchema tries to see if the schema.xml from a given file and
timestamp is already loaded . if yes ,the old object is re-used.
All the cores which load the same file will share a single object
On Thu, Jul 23, 2009 at 3:32 PM, Brian Klippel wrote:
> https://issues.apache.org/jira/browse/SOLR-92
https://issues.apache.org/jira/browse/SOLR-920
Where would the shared schema.xml be located (same as solr.xml?), and how
would dynamic schema play into this? Would each core's dynamic schema still be
independent?