Re: Two-dimensional array in Solr schema

2012-08-26 Thread Michael Della Bitta
Multivalued fields come back in the order you index them. So you could have a field named "filenames" and another field named "filecontents", and as long as you indexed them both in the same order, they'd appear in the results in the same order. So iterating over them would be like iterating over t

RE: Two-dimensional array in Solr schema

2012-08-26 Thread Alexander Cougarman
More detail: So, when Solr returns results, we'd get XML that looks like this: dkjfkjdfkjdkfj kdjfkjdkfj Sincerely, Alex -Original Message- From: Alexander Cougarman [mailto:acoug...@bwc.org] Sent: 26 August 2012 10:00 AM To: solr-user@lucene.apache.org S