Many-to-one mapping within Apache Solr
问题 I am using Solr to index my database of reports. Reports can have text, submitter information, etc. This currently works and looks like this: "docs": [ { "Text": "Some Report Text" "ReportId": "1", "Date": "2013-08-09T14:59:28.147Z", "SubmitterId": "11111", "FirstName": "John", "LastName": "Doe", "_version_": 1444554112206110700 } ] The other thing a report can have is viewers (which is a one-to-many relationship between a single report and the viewers.) I want to be able to capture those