RE: Multiple Schema File

2008-06-05 Thread Sachit P. Menon
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

Multiple Schema File

2008-06-04 Thread Sachit P. Menon
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,

Re: Multiple Schema File

2008-06-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
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. I need to

Re: Multiple Schema File

2008-06-04 Thread climbingrose
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