DIH: Variables and pk-attribute in database.xml

2012-10-17 Thread Stefan Burkard
Hi all In the DIH configfile "database.xml" I defined an entity like this: ... With this definition, the full-load runs fine, but as soon as the delta-loads run, I get a huge number (I guess 1 for every delta-record) of warnings who say "WARNING: Unable to resolve var

Re: How to design index for related versioned database records

2012-08-27 Thread Stefan Burkard
G records? >> >> You could try the Solr join stuff (Solr 4x), be aware that it performs >> best on join fields with a limited number of unique values. >> >> Best >> Erick >> >> On Tue, Aug 21, 2012 at 4:05 AM, Stefan Burkard wrote: >>> Hi Jack &

Re: How to design index for related versioned database records

2012-08-21 Thread Stefan Burkard
he latter has the advantage that you do not have to > separately specify a table "type" field since the fields would be empty for > records of other types. > > -- Jack Krupansky > > -Original Message- From: Stefan Burkard > Sent: Wednesday, August 15, 2012 8:12 AM

How to design index for related versioned database records

2012-08-15 Thread Stefan Burkard
Hi solr-users I have a case where I need to build an index from a database. ***Data structure*** The data is spread across multiple tables and in each table the records are versioned - this means that one "real" record can exist multiple times in a table, each with different validFrom/validUntil