: So, let's assume you want to provide links to the images.
: Having a field (multiValued?) with index="false" and stored="true"
: would allow you to store all the img urls in a single field.
: 
: All that said, now it's up to your application layer that
: constructs the pages for presentation to the user to
: "do the right thing" with the returned fields to allow
: images (or whatever) to be displayed.

Not yet mentioned in this thread: you are garunteed that the order you put 
the values into a multiValued="true" stored="true" field is the order 
those values will be returned when you ask for the field later.  

so if you have a multiValued "img_src" field and a multiValued "img_alt" 
field, and you add data to those fields i na loop over your image objects, 
you can later know that the Nth value in img_src corrisponds to the Nth 
value in img_alt


-Hoss

Reply via email to