[ 
https://issues.apache.org/jira/browse/LUCENE-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619463#action_12619463
 ] 

kawai edited comment on LUCENE-1218 at 8/4/08 3:14 AM:
---------------------------------------------------------------

As KeywordTokenizer does the same thing, I'll close this issue.
(I could not get what KEYWORD means.)

      was (Author: kawai):
    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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to