[ https://issues.apache.org/jira/browse/LUCENE-5280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13793883#comment-13793883 ]
Robert Muir commented on LUCENE-5280: ------------------------------------- I would also want to fix the following: * BufferingTermFreqPayloadIteratorWrapper * SortedTermFreqPayloadIteratorWrapper * UnsortedTermFreqPayloadIteratorWrapper.java These names are too long: instead we could simpler names like BufferedInputIterator. This would be consistent with JDK classes such as BufferedReader or BufferedInputStream: should be -ed, not -ing, and doesnt need -Wrapper either. > Rename TermFreqPayloadIterator -> SuggestionIterator > ---------------------------------------------------- > > Key: LUCENE-5280 > URL: https://issues.apache.org/jira/browse/LUCENE-5280 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Michael McCandless > Assignee: Michael McCandless > Fix For: 4.6, 5.0 > > > The current name is cumbersome, and annoying to change whenever we add > something to the iterator (in this case payloads). Since we are breaking it > anyway in 4.6, I think we should take the opportunity to find a better name. -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org