Query solrcloud questions

2016-03-02 Thread michael solomon
Hi, I Installed 3 instances of SolrCloud 5.4.1. I'm doing a little search engine of websites and I'm store their info as Nested Documents(one document for the website general information and it children is the pages inside the website). So when I'm querying this collection I'm using a BlockJoin

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

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 merging

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

SolrCloud questions

2011-06-09 Thread Upayavira
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 merging as they get older (cores are time based, so once

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 u...@odoko.co.uk wrote: I'm exploring SolrCloud for a new project, and have some questions

Re: SolrCloud Questions for MultiCore Setup

2011-01-27 Thread Em
-reasons, because querying 2 identical and available cores seems to be wasted capacity, no? Thank you! -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Questions-for-MultiCore-Setup-tp2309443p2363396.html Sent from the Solr - User mailing list archive

Re: SolrCloud Questions for MultiCore Setup

2011-01-27 Thread Lance Norskog
should use the syntax of specifying alternative shards for failover due to performance-reasons, because querying 2 identical and available cores seems to be wasted capacity, no? Thank you! -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Questions-for-MultiCore

Re: SolrCloud Questions for MultiCore Setup

2011-01-24 Thread Em
.n3.nabble.com/SolrCloud-Questions-for-MultiCore-Setup-tp2309443p2327089.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud Questions for MultiCore Setup

2011-01-23 Thread Em
: http://lucene.472066.n3.nabble.com/SolrCloud-Questions-for-MultiCore-Setup-tp2309443p2312763.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud Questions for MultiCore Setup

2011-01-23 Thread Em
of specifying alternative shards for failover due to performance-reasons, because querying 2 identical and available cores seems to be wasted capacity, no? Thank you! -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Questions-for-MultiCore-Setup-tp2309443p2312767.html

SolrCloud Questions for MultiCore Setup

2011-01-22 Thread Em
this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Questions-for-MultiCore-Setup-tp2309443p2309443.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud Questions for MultiCore Setup

2011-01-22 Thread Lance Norskog
: What happens if I create two cores and each core belongs to a different collection and THEN I do a SWAP. Say: core1-collection1, core2-collection2 SWAP core1,core2 Does core2 now maps to collection1? Thank you! -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud