Re: Realtime Searching..

2009-03-25 Thread Otis Gospodnetic
: solr-user@lucene.apache.org > Sent: Wednesday, March 25, 2009 2:34:04 PM > Subject: Re: Realtime Searching.. > > Hi Jon: > We are running various LinkedIn search systems on Zoie in production. > > -John > > On Thu, Feb 19, 2009 at 9:11 AM, Jon Baer wrote: > >

Re: Realtime Searching..

2009-03-25 Thread John Wang
Hi Jon: We are running various LinkedIn search systems on Zoie in production. -John On Thu, Feb 19, 2009 at 9:11 AM, Jon Baer wrote: > This part: > > The part of Zoie that enables real-time searchability is the fact that > ZoieSystem contains three IndexDataLoader objects: > >* a RAMLuc

Re: Realtime Searching..

2009-02-19 Thread Otis Gospodnetic
e get true near real-time search added to Lucene and then Solr. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Genta Kaneyama > To: solr-user@lucene.apache.org > Sent: Thursday, February 19, 2009 10:44:37 PM > Subject: Re: R

Re: Realtime Searching..

2009-02-19 Thread Jon Baer
This part: The part of Zoie that enables real-time searchability is the fact that ZoieSystem contains three IndexDataLoader objects: * a RAMLuceneIndexDataLoader, which is a simple wrapper around a RAMDirectory, * a DiskLuceneIndexDataLoader, which can index directly to the FSDire

Re: Realtime Searching..

2009-02-19 Thread Genta Kaneyama
Michael, I think you might be get interested in "zoie". zoie: real-time search and indexing system built on Apache Lucene http://code.google.com/p/zoie/ Zoie is realtime search project for lucene by Linkedin. Basically, I think it is similar technique to a Otis's trick. >>In the mean time you

Re: Realtime Searching..

2009-02-06 Thread Otis Gospodnetic
HDFS, depending on your precise needs), etc. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch From: Michael Austin To: solr-user@lucene.apache.org Sent: Friday, February 6, 2009 3:18:44 PM Subject: Re: Realtime Searching.. Just to back u

Re: Realtime Searching..

2009-02-06 Thread Michael Austin
Just to back up and think about if solr/lucene realtime updating is what I want to begin with.. Would this be something that a twitter type system might use to be more scalable and fast? Let's just say that I have a site with as much message traffic as twitter and I want to be able to update and s

Re: Realtime Searching..

2009-02-06 Thread Michael Austin
matext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > > > From: Michael Austin > To: solr-user@lucene.apache.org > Sent: Friday, February 6, 2009 1:02:43 PM > Subject: Realtime Searching.. > > I need to find a solution for our current social applicatio

Re: Realtime Searching..

2009-02-06 Thread Otis Gospodnetic
From: Michael Austin To: solr-user@lucene.apache.org Sent: Friday, February 6, 2009 1:02:43 PM Subject: Realtime Searching.. I need to find a solution for our current social application. It's low traffic now because we are early on.. However I'm expecting and want to be prepair

Realtime Searching..

2009-02-06 Thread Michael Austin
I need to find a solution for our current social application. It's low traffic now because we are early on.. However I'm expecting and want to be prepaired to grow. We have messages of different "types" that are aggregated into one stream. Each of these message types have much different data so th