Re: Storing two different files

2008-08-28 Thread Walter Underwood
You don't need two schemas. Have a field "type" with values "job_post" and "job_profile", then filter based on type:job_post and type:job_profile. wunder On 8/28/08 4:57 AM, "Norberto Meijome" <[EMAIL PROTECTED]> wrote: > On Thu, 28 Aug 2008 02:01:05 -0700 (PDT) > sanraj25 <[EMAIL PROTECTED]> wr

Re: Storing two different files

2008-08-28 Thread Shalin Shekhar Mangar
Hi, You can do with one index only. Add a flag field to the schema which flags whether the data is a post or a profile. You can then use filter queries on the flag field to limit results from either post or profile. On Thu, Aug 28, 2008 at 2:31 PM, sanraj25 <[EMAIL PROTECTED]> wrote: > > Hi >

Re: Storing two different files

2008-08-28 Thread Norberto Meijome
On Thu, 28 Aug 2008 02:01:05 -0700 (PDT) sanraj25 <[EMAIL PROTECTED]> wrote: > I want to index two different files in solr.(for ex) I want to store > two tables like, job_post and job_profile in solr. But now both are stored > in same place in solr.when i get data from job_post, data come from >