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
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
Shalin Shekhar Mangar wrote:
>
> Hi Ranjeet,
>
> Solr supports multi-valued fields and you can always denormalize your
>
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
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
>
>
>
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
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?