ids in the same file?
Thanks and Regards
Sachit
-Original Message-
From: climbingrose [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 05, 2008 11:19 AM
To: solr-user@lucene.apache.org
Subject: Re: Multiple Schema File
Hi Sachit,
I think what you could do is to create all the
Hi Sachit,
I think what you could do is to create all the "core fields" of your models
such as username, role, title, body, images... You can name them with prefix
like user.username, user.role, article.title, article.body... If you want to
dynamically add more fields to your schema, you can use d
hi ,
use multi-core Solr. Each core can have its own schema.
If possible the DISCLAIMER can be dropped.
--Noble
On Thu, Jun 5, 2008 at 11:13 AM, Sachit P. Menon
<[EMAIL PROTECTED]> wrote:
> Hi folks,
>
>
>
> I have a scenario as follows:
>
>
>
> I have a CMS where in I'm storing all the contents.
Hi folks,
I have a scenario as follows:
I have a CMS where in I'm storing all the contents. I need to index all these
contents and have a search on these indexes. For indexing, I can define a
schema for all the contents. Some of the properties are like title, headline,
body, keywords, imag