Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by ShalinMangar: http://wiki.apache.org/solr/DataImportHandler The comment on the change is: Fixed typo in field name in data-config.xml ------------------------------------------------------------------------------ <entity name="feature" pk="ITEM_ID" query="select description from feature where item_id='${item.id}'"> - <field name="feature" column="description" /> + <field name="features" column="description" /> </entity> <entity name="item_category" pk="ITEM_ID, CATEGORY_ID" query="select category_id from item_category where item_id='${item.id}'">
