Re: DIH do not work. Child-entity cannot refer parent's id.

2017-01-23 Thread Keiichi MORITA
Resolved. My problem occurred because of the case-sensitive. I've read the source code of Solr-6.3 and found a code referencing metadata of databases, so I finally noticed that Oracle Database returns *UPPERCASE* letters from metadata. As a correct setting, in the where clause of the query calle

Re: DIH do not work. Child-entity cannot refer parent's id.

2017-01-21 Thread Keiichi MORITA
Hi Shawn, Thank you for helpful information and suggestions. > Are you using the Oracle JVM? This is recommended. Version 1.8.x (Java > 8) > is required for Solr 6.3.0. I'm using Oracle Java 8 (1.8.0_111). In response to your advice, I've changed the logging level for JdbcDataSource to DEBUG

Re: DIH do not work. Child-entity cannot refer parent's id.

2017-01-20 Thread Shawn Heisey
On 1/20/2017 7:40 AM, Shawn Heisey wrote: > One thing you might want to try doing is enclosing the property > ${books.book_id} in single quotes. The example configs on the > dataimport wiki page have the properties referenced from parent > entities surrounded by single quotes: A second look reveal

Re: DIH do not work. Child-entity cannot refer parent's id.

2017-01-20 Thread Shawn Heisey
On 1/20/2017 5:45 AM, Keiichi MORITA wrote: > DataImportHandler *can't* work out with Oracle 12c and Solr 6.3. > Query in nested entities are called, the mapping values are not in child's > WHERE clause. > What is the cause of this error? I want some help. > > > ## data-config.xml > > >