Re: Joins or subselects in solr

2009-06-16 Thread Nasseam Elkarra
Thanks for the advice. Glad you like the site! Yes, we are using the new multi-select support to do this. At first, we wrote our own client- side solution to allow for multi-select which was super complex but moved to the built-in solr support as soon as we found it. Excellent feature! -Na

Re: Joins or subselects in solr

2009-06-15 Thread Michael Ludwig
Nasseam Elkarra schrieb: I am storing items in an index. Each item has a comma separated list of related items. Is it possible to bring back an item and all of its related items in one query? If so how and how would you distinguish between which one is the main item and which are the related.

Re: Joins or subselects in solr

2009-06-14 Thread Yonik Seeley
On Fri, Jun 12, 2009 at 6:43 PM, Nasseam Elkarra wrote: > I am storing items in an index. Each item has a comma separated list of > related items. Is it possible to bring back an item and all of its related > items in one query? If so how and how would you distinguish between which > one is the mai

Re: Joins or subselects in solr

2009-06-13 Thread Grant Ingersoll
Hi Nasseam, You might be able to do this with the MoreLikeThis capability, but I'm not 100% sure. It would likely take some custom work as well. -Grant On Jun 12, 2009, at 6:43 PM, Nasseam Elkarra wrote: Hello, I am storing items in an index. Each item has a comma separated list of rel

Joins or subselects in solr

2009-06-12 Thread Nasseam Elkarra
Hello, I am storing items in an index. Each item has a comma separated list of related items. Is it possible to bring back an item and all of its related items in one query? If so how and how would you distinguish between which one is the main item and which are the related. Any help is m