Re: Searching Across Multiple Cores

2010-11-03 Thread Jonathan Rochkind
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

RE: Searching Across Multiple Cores

2010-11-03 Thread Lohrenz, Steven
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

Re: Searching Across Multiple Cores

2010-10-14 Thread Jonathan Rochkind
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

RE: Searching Across Multiple Cores

2010-10-14 Thread Lohrenz, Steven
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

Re: Searching Across Multiple Cores

2010-10-14 Thread Ken Stanley
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.

RE: Searching Across Multiple Cores

2010-10-14 Thread Lohrenz, Steven
)? 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

Re: Searching Across Multiple Cores

2010-10-13 Thread Ken Stanley
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

Re: Searching Across Multiple Cores

2010-10-13 Thread Tim AtLee
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