Re: jdks and operating systems lucene is tested on

2007-03-27 Thread Matt Ericson
I am new to the group and was wondering why lucene is still on java 1.4 ? Have you thought about moving to 1.5 ? What are the reasons for keeping it 1.4 ? Thank you Matt On Mar 27, 2007, at 4:21 AM, Grant Ingersoll wrote: I regularly build/test/run on both OS X and XP and Debian. Luce

[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

[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 bo

[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

[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 us

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

2007-03-28 Thread Matt Ericson (JIRA)
: 2.1 Environment: All Reporter: Matt Ericson Priority: Minor Filters and caching uses transient maps so that caching does not work if you are using RMI and a remote searcher I want to add a new RemoteCachededFilter that will make sure that the caching is done

[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] 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-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

[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] 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

[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] 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

[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

[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

[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

[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

[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

[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] 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

[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

[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

[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