Re: How can I do this in Solr?

2010-03-25 Thread Lance Norskog
You can create a field 'staff' with field values AAA_manager and BBB_coordinator. This preserves the database relationship. In general, think of a Solr index as one database table: you have to flatten (denormalize) a standard database schema. 2010/3/25 scott chu : > I have a input xml data file &

How can I do this in Solr?

2010-03-25 Thread scott chu
I have a input xml data file & it has a 'Reporters' tag looks like this: AAA manager BBB coordinator You see name & title are paired. As I know, Solr only support a field with mutliple value of primitive type, e.g. string. But in my case, it