: 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 in
Hi,
FYI:
I figured out a solution my self. I wanted a smart way to get the shard
count for a query (how many documents were found in each shard). The "smart"
consisted in having all these counts in just one query using faceting. I was
asking if Solr could help with this, e.g. had some smart info
o.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 search functionality is intended to be
> > transparent, thus no details derivi
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.
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 info from
So
Indeed the distribution across shards should be transparent. In fact, as a
client I should not need to know anything about any shard. But as the
current state of Solr (1.4) dictate an interface where you - as a client -
must provide a list of shards, then the responsibility has been shiftet over
t
.8020 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
>
;http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036'
EARTH has a Right To Life,
otherwise we all die.
- Original Message
From: Upayavira
To: solr-user@lucene.apache.org
Sent: Sat, January 29, 2011 3:51:45 PM
Subject: Re: match count per shard and across shards
T
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 it to be possible.
The only way I know right now that you could achieve it is by two (sets
of) queries.