Re: Newbie Question, can I store structured sub elements?

2011-08-25 Thread Zac Tolley
nd lucene storage whose performance is really > amazing. > > paul > > > Le 25 août 2011 à 21:07, Zac Tolley a écrit : > > > have come to that conclusion so had to choose between multiple fields > with > > multiple vales or a field with delimited text, gone for

Re: Newbie Question, can I store structured sub elements?

2011-08-25 Thread Zac Tolley
multiValued fields are returned as a lists. > > However, you can count on multi-valued fields being returned > in the order they were added, so it might work out for you to > treat these as parallel arrays in Solr documents. > > Best > Erick > > On Thu, Aug 25, 2011 at 3:

Re: Newbie Question, can I store structured sub elements?

2011-08-25 Thread Zac Tolley
id and showing.id probably isn't needed in a solr record. > > > > On 8/24/11 7:53 AM, Zac Tolley wrote: >> I have a very scenario in which I have a film and showings, each film has >> multiple showings at set times on set channels, so I have: >> >>

Newbie Question, can I store structured sub elements?

2011-08-24 Thread Zac Tolley
I have a very scenario in which I have a film and showings, each film has multiple showings at set times on set channels, so I have: Movie - id title description duration Showing - id movie_id starttime channelname I want to know can I store this in solr so that I keep this stucture?