[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch That actually needed a couple of tweaks. > Change IndexSearcher to

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch I think this is almost there: added the new logic to relevance and h

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch A filter fix thats closer to correct and a new test. > Change Inde

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch Hmmm...well this makes the test pass (I subtract the base from the f

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1483: --- Attachment: LUCENE-1483.patch Exellent! That was a sneaky one. I attached a tiny c

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-10 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch Okay, now its as fast, if not a bit faster. I was doing the priority

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch Here is what I've got. The final sort test still fails, but the rest

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Comment: was deleted > Change IndexSearcher to use MultiSearcher semantics for sorted searches > -

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for sorted searches

2008-12-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch I had meant to attach a patch, but then a bunch of stuff wasn't work