RE: match count per shard and across shards

2011-01-31 Thread Chris Hostetter
: Interesting idea. I must investigate if this is a possibility - eg. how often : will a document be reindexed from one shard to another - this is actually a : possibility as a consequence of the way we configure our shards :-/ : : Thanks for the input! I was still hoping for a way to get that

RE: match count per shard and across shards

2011-01-30 Thread Upayavira
PM To: solr-user@lucene.apache.org Subject: Re: match count per shard and across shards To my knowledge, the distributed search functionality is intended to be transparent, thus no details deriving from it are exposed (e.g. what docs come from which shard), so, no, I don't believe

Re: match count per shard and across shards

2011-01-30 Thread csj
once and include all known shards and have their count for the search. This may have a performance penalty, but it is at least for now a simple way. Christian Sonne Jensen -- View this message in context: http://lucene.472066.n3.nabble.com/match-count-per-shard-and-across-shards-tp2369627p2385061

match count per shard and across shards

2011-01-29 Thread csj
to figure it out. Regards, Christian Sonne Jensen -- View this message in context: http://lucene.472066.n3.nabble.com/match-count-per-shard-and-across-shards-tp2369627p2369627.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: match count per shard and across shards

2011-01-29 Thread Upayavira
? I was thinking along the lines of a faceted search, but I'm not deep enough into Solr capabilities and query parameters to figure it out. Regards, Christian Sonne Jensen -- View this message in context: http://lucene.472066.n3.nabble.com/match-count-per-shard-and-across-shards

Re: match count per shard and across shards

2011-01-29 Thread Dennis Gearon
://blogs.techrepublic.com.com/security/?p=4501tag=nl.e036' EARTH has a Right To Life, otherwise we all die. - Original Message From: Upayavira u...@odoko.co.uk To: solr-user@lucene.apache.org Sent: Sat, January 29, 2011 3:51:45 PM Subject: Re: match count per shard and across shards

RE: match count per shard and across shards

2011-01-29 Thread Bob Sandiford
X6943 | bob.sandif...@sirsidynix.com www.sirsidynix.com  -Original Message- From: Upayavira [mailto:u...@odoko.co.uk] Sent: Saturday, January 29, 2011 6:52 PM To: solr-user@lucene.apache.org Subject: Re: match count per shard and across shards To my knowledge, the distributed

Re: match count per shard and across shards

2011-01-29 Thread csj
calculate which shards to include. This is a lot of client side administration - I know, but I quess - I hope - it will performe quite well... Is this idea crazy or what? -- View this message in context: http://lucene.472066.n3.nabble.com/match-count-per-shard-and-across-shards-tp2369627p2382411

RE: match count per shard and across shards

2011-01-29 Thread csj
Solr. The idea is the same: facet the Solr-shard position of each document... -- View this message in context: http://lucene.472066.n3.nabble.com/match-count-per-shard-and-across-shards-tp2369627p2382495.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: match count per shard and across shards

2011-01-29 Thread csj
I'm not sure I understand this. What is the difference between multible indexes and multible shards? -- View this message in context: http://lucene.472066.n3.nabble.com/match-count-per-shard-and-across-shards-tp2369627p2382499.html Sent from the Solr - User mailing list archive at Nabble.com.