nested data structure definition

2008-07-28 Thread Ranjeet
Hi, Can we defined nested data structure in schema.xml for searching? is it prossible or not? Thanks & Regards, Ranjeet Jha

Re: nested data structure definition

2008-07-28 Thread Shalin Shekhar Mangar
Hi Ranjeet, Solr supports multi-valued fields and you can always denormalize your data. Can you give more details on the problem you are trying to solve? On Mon, Jul 28, 2008 at 3:20 PM, Ranjeet <[EMAIL PROTECTED]>wrote: > Hi, > > Can we defined nested data structure in schema.xml for searching?

Re: nested data structure definition

2008-07-28 Thread Ranjeet
t; <[EMAIL PROTECTED]> To: Sent: Monday, July 28, 2008 3:55 PM Subject: Re: nested data structure definition Hi Ranjeet, Solr supports multi-valued fields and you can always denormalize your data. Can you give more details on the problem you are trying to solve? On Mon, Jul 28, 2008 at

Re: nested data structure definition

2008-07-28 Thread Shalin Shekhar Mangar
Category uder Catalog, how can I do this. > > > Regards, > Ranjeet > - Original Message - From: "Shalin Shekhar Mangar" < > [EMAIL PROTECTED]> > To: > Sent: Monday, July 28, 2008 3:55 PM > Subject: Re: nested data structure definition > > >

RE: nested data structure definition

2008-07-28 Thread Lance Norskog
have to denormalize them into one. The optional fields feature can be useful here. Lance -Original Message- From: Ranjeet [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 3:48 AM To: solr-user@lucene.apache.org Subject: Re: nested data structure definition Hi, In our case there is

Re: nested data structure definition

2008-07-28 Thread matt connolly
gt; prossible or not? >> > -- View this message in context: http://www.nabble.com/nested-data-structure-definition-tp18687164p18706307.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: nested data structure definition

2008-07-29 Thread Norberto Meijome
On Mon, 28 Jul 2008 23:37:22 -0700 (PDT) matt connolly <[EMAIL PROTECTED]> wrote: > In my site, I have a document, which may have multiple comments. > > For each comment, I would like to know several pieces of information, like: > text, author, and date. Matt, please read the documentation abou