Re: SolrCloud Questions for MultiCore Setup

2011-01-27 Thread Lance Norskog
Hello- I have not used SolrCloud. On 1/27/11, Em wrote: > > Hi, > > excuse me for pushing this for a second time, but I can't figure it out by > looking at the source code... > > Thanks! > > > >> Hi Lance, >> >> thanks for your explanation. >> >> As far as I know in distributed search i have to

Re: SolrCloud Questions for MultiCore Setup

2011-01-27 Thread Em
Hi, excuse me for pushing this for a second time, but I can't figure it out by looking at the source code... Thanks! > Hi Lance, > > thanks for your explanation. > > As far as I know in distributed search i have to tell Solr what other > shards it has to query. So, if I want to query a sp

Re: SolrCloud Questions for MultiCore Setup

2011-01-24 Thread Em
Hi, just wanted to push this topic again. Thank you! Em wrote: > > By the way: although I am asking for SolrCloud explicitly again, I will > take your advice and try distributed search first to understand the > concept better. > > Regards > > > Em wrote: >> >> Hi Lance, >> >> thanks for

Re: SolrCloud Questions for MultiCore Setup

2011-01-23 Thread Em
By the way: although I am asking for SolrCloud explicitly again, I will take your advice and try distributed search first to understand the concept better. Regards Em wrote: > > Hi Lance, > > thanks for your explanation. > > As far as I know in distributed search i have to tell Solr what oth

Re: SolrCloud Questions for MultiCore Setup

2011-01-23 Thread Em
Hi Lance, thanks for your explanation. As far as I know in distributed search i have to tell Solr what other shards it has to query. So, if I want to query a specific core, present in all my shards, i could tell Solr this by using the shards-param plus specified core on each shard. Using SolrCl

Re: SolrCloud Questions for MultiCore Setup

2011-01-22 Thread Lance Norskog
A "collection" is your data, like newspaper articles or movie titles. It is a user-level concept, not really a Solr design concept. A "core" is a Solr/Lucene index. It is addressable as solr/collection-name on one machine. You can use a core to store a collection, or you can break it up among mul