You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Baskar Sikkayan <ba...@gmail.com> on 2013/10/27 02:52:29 UTC

Solr For

Hi,
   Looking for solr config for Job Site. In a job site there are 2 main
searches.

1) Employee can search for job ( based on skill set, job location, title,
salary )
2) Employer can search for employees ( based on skill set, exp, location,
.... )

Should i have a separate config xml for both searches?

Thanks,
Baskar

Re: Solr For

Posted by "michael.boom" <my...@yahoo.com>.
You're describing two different entities: Job and Employee.
Since they are clearly different in any way you will need two different
cores with two different schemas.



-----
Thanks,
Michael
--
View this message in context: http://lucene.472066.n3.nabble.com/Solr-For-tp4097928p4098025.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr For

Posted by Gora Mohanty <go...@mimirtech.com>.
On 27 October 2013 07:22, Baskar Sikkayan <ba...@gmail.com> wrote:
>
> Hi,
>    Looking for solr config for Job Site. In a job site there are 2 main
> searches.
>
> 1) Employee can search for job ( based on skill set, job location, title,
> salary )
> 2) Employer can search for employees ( based on skill set, exp, location,
> .... )

Please do some basic homework, and ask more specific questions.
This should be a simple problem to start with, but can become quite
complex depending on your needs, and nobody is going to do all the
configuration work for you. There are many Solr resources available:
Books, tutorials from searching Google, the Solr documentation itself.
A good starting point could be http://wiki.apache.org/solr/

> Should i have a separate config xml for both searches?

That should not be needed.

Regards,
Gora

Re: Solr For

Posted by Amit Aggarwal <am...@gmail.com>.
Depends .... One core one schema file ... One solrconfig.xml .

So if you want only one core then put all required fields of both search in
one schema file and carry out your searches .... Otherwise make two cores
having two schema file and perform searches accordingly ...
On 27-Oct-2013 7:22 AM, "Baskar Sikkayan" <ba...@gmail.com> wrote:

> Hi,
>    Looking for solr config for Job Site. In a job site there are 2 main
> searches.
>
> 1) Employee can search for job ( based on skill set, job location, title,
> salary )
> 2) Employer can search for employees ( based on skill set, exp, location,
> .... )
>
> Should i have a separate config xml for both searches?
>
> Thanks,
> Baskar
>