Re: Support of solr in Spark

2015-04-28 Thread Chris Hostetter
: I am thinking to index these companies name in solr since all the functionality already there? : : Do we have support for spark? https://github.com/LucidWorks/spark-solr Also of possible interest... http://lucidworks.com/blog/solr-yarn/ https://github.com/LucidWorks/yarn-proto https://issu

Support of solr in Spark

2015-04-28 Thread Jeetendra Gangele
Hi All I have around 20 million company name and I want to index them. Currently What I am doing I am tokenizing and for each token I am applying Metaphone 3 and then Stroring each token in Hbase. When I get new query(company to match) I will again tokenize and apply metaphone3 as I did when I s