Try adding a multivalued relatedVideo field to each document, then you won't need the join.
Almost always, you want to do the joins before you load documents into Solr, and use a denormalized schema in Solr. That will be faster and simpler at query time. wunder Search Guy, Chegg On Apr 3, 2012, at 10:56 AM, abhayd wrote: > hi > I am trying to use solr join in following way > q={!join+from=relatedVideoId+to=id}id:1234 > > This works fine but anyway for me to get the original document id:1234 along > with relatedVideoId's if exists? > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solr-join-tp3881832p3881832.html > Sent from the Solr - User mailing list archive at Nabble.com.