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