Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 48225 invoked from network); 25 Jan 2008 05:29:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jan 2008 05:29:58 -0000 Received: (qmail 35091 invoked by uid 500); 25 Jan 2008 05:29:48 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 35057 invoked by uid 500); 25 Jan 2008 05:29:48 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 35046 invoked by uid 99); 25 Jan 2008 05:29:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2008 21:29:48 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2008 05:29:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C7A2D71422B for ; Thu, 24 Jan 2008 21:29:34 -0800 (PST) Message-ID: <4812268.1201238974815.JavaMail.jira@brutus> Date: Thu, 24 Jan 2008 21:29:34 -0800 (PST) From: "Yonik Seeley (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Resolved: (SOLR-457) A multi threaded implementation for solrJ In-Reply-To: <24582268.1200437258783.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-457. ------------------------------- Resolution: Fixed committed (with recommended changes). I'm resolving this bug, as I think the rest of the mult-threadedness that is needed for distributed search belongs there. There *is* more MT support needed in SolrJ, but in the form of performance enhancements when indexing to a single SolrServer I think. Something that will enable multiple indexing threads without requiring the user write a multi-threaded client. It should be relatively easy with the Java5 concurrency stuff. > A multi threaded implementation for solrJ > ----------------------------------------- > > Key: SOLR-457 > URL: https://issues.apache.org/jira/browse/SOLR-457 > Project: Solr > Issue Type: New Feature > Components: clients - java > Affects Versions: 1.3 > Reporter: patrick o'leary > Priority: Minor > Attachments: multithreaded-solrj.patch, solrj.patch > > > Provide a multi threaded implementation of CommonsHttpSolrServer > For usage with distributed searching in solr-303 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.