Hmmmm, what do you want to *do* with those multiple prices? Search? Display? Change all the time? Each of these operations will generate different suggestions I daresay....
Best Erick On Fri, Mar 13, 2009 at 10:01 AM, Jeff Crowder <jcrow...@tellusweb.com>wrote: > All, > > I'm working with the sample schema, and have a scenario where I would like > to store multiple prices in a "map" of some sort. This would be used for a > scenario where a single "product" has different "prices" based on a price > list. For instance: > > <add> > <doc> > <field name="id">SKU001</field> > <field name="name">A Sample Product</field> > <field name="price[pricelist1]">119.99</field> > <field name="price[pricelist2]">109.99</field> > </doc> > </add> > > Is something like this possible? > > Regards, > -Jeff >