From java-dev-return-26646-apmail-lucene-java-dev-archive=lucene.apache.org@lucene.apache.org Mon Aug 04 10:16:39 2008 Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 50122 invoked from network); 4 Aug 2008 10:16:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Aug 2008 10:16:39 -0000 Received: (qmail 64615 invoked by uid 500); 4 Aug 2008 10:16:35 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 64559 invoked by uid 500); 4 Aug 2008 10:16:35 -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 64550 invoked by uid 99); 4 Aug 2008 10:16:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2008 03:16:35 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2008 10:15:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 91D61234C18C for ; Mon, 4 Aug 2008 03:15:45 -0700 (PDT) Message-ID: <279267206.1217844945592.JavaMail.jira@brutus> Date: Mon, 4 Aug 2008 03:15:45 -0700 (PDT) From: "Hiroaki Kawai (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Closed: (LUCENE-1218) PassTokenizerFilter that pass text in a Token In-Reply-To: <467678952.1205228446586.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-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiroaki Kawai closed LUCENE-1218. --------------------------------- Resolution: Won't Fix Lucene Fields: (was: [Patch Available, New]) As KeywordTokenizer does the same thing, I'll close this issue. # I could not get what KEYWORD means. > PassTokenizerFilter that pass text in a Token > --------------------------------------------- > > Key: LUCENE-1218 > URL: https://issues.apache.org/jira/browse/LUCENE-1218 > Project: Lucene - Java > Issue Type: New Feature > Components: Analysis > Reporter: Hiroaki Kawai > Priority: Minor > Attachments: PassTokenizer.java > > > The PassTokenizer passes a text in a TokenStream that has a single token in its stream. > This Tokenizer(attached) is very useful for debugging. You may test TokenFilter that will do sub-tokenization in a token. This Tokenizer is also useful for debugging the tokenization process dependent on the TokenFilter order. > This Tokenizer is not suitable for processing a large text field. -- 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