[ https://issues.apache.org/jira/browse/LUCENE-5794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrien Grand closed LUCENE-5794. -------------------------------- Resolution: Invalid Not relevant anymore with the new doc-values API. > Add a slow random-access ords wrapper > ------------------------------------- > > Key: LUCENE-5794 > URL: https://issues.apache.org/jira/browse/LUCENE-5794 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Adrien Grand > Assignee: Adrien Grand > Priority: Minor > Fix For: 6.0, 4.10 > > Attachments: LUCENE-5794.patch > > > Even if you are using an algorithm that requires random access (eg. sorting > based on the maximum value), it might still be ok to allow for it > occasionally on a codec that doesn't support random access like > MemoryDocValuesFormat by having a slow random-access wrapper. This slow > wrapper would need to be enabled explicitely. This would allow to have > algorithms that are optimized on random-access codecs but still work in the > general case. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org