Re: Solrcloud: 1 server, 1 configset, multiple collections, multiple schemas

2015-12-07 Thread Shawn Heisey
On 12/7/2015 9:46 AM, bengates wrote: > If I understand well, there is actually no way to create a core or a > collection from the API, with a defined-at-once configset, without having to > do some CLI commands on the remote server? With SolrCloud, the only step that requires commandline is upload

Re: Solrcloud: 1 server, 1 configset, multiple collections, multiple schemas

2015-12-07 Thread bengates
-multiple-collections-multiple-schemas-tp4243584p4244010.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solrcloud: 1 server, 1 configset, multiple collections, multiple schemas

2015-12-05 Thread Erick Erickson
ailable through the API. Best, Erick On Sat, Dec 5, 2015 at 12:56 AM, bengates wrote: > I understand. > > How to do this via the API? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solrcloud-1-server-1-configset-multiple-collections-mul

Re: Solrcloud: 1 server, 1 configset, multiple collections, multiple schemas

2015-12-05 Thread bengates
I understand. How to do this via the API? -- View this message in context: http://lucene.472066.n3.nabble.com/Solrcloud-1-server-1-configset-multiple-collections-multiple-schemas-tp4243584p4243737.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solrcloud: 1 server, 1 configset, multiple collections, multiple schemas

2015-12-04 Thread Jeff Wartes
>- ... but they are *also added* to *collection2* (verified by GETting >/http://my.remote.addr:8983/solr/collection2/schema/fields/) > >How to prevent this behavior, since my collections have *different kind of >datas*, and may have the same field names but not the same types? > >

Solrcloud: 1 server, 1 configset, multiple collections, multiple schemas

2015-12-04 Thread bengates
kind of datas*, and may have the same field names but not the same types? Thanks, Ben -- View this message in context: http://lucene.472066.n3.nabble.com/Solrcloud-1-server-1-configset-multiple-collections-multiple-schemas-tp4243584.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multiple schemas in the same SolrCloud ?

2013-10-11 Thread maephisto
Upload the new configuration and the use the collection API to reload you collection https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-ReloadaCollection -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud

Re: Multiple schemas in the same SolrCloud ?

2013-10-11 Thread xinwu
Hi,kamaci. Is that means I just need to upload new config files ,and do not need to reload every node in solrCloud ,when I want to change my configurations? -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094908.html Sent

Re: Multiple schemas in the same SolrCloud ?

2013-10-11 Thread Furkan KAMACI
ens afterwards, will ZK distribute this changes to all > cores > and reload them? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094895.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Multiple schemas in the same SolrCloud ?

2013-10-11 Thread maephisto
upconfig -confdir conf_changed/ -confname my_custom_config Is this correct? If so, what happens afterwards, will ZK distribute this changes to all cores and reload them? -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094895

Re: Multiple schemas in the same SolrCloud ?

2013-10-10 Thread xinwu
Thank you,Shawn. Thank you,everyone. All your answers help me a lot.Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094850.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multiple schemas in the same SolrCloud ?

2013-10-10 Thread Liu Bo
s message in context: > http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094729.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- All the best Liu Bo

Re: Multiple schemas in the same SolrCloud ?

2013-10-10 Thread Upayavira
e with the same config name ? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094729.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multiple schemas in the same SolrCloud ?

2013-10-10 Thread maephisto
On this topic, once you've uploaded you collection's configuration in ZK, how can you update it? Upload the new one with the same config name ? -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094729.html Sent fro

Re: Multiple schemas in the same SolrCloud ?

2013-10-10 Thread Shawn Heisey
On 10/10/2013 2:45 AM, xinwu wrote: > I solved that problem by using the "-Dbootstrap_conf=true" configuration > instead of the "-Dbootstrap_confdir=/opt/Solr_home/collection1/conf > -Dcollection.configName=solrConfig" on startup. You do not need this bootstrap option either. Once your configurat

Re: Multiple schemas in the same SolrCloud ?

2013-10-10 Thread xinwu
ctory. And when I started my solr again,some errors showed up because of the missing of 'conf' directory. How should I do? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094607.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multiple schemas in the same SolrCloud ?

2013-10-10 Thread xinwu
Thank you,kamaci. -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094594.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multiple schemas in the same SolrCloud ?

2013-10-09 Thread Shawn Heisey
On 10/9/2013 1:17 AM, xinwu wrote: I remember I must put the "-Dbootstrap_confdir=/opt/Solr_home/collection1/conf -Dcollection.configName=solrConfig " in the catalina.sh . Is it means that solrCloud must have one ,and only one, schema? Those bootstrap options are intended to be used ONCE, and

Re: Multiple schemas in the same SolrCloud ?

2013-10-09 Thread Furkan KAMACI
in the catalina.sh . > > Is it means that solrCloud must have one ,and only one, schema? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094281.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Multiple schemas in the same SolrCloud ?

2013-10-09 Thread xinwu
I remember I must put the "-Dbootstrap_confdir=/opt/Solr_home/collection1/conf -Dcollection.configName=solrConfig " in the catalina.sh . Is it means that solrCloud must have one ,and only one, schema? -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-sche

Re: Multiple schemas in the same SolrCloud ?

2013-10-09 Thread Anshum Gupta
You can simply have multiple collections, each independent of each other on the schema but could run on the same instance/jvm if you want. On Wed, Oct 9, 2013 at 12:36 PM, xinwu wrote: > Hi all, > > I want to use the multiple schemas in the same solrCloud, is it allowed? > > I

Multiple schemas in the same SolrCloud ?

2013-10-09 Thread xinwu
Hi all, I want to use the multiple schemas in the same solrCloud, is it allowed? If it is allowed,how? These schemas may have no relation. Thank You. Dai. -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279.html Sent from

Re: indexing multiple schemas Vs extending existing schema

2009-03-11 Thread Chris Hostetter
: Subject: indexing multiple schemas Vs extending existing schema : In-Reply-To: <746bb9e20903091644g6959224am9445c26c76532...@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

Re: indexing multiple schemas Vs extending existing schema

2009-03-09 Thread Otis Gospodnetic
:53:29 PM > Subject: indexing multiple schemas Vs extending existing schema > > Hi, > We have had some success in indexing our catalog proof-of-concept > project, Now we want to add information such as packages and accessories > which have a slightly different schema. > > I

indexing multiple schemas Vs extending existing schema

2009-03-09 Thread Deo, Shantanu
Hi, We have had some success in indexing our catalog proof-of-concept project, Now we want to add information such as packages and accessories which have a slightly different schema. I am wondering if its possible to add multiple indexes in the same solr instance or should we think about redef

Re: newbie question --- multiple schemas

2009-02-03 Thread Chris Hostetter
: Is it possible to define more than one schema? I'm reading the example : schema.xml. It seems that we can only define one schema? What about if I : want to define one schema for document type A and another schema for : document type B? there are lots of ways to tackle a problem like this, de

Re: newbie question --- multiple schemas

2009-01-29 Thread Noble Paul നോബിള്‍ नोब्ळ्
have two different cores and you can have separate schema for each. On Thu, Jan 29, 2009 at 1:20 PM, Cheng Zhang wrote: > Hello, > > Is it possible to define more than one schema? I'm reading the example > schema.xml. It seems that we can only define one schema? What about if I want > to define

newbie question --- multiple schemas

2009-01-28 Thread Cheng Zhang
Hello, Is it possible to define more than one schema? I'm reading the example schema.xml. It seems that we can only define one schema? What about if I want to define one schema for document type A and another schema for document type B? Thanks a lot, Kevin

Re: Multiple schemas?

2008-03-27 Thread tim robertson
Thanks all, for the answers On Thu, Mar 27, 2008 at 10:04 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Thu, Mar 27, 2008 at 4:56 PM, Otis Gospodnetic > <[EMAIL PROTECTED]> wrote: > > Or use the JNDI approach that's described on the Wiki. I've used it > with Jetty and it works nicely. Multip

Re: Multiple schemas?

2008-03-27 Thread Yonik Seeley
On Thu, Mar 27, 2008 at 4:56 PM, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > Or use the JNDI approach that's described on the Wiki. I've used it with > Jetty and it works nicely. Multiple webapp contexts, multiple Solr indices, > but a single JVM. With multiple smaller collections, one might

Re: Multiple schemas?

2008-03-27 Thread Otis Gospodnetic
ey <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, March 27, 2008 4:31:06 PM Subject: Re: Multiple schemas? On Thu, Mar 27, 2008 at 3:47 PM, tim robertson <[EMAIL PROTECTED]> wrote: > Would I be correct in thinking that for each schema I want, I need a new >

Re: Multiple schemas?

2008-03-27 Thread Yonik Seeley
On Thu, Mar 27, 2008 at 3:47 PM, tim robertson <[EMAIL PROTECTED]> wrote: > Would I be correct in thinking that for each schema I want, I need a new > SOLR instance running? For different search collections, it's generally best to run a separate Solr instance. If you need to run multiple in the

Re: Multiple schemas?

2008-03-27 Thread Daniel Papasian
tim robertson wrote: Hi, Would I be correct in thinking that for each schema I want, I need a new SOLR instance running? Hey Tim, Documents aren't required to have all of the fields (it's not a database), so what I would do is just have all of the field definitions in a single schema.xml fil

Multiple schemas?

2008-03-27 Thread tim robertson
Hi, Would I be correct in thinking that for each schema I want, I need a new SOLR instance running? Thanks Tim

Re: Multiple schemas

2006-09-26 Thread Yonik Seeley
On 9/26/06, climbingrose <[EMAIL PROTECTED]> wrote: Am I right that we can only have one schema per solr server? If so, how would you deal with the issue of submitting completely different data models (such as clothes and cars)? If they have no relation, put them in separate servers or webapps.

Multiple schemas

2006-09-26 Thread climbingrose
Hi all, Am I right that we can only have one schema per solr server? If so, how would you deal with the issue of submitting completely different data models (such as clothes and cars)? Thanks. -- Regards, Cuong Hoang