[jira] [Updated] (LUCENE-8041) All Fields.terms(fld) impls should be O(1) not O(log(N))

2019-05-16 Thread Huy Le (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huy Le updated LUCENE-8041: --- Attachment: LUCENE-8041-LinkedHashMap.patch > All Fields.terms(fld) impls should be O(1) not O(log(N)) > ---

[jira] [Updated] (LUCENE-8041) All Fields.terms(fld) impls should be O(1) not O(log(N))

2018-06-11 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-8041: - Summary: All Fields.terms(fld) impls should be O(1) not O(log(N)) (was: All Fields.terms(fld) i