hi, I have a question around documents linking in solr and want to know if its possible. lets say i have a set of blogs and their authors that i want to index seperately. is it possible to link a document describing a blog to another document describing an author? if yes, can i search for blogs with filters on attributes of the author? if yes, if i update an attribute of an author (by its id), then will the search results reflect the updated attribute(s)?
thanks