Error: “Missing required field” using embedded entities in Solr's DIH Configuration File
问题 I am trying to import multiple tables from a MySQL database using Solr's Data Import Handler (DIH). The DIH does not import data from the second table, 'detail'. My database configuration file is <document> <entity name="item" pk="ListingId" query="SELECT * FROM item as item where listingid=360245270"> <entity name="detail" pk="ListingId" query="SELECT Body FROM detail where listingid='${item.listingid}'"> <field column="Body" name="Body" /> </entity> </entity> </document> I monitored the