Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 27631 invoked from network); 21 Aug 2008 17:53:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2008 17:53:11 -0000 Received: (qmail 89976 invoked by uid 500); 21 Aug 2008 17:53:02 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 89603 invoked by uid 500); 21 Aug 2008 17:53:00 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 89509 invoked by uid 99); 21 Aug 2008 17:53:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2008 10:53:00 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of karl.wettin@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2008 17:52:01 +0000 Received: by ug-out-1314.google.com with SMTP id u2so58517uge.23 for ; Thu, 21 Aug 2008 10:52:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:mime-version:subject:date:references :x-mailer; bh=SwFp/ntoeHOzv3CGgv8YCMSXuKkl1Uj4ypHvx7tYlAE=; b=gzJXprk6e0z0+xk1ac5AXMAySW52imBkM+hSd2akz7AVCS3qSkIr8KmcZ76wV5cN7P EPvPaSfL32UxRoZwhuujdRvwf3dIf7zF22/8+crs1CBCHkOiNgnWJoJE3b5vc2UTNIRx N3hvmGgpxWTT1itNhYdadiU/hGloQy2kgGSeU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type:mime-version:subject :date:references:x-mailer; b=bu7UuXs5lwyCGv3V1YUQYXRZeK/FB1LBm49SQfaduQFVi7oVyhuVYa5uY/eSGS7FrS Et3AtpeAx5I6BSa6S93pgDhCi6FjoniqEhvETuRBO6i1R0C6lSjD/f2nmmwq0nhUiVqr JQT5TrXJjjpsqFQ+GtFh8eJBufvPJbT7Kt5c4= Received: by 10.67.27.3 with SMTP id e3mr1664949ugj.74.1219341149557; Thu, 21 Aug 2008 10:52:29 -0700 (PDT) Received: from kodapan.lan ( [83.249.107.81]) by mx.google.com with ESMTPS id 27sm162521ugp.14.2008.08.21.10.52.26 (version=SSLv3 cipher=RC4-MD5); Thu, 21 Aug 2008 10:52:27 -0700 (PDT) Message-Id: <2DFD9FFB-11E3-4EB8-A67D-D0CA73D1B053@gmail.com> From: Karl Wettin To: java-dev@lucene.apache.org In-Reply-To: <85d3c3b60808210707g6629d095n52f301adb0820161@mail.gmail.com> Content-Type: multipart/alternative; boundary=Apple-Mail-3-515776796 Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: IndexReaderWriter Date: Thu, 21 Aug 2008 19:52:25 +0200 References: <85d3c3b60808201508t1684b010g827249c163324bfb@mail.gmail.com> <885F1456-AF32-48B1-B965-82DC1D1BC2B5@mikemccandless.com> <85d3c3b60808210707g6629d095n52f301adb0820161@mail.gmail.com> X-Mailer: Apple Mail (2.926) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-3-515776796 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit 21 aug 2008 kl. 16.07 skrev Jason Rutherglen: > Is there someone who can help me with the committing to contrib? > Karl Wettin perhaps? It would be good to work with someone on the > committing so that all the concepts are flushed out and documented. As everybody else I'm rather busy with all these other projects, but I've been keeping track of what you have been up to and I'll review and play around with your patch ASAP. karl > > > On Thu, Aug 21, 2008 at 9:53 AM, Grant Ingersoll > wrote: > > On Aug 21, 2008, at 5:42 AM, Michael McCandless wrote: > > > I agree: getting real-time search working natively in Lucene is an > important goal. > > +1. It's gotta be one of the most popular questions I get asked in > training/consulting jobs. > > > > > I think as an immediate step we should get Ocean committed in contrib? > This way users can easily try it out, report back, etc. > > +1 > > > > > Ocean is nice in that it operates above Lucene's core (using > InstantiatedIndex/Reader to handle the "live" additions). Besides > LUCENE-1314 (forcing IndexReader.reopen to return a clone even when no > changes have been committed to the index), are there any other pending > core changes that Ocean needs? > > Mike > > Jason Rutherglen wrote: > > Hello all, > > Michael McCandless and Yonik Seeley and I were discussing the > IndexReaderWriter which would be a combined IndexReader and > IndexWriter class. The name of the class can change. One key > feature that can be added is realtime search. Realtime search would > enable Lucene to have database like functionality whereby each > update is immediately searchable as opposed to today where each > update is searchable after a commit. The Ocean code implements > realtime search and could provide the basis for this functionality. > I would like to get to an agreement on the scope and functionality > of the project and gather input. > > Thanks! > > Jason Rutherglen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > > --Apple-Mail-3-515776796 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
21 aug 2008 kl. = 16.07 skrev Jason Rutherglen:

Is there someone who can help me with the committing to = contrib?  Karl Wettin perhaps?  It would be good to work with = someone on the committing so that all the concepts are flushed out and = documented. 

As everybody = else I'm rather busy with all these other projects, but I've been = keeping track of what you have been up to and I'll review and play = around with your patch = ASAP.


       =   karl




On Thu, Aug 21, 2008 at = 9:53 AM, Grant Ingersoll <gsingers@apache.org> = wrote:

On Aug 21, 2008, at 5:42 AM, Michael = McCandless wrote:


I agree: getting real-time search = working natively in Lucene is an
important goal.
=
+1.  It's gotta be one of the most popular questions I = get asked in training/consulting jobs.


=

=
I think as an immediate step we should get Ocean committed in = contrib?
This way users can easily try it out, report back, etc.
=

+1

=

=
Ocean is nice in that it operates above Lucene's core (using
= InstantiatedIndex/Reader to handle the "live" additions). =  Besides
LUCENE-1314 (forcing IndexReader.reopen to return a = clone even when no
changes have been committed to the index), are = there any other pending
core changes that Ocean needs?

= Mike

Jason Rutherglen wrote:

Hello all,
=
Michael McCandless and Yonik Seeley and I were discussing the = IndexReaderWriter which would be a combined IndexReader and IndexWriter = class.  The name of the class can change.  One key feature = that can be added is realtime search.  Realtime search would enable = Lucene to have database like functionality whereby each update is = immediately searchable as opposed to today where each update is = searchable after a commit.  The Ocean code implements realtime = search and could provide the basis for this functionality.  I would = like to get to an agreement on the scope and functionality of the = project and gather input.

Thanks!

Jason Rutherglen
=


= ---------------------------------------------------------------------
= To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For = additional commands, e-mail: java-dev-help@lucene.apache.org

=


= ---------------------------------------------------------------------
= To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For = additional commands, e-mail: java-dev-help@lucene.apache.org

=


= --Apple-Mail-3-515776796--