Re: solr in spark

2015-04-29 Thread Costin Leau
ilto:nick.pentre...@gmail.com>>> wrote: I haven't used Solr for a long time, and haven't used Solr in Spark. However, why do you say "Elasticsearch is not a good option ..."? ES absolutely supports full-text searc

Re: Re: solr in spark

2015-04-29 Thread Jeetendra Gangele
etendra Gangele > <mailto:gangele...@gmail.com>> wrote: >> >> Thanks for reply. >> >> Elastic search index will be within my Cluster? or I need the >> separate host the elastic search? >> >> >> On 28 April 2015 at 22:03, Nick Pen

Re: Re: solr in spark

2015-04-29 Thread Costin Leau
Gangele mailto:gangele...@gmail.com>> wrote: Thanks for reply. Elastic search index will be within my Cluster? or I need the separate host the elastic search? On 28 April 2015 at 22:03, Nick Pentreath mailto:nick.pentre...@gmail.com>> wrote: I haven't used

Re: solr in spark

2015-04-28 Thread Nick Pentreath
Jeetendra Gangele wrote: > Thanks for reply. > Elastic search index will be within my Cluster? or I need the separate host > the elastic search? > On 28 April 2015 at 22:03, Nick Pentreath wrote: >> I haven't used Solr for a long time, and haven't used Solr in Spark. >&g

Re: solr in spark

2015-04-28 Thread Jeetendra Gangele
Thanks for reply. Elastic search index will be within my Cluster? or I need the separate host the elastic search? On 28 April 2015 at 22:03, Nick Pentreath wrote: > I haven't used Solr for a long time, and haven't used Solr in Spark. > > However, why do you say "Ela

Re: solr in spark

2015-04-28 Thread andy petrella
AFAIK Datastax is heavily looking at it. they have a good integration of Cassandra with it. the next was clearly to have a strong combination of the three in one of the coming releases Le mar. 28 avr. 2015 18:28, Jeetendra Gangele a écrit : > Does anyone tried using solr inside spark? > below is

Re: solr in spark

2015-04-28 Thread Nick Pentreath
I haven't used Solr for a long time, and haven't used Solr in Spark. However, why do you say "Elasticsearch is not a good option ..."? ES absolutely supports full-text search and not just filtering and grouping (in fact it's original purpose was and still is text

solr in spark

2015-04-28 Thread Jeetendra Gangele
Does anyone tried using solr inside spark? below is the project describing it. https://github.com/LucidWorks/spark-solr. I have a requirement in which I want to index 20 millions companies name and then search as and when new data comes in. the output should be list of companies matching the query