Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 45388 invoked from network); 13 Jul 2007 20:46:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jul 2007 20:46:28 -0000 Received: (qmail 39053 invoked by uid 500); 13 Jul 2007 20:46:28 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 38994 invoked by uid 500); 13 Jul 2007 20:46:27 -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 38982 invoked by uid 99); 13 Jul 2007 20:46:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 13:46:27 -0700 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, 13 Jul 2007 13:46:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A91B371420A for ; Fri, 13 Jul 2007 13:46:04 -0700 (PDT) Message-ID: <5568003.1184359564688.JavaMail.jira@brutus> Date: Fri, 13 Jul 2007 13:46:04 -0700 (PDT) From: "Yonik Seeley (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-959) Document Vector->ArrayList In-Reply-To: <6478177.1184359444934.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/LUCENE-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-959: -------------------------------- Attachment: Document.patch Trivial patch attached. Any concerns? > Document Vector->ArrayList > -------------------------- > > Key: LUCENE-959 > URL: https://issues.apache.org/jira/browse/LUCENE-959 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Yonik Seeley > Priority: Trivial > Attachments: Document.patch > > > Document Vector should be changed to ArrayList. > Document is not advertised to be thread safe, and it's doubtful that anyone modifies a Document from multiple threads. -- 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: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org