[jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-06-01 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500863 ] Daniel Naber commented on LUCENE-763: - Thanks, Steven. Your javadoc changes have also been committed now.

[jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-05-31 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500521 ] Steven Parkes commented on LUCENE-763: -- Can we also update the javadocs to reflect the different semantics

[jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-05-30 Thread Christian Mallwitz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500051 ] Christian Mallwitz commented on LUCENE-763: --- I have added a fixed LuceneDictionary.java and a unit test

[jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-05-30 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500230 ] Daniel Naber commented on LUCENE-763: - Thanks for your patch. I think there's a problem with the iterator which

[jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-01-03 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462042 ] Steven Parkes commented on LUCENE-763: -- I was wondering about something very similar just recently: to call

[jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-01-03 Thread Dan Ertman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462054 ] Dan Ertman commented on LUCENE-763: --- Ah, that makes sense. So the one basically behaves like ResultSet - the