Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F23ADAE4 for ; Tue, 18 Sep 2012 00:39:09 +0000 (UTC) Received: (qmail 41696 invoked by uid 500); 18 Sep 2012 00:39:08 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 41604 invoked by uid 500); 18 Sep 2012 00:39:08 -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 41430 invoked by uid 99); 18 Sep 2012 00:39:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2012 00:39:08 +0000 Date: Tue, 18 Sep 2012 11:39:08 +1100 (NCT) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Message-ID: <972578169.90530.1347928748194.JavaMail.jiratomcat@arcas> In-Reply-To: <774338005.90529.1347928748120.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (LUCENE-4404) Add ListOfOutputs FST Outputs, replacing UpToTwoPositiveIntOutputs 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-4404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4404: --------------------------------------- Attachment: LUCENE-4404.patch Patch, I think it's ready. > Add ListOfOutputs FST Outputs, replacing UpToTwoPositiveIntOutputs > ------------------------------------------------------------------ > > Key: LUCENE-4404 > URL: https://issues.apache.org/jira/browse/LUCENE-4404 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Michael McCandless > Assignee: Michael McCandless > Attachments: LUCENE-4404.patch > > > Spinoff from LUCENE-3842. This just generalizes the > UpToTwoPositiveIntOutputs to a list of any arbitrary output, by > wrapping any other Outputs impl. I also made separate methods to > write/read a node-final output: since list of values can only occur on > a final node output, this impl optimizes and avoids writing an extra > byte per label for normal arc labels. > This also fixes a bug in Builder that was sometimes failing to join > multiple outputs together. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org