Re: multiValued multiValued fields

2008-12-10 Thread Chris Hostetter
: I want to index a field with an array of arrays, is that possible in Solr? Not out of the box ... you can implement custom FieldTypes that store any data you want in using a byte[] but you'd still need to do some tricks with your FieldType to get the ResponsWriter to write it out in a meanin

multiValued multiValued fields

2008-12-05 Thread Joel Karlsson
Hello, I want to index a field with an array of arrays, is that possible in Solr? I.e I have one multi-valued field with persons and would like one multi-valued field with their employer, but sometimes there are more than one employer per person and therefor it would've been good to use a multi-va