Re: how to delta index linked entities in 3.5.0

2012-02-18 Thread Em
Hi Adam, I made a quick review of the DIH-code in your exception and it seems like it is not possible to resolve a multi-column PK at the moment. Maybe I am wrong, but can anyone confirm to have problems with DIH, whenever he uses a multi-column PK? Kind regards, Em Am 18.02.2012 02:52, schrieb

Re: how to delta index linked entities in 3.5.0

2012-02-17 Thread AdamLane
Thanks for your thoughts Shawn. I did notice 3.x tightened up alot and I did account for it by making sure I had pk defined and columns explicitly aliased with the same name (and I will make sure the bug text reflects that). To help others that are having the same problem, I just found a thread d

Re: how to delta index linked entities in 3.5.0

2012-02-16 Thread Shawn Heisey
On 2/16/2012 6:31 PM, AdamLane wrote: The delta instructions from https://wiki.apache.org/solr/DataImportHandler#Using_delta-import_command works for me in solr 1.4 but crashes in 3.5.0 (error: "deltaQuery has no column to resolve to declared primary key pk='ITEM_ID, CATEGORY_ID'" issue: https:/

how to delta index linked entities in 3.5.0

2012-02-16 Thread AdamLane
The delta instructions from https://wiki.apache.org/solr/DataImportHandler#Using_delta-import_command works for me in solr 1.4 but crashes in 3.5.0 (error: "deltaQuery has no column to resolve to declared primary key pk='ITEM_ID, CATEGORY_ID'" issue: https://issues.apache.org/jira/browse/SOLR-2907