[jira] Resolved: (LUCENE-1101) TokenStream.next(Token) reuse 'policy': calling Token.clear() should be responsibility of producer.

2007-12-29 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen resolved LUCENE-1101. - Resolution: Fixed Committed, thanks for the reviews Yonik & Mike! > TokenStream.next(Token) reu

[jira] Commented: (LUCENE-1101) TokenStream.next(Token) reuse 'policy': calling Token.clear() should be responsibility of producer.

2007-12-29 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554980 ] Doron Cohen commented on LUCENE-1101: - Thanks Mike, I'll remove the call from DocumentsWriter and updated the ja

[jira] Updated: (LUCENE-1101) TokenStream.next(Token) reuse 'policy': calling Token.clear() should be responsibility of producer.

2007-12-29 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1101: Attachment: lucene-1101.patch Updated patch calling Token.clear() only by producers and javadocs u

[jira] Updated: (LUCENE-1101) TokenStream.next(Token) reuse 'policy': calling Token.clear() should be responsibility of producer.

2007-12-29 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-1101: Summary: TokenStream.next(Token) reuse 'policy': calling Token.clear() should be responsibility of

[jira] Commented: (LUCENE-1101) Tokenizers should reset positionIncrement to 1 in their next(Token result)

2007-12-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554908 ] Michael McCandless commented on LUCENE-1101: {quote} But I think it would be cleaner/safer to move the r