[jira] Commented: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2008-12-04 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653635#action_12653635 ] Matt Ericson commented on LUCENE-855: - Looks similar to what I wrote but it uses a more

[jira] Updated: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2008-02-04 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ericson updated LUCENE-855: Attachment: FieldCacheRangeFilter_Lucene_2.3.0.patch I have changed the FiledCacheRangeFilter so th

[jira] Commented: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2007-04-25 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491677 ] Matt Ericson commented on LUCENE-855: - Can someone take a look at the code I attached and let me know if there is

[jira] Updated: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2007-04-15 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ericson updated LUCENE-855: Attachment: FieldCacheRangeFilter.patch This version if the Field Cache Range filter has a new Abst

[jira] Commented: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2007-04-12 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488412 ] Matt Ericson commented on LUCENE-855: - I have done a little research and I do not think I can get my bit set to a

[jira] Updated: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2007-04-10 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ericson updated LUCENE-855: Attachment: FieldCacheRangeFilter.patch Lets try this again. I am very sorry to everyone for the

[jira] Updated: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2007-04-10 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ericson updated LUCENE-855: Attachment: FieldCacheRangeFilter.patch Fixed a bug with the BitSets nextSetBit(i) and nextClearBit

[jira] Updated: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2007-04-10 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ericson updated LUCENE-855: Attachment: TestRangeFilterPerformanceComparison.java Andy thank you for that test I took at Move

[jira] Updated: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2007-04-09 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ericson updated LUCENE-855: Attachment: FieldCacheRangeFilter.patch This version will create a real BitSet() when cloned and wi

[jira] Updated: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2007-04-08 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ericson updated LUCENE-855: Attachment: FieldCacheRangeFilter.patch Andy was correct the 2 performance tests were bogus as they

[jira] Commented: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2007-04-06 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487380 ] Matt Ericson commented on LUCENE-855: - I will be happy to fix #2 or a to try to fix #2 The test had the real wo

[jira] Updated: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2007-04-06 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ericson updated LUCENE-855: Attachment: FieldCacheRangeFilter.patch Here is my Version of a FieldCacheRangeFilter I used diffe

[jira] Commented: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2007-04-05 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487108 ] Matt Ericson commented on LUCENE-855: - I am almost done with my patch and I wanted to test it against this patch

[jira] Commented: (LUCENE-853) Caching does not work when using RMI

2007-04-04 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486769 ] Matt Ericson commented on LUCENE-853: - Thanks Matt > Caching does not work when using RMI > --

[jira] Commented: (LUCENE-798) Factory for RangeFilters that caches sections of ranges to reduce disk reads

2007-04-04 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486768 ] Matt Ericson commented on LUCENE-798: - I am working on a patch that will use the Field cache to do range queries.

[jira] Updated: (LUCENE-853) Caching does not work when using RMI

2007-04-04 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ericson updated LUCENE-853: Attachment: RemoteCachingWrapperFilter.patch .patch A new version that will hopefully patch more co

[jira] Updated: (LUCENE-853) Caching does not work when using RMI

2007-03-30 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ericson updated LUCENE-853: Attachment: RemoteCachingWrapperFilter.patch This is new and better version of my Lucene patch >

[jira] Updated: (LUCENE-853) Caching does not work when using RMI

2007-03-30 Thread Matt Ericson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Ericson updated LUCENE-853: Attachment: RemoteCachingWrapperFilter.patch This is a patch that will allow uses to cache Filters

[jira] Created: (LUCENE-853) Caching does not work when using RMI

2007-03-28 Thread Matt Ericson (JIRA)
Caching does not work when using RMI Key: LUCENE-853 URL: https://issues.apache.org/jira/browse/LUCENE-853 Project: Lucene - Java Issue Type: New Feature Components: Search Affects Versions:

[jira] Updated: (LUCENE-544) MultiFieldQueryParser field boost multiplier

2006-10-17 Thread Matt Ericson (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-544?page=all ] Matt Ericson updated LUCENE-544: Attachment: QueryParserPatch My Version of the QueryParser that will allow you to boost your fields This version used a Map to keep track of what field to boos

[jira] Updated: (LUCENE-544) MultiFieldQueryParser field boost multiplier

2006-10-17 Thread Matt Ericson (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-544?page=all ] Matt Ericson updated LUCENE-544: Attachment: QueryParserPatch This is my version of the Query Parser that will allow the users to boost some fields > MultiFieldQueryParser field boost multipl

[jira] Commented: (LUCENE-544) MultiFieldQueryParser field boost multiplier

2006-10-17 Thread Matt Ericson (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-544?page=comments#action_12443058 ] Matt Ericson commented on LUCENE-544: - I have been working on this exact same problem Have you created an tests for it? I am attaching my version. My version