Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 71330 invoked from network); 25 Jun 2010 14:56:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Jun 2010 14:56:15 -0000 Received: (qmail 42164 invoked by uid 500); 25 Jun 2010 14:56:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 41442 invoked by uid 500); 25 Jun 2010 14:56:12 -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 41380 invoked by uid 99); 25 Jun 2010 14:56:12 -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 14:56:12 +0000 X-ASF-Spam-Status: No, hits=-1545.0 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 14:56:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5PEtpWd019320 for ; Fri, 25 Jun 2010 14:55:51 GMT Message-ID: <7194228.59581277477751590.JavaMail.jira@thor> Date: Fri, 25 Jun 2010 10:55:51 -0400 (EDT) From: "Rocco Verhoef (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (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 ] Rocco Verhoef updated LUCENE-2515: ---------------------------------- Component/s: Search > 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