[
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
[
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
[
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
[
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
[
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