Re: Question re SOLR-920 Cache and reuse schema

2009-07-28 Thread Chris Hostetter

: Subject: Question re SOLR-920 Cache and reuse schema
: In-Reply-To: <69de18140907230244r79010dfcp5468cc855703a...@mail.gmail.com>
: References: <3b910d890907230236q4c9b6d67o4d484b5433f8...@mail.gmail.com>
: <69de18140907230244r79010dfcp5468cc855703a...@mail.gmail.com>

http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists

When starting a new discussion on a mailing list, please do not reply to 
an existing message, instead start a fresh email.  Even if you change the 
subject line of your email, other mail headers still track which thread 
you replied to and your question is "hidden" in that thread and gets less 
attention.   It makes following discussions in the mailing list archives 
particularly difficult.
See Also:  http://en.wikipedia.org/wiki/Thread_hijacking




-Hoss



RE: Question re SOLR-920 Cache and reuse schema

2009-07-23 Thread Brian Klippel
Thanks.  I'm going to give it a shot on my dev server, is there a way to 
determine whether the shared object or a distinct object has been selected?

Brian


-Original Message-
From: noble.p...@gmail.com [mailto:noble.p...@gmail.com] On Behalf Of Noble 
Paul ??? ??
Sent: Thursday, 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 share a single object

On Thu, Jul 23, 2009 at 3:32 PM, Brian Klippel wrote:
> 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?
>
>
>



-- 
-
Noble Paul | Principal Engineer| AOL | http://aol.com


Re: Question re SOLR-920 Cache and reuse schema

2009-07-23 Thread Shalin Shekhar Mangar
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 values to dynamic fields for each core independently.
-- 
Regards,
Shalin Shekhar Mangar.


Re: Question re SOLR-920 Cache and reuse schema

2009-07-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
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-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?
>
>
>



-- 
-
Noble Paul | Principal Engineer| AOL | http://aol.com


Question re SOLR-920 Cache and reuse schema

2009-07-23 Thread Brian Klippel
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?