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 532477D7D for ; Tue, 23 Aug 2011 14:32:55 +0000 (UTC) Received: (qmail 78662 invoked by uid 500); 23 Aug 2011 14:32:53 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 78572 invoked by uid 500); 23 Aug 2011 14:32:53 -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 78554 invoked by uid 99); 23 Aug 2011 14:32:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 14:32:52 +0000 X-ASF-Spam-Status: No, hits=-2000.9 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 14:32:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 74F37CB940 for ; Tue, 23 Aug 2011 14:32:29 +0000 (UTC) Date: Tue, 23 Aug 2011 14:32:29 +0000 (UTC) From: "Olivier Favre (JIRA)" To: dev@lucene.apache.org Message-ID: <1143347899.5363.1314109949475.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <804329635.1143.1314022349064.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (LUCENE-3392) Combining analyzers output MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Favre updated LUCENE-3392: ---------------------------------- Attachment: ComboAnalyzer-lucene-trunk.patch Patch for lucene-trunk. Tested with sun's Java 1.6.0_26-b03. Adds support for Reader cloning in lucene's core, and the analysis stuff in modules/analysis/common > Combining analyzers output > -------------------------- > > Key: LUCENE-3392 > URL: https://issues.apache.org/jira/browse/LUCENE-3392 > Project: Lucene - Java > Issue Type: New Feature > Reporter: Olivier Favre > Priority: Minor > Labels: analysis > Fix For: 3.4 > > Attachments: ComboAnalyzer-lucene-trunk.patch, ComboAnalyzer-lucene3x.patch > > Original Estimate: 48h > Remaining Estimate: 48h > > It should be easy to combine the output of multiple Analyzers, or TokenStreams. > A ComboAnalyzer and a ComboTokenStream class would take multiple instances, and multiplex their output, keeping a rough order of tokens like increasing position then increasing start offset then increasing end offset. -- This message is automatically generated by JIRA. 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