Re: Using Spark like a search engine

2015-05-25 Thread Сергей Мелехин
rocess easier. >>> >>> Again, sparksql can help you convert most of the logic directly to spark >>> jobs but I would suggest exploring text indexing technologies too. >>> >>> -- ankur >>> -- >>> From: Сер

Re: Using Spark like a search engine

2015-05-25 Thread Alex Chavez
rocess easier. >> >> Again, sparksql can help you convert most of the logic directly to spark >> jobs but I would suggest exploring text indexing technologies too. >> >> -- ankur >> ------ >> From: Сергей Мелехин >> Sent: ‎5/‎24

Re: Using Spark like a search engine

2015-05-25 Thread Сергей Мелехин
хин > Sent: ‎5/‎24/‎2015 10:59 PM > To: user@spark.apache.org > Subject: Using Spark like a search engine > > HI! > We are developing scoring system for recruitment. Recruiter enters vacancy > requirements, and we score tens of thousands of CVs to this requirements, > and retu

Re: Using Spark like a search engine

2015-05-24 Thread ayan guha
Yes, spark will be useful for following areas of your application: 1. Running same function on every CV in parallel and score 2. Improve scoring function by better access to classification and clustering algorithms, within and beyond mllib. These are first benefits you can start with and then thin

RE: Using Spark like a search engine

2015-05-24 Thread ankur chauhan
suggest exploring text indexing technologies too. -- ankur -Original Message- From: "Сергей Мелехин" Sent: ‎5/‎24/‎2015 10:59 PM To: "user@spark.apache.org" Subject: Using Spark like a search engine HI! We are developing scoring system for recruitment. Recr

Using Spark like a search engine

2015-05-24 Thread Сергей Мелехин
HI! We are developing scoring system for recruitment. Recruiter enters vacancy requirements, and we score tens of thousands of CVs to this requirements, and return e.g. top 10 matches. We do not use fulltext search and sometimes even dont filter input CVs prior to scoring (some vacancies do not hav