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]> 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 >> job_profile also.So i want to maintain the data of job_post and job_profile >> separately. > > hi :) > you need to have 2 separate schemas, and therefore 2 separate indexes. You > should read about MultiCore in the wiki. > > B > > _________________________ > {Beto|Norberto|Numard} Meijome > > "Unix is very simple, but it takes a genius to understand the simplicity." > Dennis Ritchie > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. > Reading disclaimers makes you go blind. Writing them is worse. You have been > Warned.