Re: Build index from Oracle, adding fields

2015-03-26 Thread Julian Perry
On 27/03/2015 12:42, Shawn Heisey wrote: If that's not practical, then the only real option you have is to drop back to one entity, and build a single SELECT statement (using JOIN and some form of CONCAT) that will gather all the information from all the tables at the same time, and combine multi

Re: Build index from Oracle, adding fields

2015-03-26 Thread Shawn Heisey
On 3/26/2015 5:19 PM, Julian Perry wrote: > I have an index with, say, 10 fields. > > I load that index directly from Oracle - data-config.xml using > JDBC. I can load 10 million rows very quickly. This direct > way of loading from Oracle straight into SOLR is fantastic - > really efficient and s

Build index from Oracle, adding fields

2015-03-26 Thread Julian Perry
Hi I have looked and cannot see any clear answers to this on the Interwebs. I have an index with, say, 10 fields. I load that index directly from Oracle - data-config.xml using JDBC. I can load 10 million rows very quickly. This direct way of loading from Oracle straight into SOLR is fantast