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