Re: Solr 3.3: DIH configuration for Oracle

2011-08-17 Thread Alexey Serba
Why do you need to collect both primary keys T1_ID_RECORD and T2_ID_RECORD in your delta query. Isn't T2_ID_RECORD primary key value enough to get all data from both tables? (you have table1-table2 relation as 1-N, right?) On Thu, Aug 11, 2011 at 12:52 AM, Eugeny Balakhonov wrote: > Hello, all! >

Re: Solr 3.3: DIH configuration for Oracle

2011-08-11 Thread Shawn Heisey
On 8/10/2011 2:52 PM, Eugeny Balakhonov wrote: java.lang.IllegalArgumentException: deltaQuery has no column to resolve to declared primary key pk='T1_ID_RECORD, T2_ID_RECORD' I have analyzed the source code of DIH. I found that in the DocBuilder class collectDelta() method works with value of en