Re: Collating results from multiple indexes

2010-02-17 Thread Jan Høydahl / Cominvent
tch >>> Hadoop ecosystem search :: http://search-hadoop.com/ >>> >>> >>> >>> - Original Message >>>> From: Jan Høydahl / Cominvent >>>> To: solr-user@lucene.apache.org >>>> Sent: Mon, February 8, 2010 3:33:

Re: Collating results from multiple indexes

2010-02-16 Thread Will Johnson
> >> From: Jan Høydahl / Cominvent > >> To: solr-user@lucene.apache.org > >> Sent: Mon, February 8, 2010 3:33:41 PM > >> Subject: Re: Collating results from multiple indexes > >> > >> Hi, > >> > >> There is no JOIN f

Re: Collating results from multiple indexes

2010-02-12 Thread Jan Høydahl / Cominvent
atext.com/ :: Solr - Lucene - Nutch > Hadoop ecosystem search :: http://search-hadoop.com/ > > > > - Original Message >> From: Jan Høydahl / Cominvent >> To: solr-user@lucene.apache.org >> Sent: Mon, February 8, 2010 3:33:41 PM >> Subject: Re: Collating

Re: Collating results from multiple indexes

2010-02-11 Thread Otis Gospodnetic
ahl / Cominvent > To: solr-user@lucene.apache.org > Sent: Mon, February 8, 2010 3:33:41 PM > Subject: Re: Collating results from multiple indexes > > Hi, > > There is no JOIN functionality in Solr. The common solution is either to > accept > the high volume update churn,

Re: Collating results from multiple indexes

2010-02-08 Thread Jan Høydahl / Cominvent
Hi, There is no JOIN functionality in Solr. The common solution is either to accept the high volume update churn, or to add client side code to build a "join" layer on top of the two indices. I know that Attivio (www.attivio.com) have built some kind of JOIN functionality on top of Solr in thei