Not that I know of. If you can index the docs cleverly, you
might be able to form a query that does the trick.

Pseudo-joins might also do the trick. Be aware that these
don't return data from the "from" document, only the "to"
doc. That's gibberish, but see:
http://wiki.apache.org/solr/Join

Best
Erick


On Thu, Aug 15, 2013 at 8:26 PM, Sandy Mustard <smust...@cinci.rr.com>wrote:

> I am relatively new to the use of Solr.
>
> I have a set of documents with fields that contain the id of other
> documents.  Is it possible to specify a query that will return the related
> documents?
>
> Doc 1   id=444, name=First Document, pointer=777
> Doc 2   id=777, name=Next Document, pointer=555
> ....
>
> I would like to query for Doc 1 and also get Doc 2 returned.
>
> Thanks,
> Sandy Mustard
>

Reply via email to