Re: SolrCloud questions

2011-06-11 Thread Mark Miller
On Jun 10, 2011, at 12:26 AM, Upayavira wrote: > I'm exploring SolrCloud for a new project, and have some questions based > upon what I've found so far. > > The setup I'm planning is going to have a number of multicore hosts, > with cores being moved between hosts, and potentially with cores mer

Re: SolrCloud questions

2011-06-11 Thread Mark Miller
All of Solr is still under development ;) If you do a bit of searching, you might find slides/video of a talk about how http://www.loggly.com/ has been using SolrCloud in production for some time now. They have been pretty happy with it based on what they have said. Still need to tackle the in

Re: SolrCloud questions

2011-06-10 Thread Upayavira
Mohammad, There are two sides to using SolrCloud in production - the SolrCloud code, and the Solr 4.0 code that it is a part of. You can reduce the risk of being caught out by Solr/Lucene 4.0 changes (e.g. index structure changes) by using a Lucene 3.0 index format within Solr 4.0. While there's

Re: SolrCloud questions

2011-06-09 Thread Mohammad Shariq
I am also planning to move to SolrCloud; since its still in under development, I am not sure about its behavior in Production. Please update us once you find it stable. On 10 June 2011 03:56, Upayavira wrote: > I'm exploring SolrCloud for a new project, and have some questions based > upon what

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