Re: one to many denormalization approach

2010-06-29 Thread Lance Norskog
Solr supports multi-valued fields. You can add various skills to one field and it will store all of the values in order. You can search on any of the values. For numbers, you might want a subtype_value convention: skillYears1_9 as one of the values for the skillYears field. Lance On Mon, Jun 28,

one to many denormalization approach

2010-06-28 Thread Michael Delaney
Hi, I have an architectural question about using apache solr/lucene. I'm building a solr index for searching a CV database. Basically every CV on there will have some fields like: rate of pay, address, title these fields are straight forward. The area I need advise on is, skills and job