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
Thanks Otis, Is it possible to get my hands on the ability in lucene utilizing patches before it is released to the public? (sorry to ask) - How close is it in the source code if I didn't care about the documentation/packaging/etc..? So from what it sounds like, this would be a realtime store(wit

Re: Realtime Searching..

2009-02-06 Thread Otis Gospodnetic
Michael, The short answer is that Solr is not there yet, but will be. Expect to see real-time search in Lucene first, then in Solr. We have a case study about real-time search with Lucene in the upcoming Lucene in Action 2, but a more tightly integrated real-time search will be added to Lucene