Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 8701 invoked from network); 25 Jun 2010 16:41:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Jun 2010 16:41:13 -0000 Received: (qmail 93055 invoked by uid 500); 25 Jun 2010 16:41:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 92956 invoked by uid 500); 25 Jun 2010 16:41:11 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 92948 invoked by uid 99); 25 Jun 2010 16:41:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 16:41:11 +0000 X-ASF-Spam-Status: No, hits=-1545.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 16:41:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5PGeo1X020231 for ; Fri, 25 Jun 2010 16:40:50 GMT Message-ID: <13801166.60791277484050444.JavaMail.jira@thor> Date: Fri, 25 Jun 2010 12:40:50 -0400 (EDT) From: "Uwe Schindler (JIRA)" To: dev@lucene.apache.org Subject: [jira] Closed: (LUCENE-2515) Expose ExecutorService in ParallelMultiSearcher In-Reply-To: <13786544.59561277477750569.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-2515. --------------------------------- Resolution: Duplicate Duplicate of LUCENE-2440. > Expose ExecutorService in ParallelMultiSearcher > ----------------------------------------------- > > Key: LUCENE-2515 > URL: https://issues.apache.org/jira/browse/LUCENE-2515 > Project: Lucene - Java > Issue Type: New Feature > Components: Search > Affects Versions: 2.9.3, 3.0.2 > Reporter: Rocco Verhoef > > I am constructing multiple lucene indexes to be search in parallel and updated multiple times per second. To keep control over the amounts of search threads created, please allow a ExecutorService to be supplied to the ParallelMultiSearcher so they can share resources. > Also, please make it optional to have the shutdown or shutdownNow method of the executor called in (for example) the finalize method of ParallelMultiSearcher. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org