Re: Solr for noSQL

2011-02-01 Thread openvictor Open
sounded like you weren't doing cool > > stuff. > > > No offense whatsoever. I think my longer reply paints a more accurate light > on what Lily means in terms of "SOLR for NoSQL", and it was your reaction > who triggered this additional explanation. > > > &g

Re: Solr for noSQL

2011-02-01 Thread Steven Noels
On Tue, Feb 1, 2011 at 11:52 AM, Upayavira wrote: > > Apologies if my "nothing funky" sounded like you weren't doing cool > stuff. No offense whatsoever. I think my longer reply paints a more accurate light on what Lily means in terms of "SOLR for NoSQL&q

Re: Solr for noSQL

2011-02-01 Thread Upayavira
On Tue, 01 Feb 2011 07:22 +0100, "Steven Noels" wrote: > On Mon, Jan 31, 2011 at 9:38 PM, Upayavira wrote: > > > > > > > On Mon, 31 Jan 2011 08:40 -0500, "Estrada Groups" > > wrote: > > > What are the advantages of using something like HBase over your standard > > > Lucene index with Solr? It

Re: Solr for noSQL

2011-01-31 Thread Steven Noels
On Mon, Jan 31, 2011 at 9:38 PM, Upayavira wrote: > > > On Mon, 31 Jan 2011 08:40 -0500, "Estrada Groups" > wrote: > > What are the advantages of using something like HBase over your standard > > Lucene index with Solr? It would seem to me like you'd be losing a lot of > > what Lucene has to off

Re: Solr for noSQL

2011-01-31 Thread Upayavira
On Mon, 31 Jan 2011 08:40 -0500, "Estrada Groups" wrote: > What are the advantages of using something like HBase over your standard > Lucene index with Solr? It would seem to me like you'd be losing a lot of > what Lucene has to offer!?! I think Steven is saying that he has an indexer app that

Re: Solr for noSQL

2011-01-31 Thread Estrada Groups
What are the advantages of using something like HBase over your standard Lucene index with Solr? It would seem to me like you'd be losing a lot of what Lucene has to offer!?! Adam On Jan 31, 2011, at 5:34 AM, Steven Noels wrote: > On Fri, Jan 28, 2011 at 1:30 AM, Jianbin Dai wrote: > >> Hi,

Re: Solr for noSQL

2011-01-31 Thread Steven Noels
On Fri, Jan 28, 2011 at 1:30 AM, Jianbin Dai wrote: > Hi, > > > > Do we have data import handler to fast read in data from noSQL database, > specifically, MongoDB I am thinking to use? > > Or a more general question, how does Solr work with noSQL database? > Can't say anything about MongoDB, bu

Re: Solr for noSQL

2011-01-28 Thread Dennis Gearon
501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. - Original Message From: Upayavira To: solr-user@lucene.apache.org Sent: Fri, January 28, 2011 1:41:42 AM Subject: Re: Solr for noSQL On Thu, 27 Jan 2011 21:38 -0800, "Dennis Gearon" wrote: &g

Re: Solr for noSQL

2011-01-28 Thread Alejandro Delgadillo
wn mistakes. It is usually a >> better >> idea to learn from others¹ mistakes, so you do not have to make them >> yourself. >> from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' >> >> >> EARTH has a Right To Life, >> o

Re: Solr for noSQL

2011-01-28 Thread Erick Erickson
rity/?p=4501&tag=nl.e036' > > > EARTH has a Right To Life, > otherwise we all die. > > > > - Original Message > From: Lance Norskog > To: solr-user@lucene.apache.org > Sent: Thu, January 27, 2011 9:33:25 PM > Subject: Re: Solr for noSQL > > The

Re: Solr for noSQL

2011-01-28 Thread Upayavira
On Thu, 27 Jan 2011 21:38 -0800, "Dennis Gearon" wrote: > Why not make one's own DIH handler, Lance? Personally, I don't like that approach. Solr is best related to as something of a black box that you configure, then push content to. Having Solr know about your data sources, and pull content i

Re: Solr for noSQL

2011-01-27 Thread Gora Mohanty
On Fri, Jan 28, 2011 at 6:00 AM, Jianbin Dai wrote: [...] > Do we have data import handler to fast read in data from noSQL database, > specifically, MongoDB I am thinking to use? [...] Have you tried the links that a Google search turns up? Some of them look like pretty good prospects. Regards,

Re: Solr for noSQL

2011-01-27 Thread Dai Jianbin 00901725
Do we have performance measurement? Would it be much slower compared to other DIH? > There no special connectors available to read from the key-value > stores like memcache/cassandra/mongodb. You would have to get a Java > client library for the DB and code your own dataimporthandler > datasourc

Re: Solr for noSQL

2011-01-27 Thread Dennis Gearon
ic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. - Original Message From: Lance Norskog To: solr-user@lucene.apache.org Sent: Thu, January 27, 2011 9:33:25 PM Subject: Re: Solr for noSQL There no special connectors available to read

Re: Solr for noSQL

2011-01-27 Thread Lance Norskog
There no special connectors available to read from the key-value stores like memcache/cassandra/mongodb. You would have to get a Java client library for the DB and code your own dataimporthandler datasource. I cannot recommend this; you should make your own program to read data and upload to Solr

Solr for noSQL

2011-01-27 Thread Jianbin Dai
Hi, Do we have data import handler to fast read in data from noSQL database, specifically, MongoDB I am thinking to use? Or a more general question, how does Solr work with noSQL database? Thanks. Jianbin