Storing two different files

2008-08-28 Thread sanraj25
separately. thanks in advance suggest me a good solutions with Regards, Santhanaraj R -- View this message in context: http://www.nabble.com/Storing-two-different-files-tp19196803p19196803.html Sent from the Solr - User mailing list archive at Nabble.com.

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

Re: Storing two different files

2008-08-28 Thread Shalin Shekhar Mangar
separately. thanks in advance suggest me a good solutions with Regards, Santhanaraj R -- View this message in context: http://www.nabble.com/Storing-two-different-files-tp19196803p19196803.html Sent from the Solr - User mailing list archive at Nabble.com. -- Regards, Shalin Shekhar Mangar.

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] wrote: I