Return-Path: X-Original-To: apmail-lucene-pylucene-dev-archive@minotaur.apache.org Delivered-To: apmail-lucene-pylucene-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4381A11463 for ; Mon, 18 Aug 2014 16:39:30 +0000 (UTC) Received: (qmail 13763 invoked by uid 500); 18 Aug 2014 16:39:30 -0000 Delivered-To: apmail-lucene-pylucene-dev-archive@lucene.apache.org Received: (qmail 13737 invoked by uid 500); 18 Aug 2014 16:39:30 -0000 Mailing-List: contact pylucene-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-dev@lucene.apache.org Received: (qmail 13724 invoked by uid 99); 18 Aug 2014 16:39:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2014 16:39:29 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of janssen@parc.com designates 13.1.64.93 as permitted sender) Received: from [13.1.64.93] (HELO alpha.xerox.com) (13.1.64.93) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2014 16:39:04 +0000 Received: from localhost (localhost [127.0.0.1]) by alpha.xerox.com (Postfix) with ESMTP id 1B50B2A61FF; Mon, 18 Aug 2014 09:39:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at parc.com Received: from alpha.xerox.com ([127.0.0.1]) by localhost (alpha.xerox.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LFNMqZvgikhI; Mon, 18 Aug 2014 09:39:01 -0700 (PDT) Received: from parc.com (vandusen.parc.xerox.com [13.1.100.21]) by alpha.xerox.com (Postfix) with ESMTP id E41872A61E9; Mon, 18 Aug 2014 09:39:01 -0700 (PDT) To: pylucene-dev@lucene.apache.org Subject: Re: add multithread indexing sample? In-reply-to: References: Comments: In-reply-to Jeff Breidenbach message dated "Sat, 16 Aug 2014 18:49:44 -0700." Cc: janssen@parc.com X-Mailer: MH-E 8.5; nmh 1.3; GNU Emacs 24.3.50 Date: Mon, 18 Aug 2014 09:36:31 -0700 Message-ID: <20056.1408379791@parc.com> From: Bill Janssen X-Virus-Checked: Checked by ClamAV on apache.org Jeff Breidenbach wrote: > Does it make sense to add a multithreaded indexing example to the > samples directory? Mike McCandles has such fun graphs, and it would be > fun to chase them in python. > > http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html Go for it, Jeff! Bill