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
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
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
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
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
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