[jira] [Updated] (LUCENE-5418) Don't use .advance on costly (e.g. distance range facets) filters

2014-01-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5418: --- Attachment: LUCENE-5418.patch New patch, throwing UOE from DocIdSet.iterator() for

[jira] [Updated] (LUCENE-5418) Don't use .advance on costly (e.g. distance range facets) filters

2014-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5418: --- Attachment: LUCENE-5418.patch Patch, I think it's ready. I simplified