cts to the other shards), but is there an easier way to
do it?
Or am I missing something?
Thanks for your help,
Steve
-Original Message-
From: Ken Stanley [mailto:doh...@gmail.com]
Sent: 14 October 2010 18:19
To: solr-user@lucene.apache.org
Subject: Re: Searching Across Multiple Cores
S
Original Message-
From: Jonathan Rochkind [mailto:rochk...@jhu.edu]
Sent: 14 October 2010 18:58
To: solr-user@lucene.apache.org
Subject: Re: Searching Across Multiple Cores
The point/use-case of sharding/distributed search is for performance,
not for segregating different data in different plac
ould use Distributed search
for what? The first scenario or the second?
The question is: can I merge a set of results from the two cores/shards and
only return results that exist in both (determined by the resourceId, which
exists on both)?
Cheers,
Steve
-Original Message-
From: Ken Stanley
Sent: 14 October 2010 18:19
To: solr-user@lucene.apache.org
Subject: Re: Searching Across Multiple Cores
Steve,
Using shards is actually quite simple; it's just a matter of setting up your
shards (via multiple cores, or multiple instances of SOLR) and then passing
the shards parameter in the qu
the two cores/shards and
> only return results that exist in both (determined by the resourceId, which
> exists on both)?
>
> Cheers,
> Steve
>
> -Original Message-
> From: Ken Stanley [mailto:doh...@gmail.com]
> Sent: 13 October 2010 20:08
> To: solr-user@lucene.apache.
)?
Cheers,
Steve
-Original Message-
From: Ken Stanley [mailto:doh...@gmail.com]
Sent: 13 October 2010 20:08
To: solr-user@lucene.apache.org
Subject: Re: Searching Across Multiple Cores
On Wed, Oct 13, 2010 at 2:11 PM, Lohrenz, Steven
wrote:
> Hi,
>
> I am trying to figure out if
On Wed, Oct 13, 2010 at 2:11 PM, Lohrenz, Steven
wrote:
> Hi,
>
> I am trying to figure out if how I can accomplish the following:
>
> I have a fairly static and large set of resources I need to have indexed
> and searchable. Solr seems to be a perfect fit for that. In addition I need
> to have th
On 10/13/10, Lohrenz, Steven wrote:
> Hi,
>
> I am trying to figure out if how I can accomplish the following:
>
> I have a fairly static and large set of resources I need to have indexed and
> searchable. Solr seems to be a perfect fit for that. In addition I need to
> have the ability for my use