[
https://issues.apache.org/jira/browse/LUCENENET-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Digy updated LUCENENET-120:
---------------------------
Attachment: KeywordTokenizer.patch
> Infinite loop in KeywordTokenizer.Next()
> ----------------------------------------
>
> Key: LUCENENET-120
> URL: https://issues.apache.org/jira/browse/LUCENENET-120
> Project: Lucene.Net
> Issue Type: Bug
> Environment: Lucene.Net 2.3.1
> Reporter: Digy
> Attachments: KeywordTokenizer.patch
>
>
> as LUCENENET-119, End of stream should be check with
> length<=0
> not with
> length==-1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.