[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-06-11 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1345: - Fix Version/s: (was: 2.9) 3.1 Since I don't think I'll get to providing

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-03-22 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1345: - Attachment: LUCENE-1345.patch An interim update (22 March 2009) to the patch for this issue.

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1345: -- Attachment: LUCENE-1345-Filter+Query-merge.patch Attached is a patch, that merges

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1345: --- Fix Version/s: 2.9 Allow Filter as clause to BooleanQuery

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2009-01-09 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-1345: -- Attachment: booleansetperf.txt Added And/Or/Not DocidSet/Iterators code ported over from Kamikaze:

Re: [jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-31 Thread Stephen Green
On Jul 30, 2008, at 3:33 PM, Yonik Seeley wrote: On Wed, Jul 30, 2008 at 3:17 PM, Stephen Green [EMAIL PROTECTED] wrote: Might the description here: http://weblogs.java.net/blog/kohsuke/archive/2008/03/deep_dive_into.html help? Sweet! Thanks! Glad to help :-) Steve -- Stephen Green

Re: [jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-30 Thread Yonik Seeley
disclaimer: this is just for fun differences should be in the noise in any complex system, and I'm not suggesting any code changes. Actually, with 32 bit registers, x0 should be faster than x==-1 by one cycle. If it doesn't test faster, then it's because of some optimizations that could be

Re: [jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-30 Thread Michael McCandless
Neat! Do you know how to get the corresponding asm that the hostpot compiler produces? This way we can see if this difference survives through java... Mike Yonik Seeley wrote: disclaimer: this is just for fun differences should be in the noise in any complex system, and I'm not

Re: [jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-30 Thread Yonik Seeley
On Wed, Jul 30, 2008 at 3:06 PM, Michael McCandless [EMAIL PROTECTED] wrote: Neat! Do you know how to get the corresponding asm that the hostpot compiler produces? This way we can see if this difference survives through java... Unfortunately, no. I've looked in the past and couldn't find

Re: [jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-30 Thread Stephen Green
On Jul 30, 2008, at 3:12 PM, Yonik Seeley wrote: On Wed, Jul 30, 2008 at 3:06 PM, Michael McCandless [EMAIL PROTECTED] wrote: Neat! Do you know how to get the corresponding asm that the hostpot compiler produces? This way we can see if this difference survives through java...

Re: [jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-30 Thread Yonik Seeley
On Wed, Jul 30, 2008 at 3:17 PM, Stephen Green [EMAIL PROTECTED] wrote: Might the description here: http://weblogs.java.net/blog/kohsuke/archive/2008/03/deep_dive_into.html help? Sweet! Thanks! -Yonik - To unsubscribe,

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-29 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1345: - Attachment: DisjunctionDISI.java DisjunctionDisi.java of 20080729 has a first try of switching

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-29 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eks Dev updated LUCENE-1345: Attachment: OpenBitSetIteratorExperiment.java TestIteratorPerf.java I just enhanced

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-28 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eks Dev updated LUCENE-1345: Attachment: TestIteratorPerf.java Hi Paul, I gave it a try on micro benchmarking, and it looks like we

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-28 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1345: - Attachment: LUCENE-1345.patch Patch of 20080729: all tests pass, but no tests cases for filter

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-27 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eks Dev updated LUCENE-1345: Attachment: DisjunctionDISI.patch I just realised TestDisjunctionDISI had a bug (iterators have to be

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-26 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eks Dev updated LUCENE-1345: Attachment: DisjunctionDISI.patch bq. Would anyone have a DisjunctionDISI (Disjunction over

[jira] Updated: (LUCENE-1345) Allow Filter as clause to BooleanQuery

2008-07-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1345: - Attachment: LUCENE-1345.patch A first half attempt, it still leaves a few compile errors. This