Re: NewIndexModifier - - - DeletingIndexWriter

2007-02-12 Thread Nadav Har'El
On Fri, Feb 09, 2007, jian chen wrote about "Re: NewIndexModifier - - - DeletingIndexWriter": > Following the Lucene dev mailing list for sometime now, I am concerned that > lucene is slowing losing all the simplicity and become a complicated mess. > I think keeping IndexReader and IndexWriter the

contrib/bencmark dependency in contrib/demo

2007-02-12 Thread Doron Cohen
Hi, Recent changes I made to contrib/benchmark, are using the HTML parser from contrib/demo. I just noticed that the dependencies in benchmark/build.xml do not cover this, nor the class path - apparently I tested this with an IDE only. Sorry for this. To fix this I can add a dependency in the d

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

2007-02-12 Thread Chris Hostetter
: You are correct on that point, but it seems rather difficult for you : to do the range caching and have it work across any document updates : (unless a lot more notification interfaces are added to Lucene), so I : guess I don't see the point of your caching. i haven't read the patch, but based

[jira] Assigned: (LUCENE-799) Garbage data when reading a compressed, text field, lazily

2007-02-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned LUCENE-799: -- Assignee: Grant Ingersoll > Garbage data when reading a compressed, text field, lazily

[jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2007-02-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472499 ] Yonik Seeley commented on LUCENE-565: - OK I moved NewIndexModifier's methods into IndexWriter and did some small

[jira] Updated: (LUCENE-799) Garbage data when reading a compressed, text field, lazily

2007-02-12 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated LUCENE-799: -- Attachment: CompressedLazyTextPatch.patch test case and fix > Garbage data when reading a compressed,

[jira] Created: (LUCENE-799) Garbage data when reading a compressed, text field, lazily

2007-02-12 Thread Mike Klaas (JIRA)
Garbage data when reading a compressed, text field, lazily -- Key: LUCENE-799 URL: https://issues.apache.org/jira/browse/LUCENE-799 Project: Lucene - Java Issue Type: Bug Comp

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

2007-02-12 Thread robert engels
You are correct on that point, but it seems rather difficult for you to do the range caching and have it work across any document updates (unless a lot more notification interfaces are added to Lucene), so I guess I don't see the point of your caching. Given, a sample date range: 01/01/200

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

2007-02-12 Thread markharw00d
Thanks for the pointer, Robert. Was that the "MultiSegmentQueryFilter enhancement for interactive indexes?" thread? If so, was that not a solution to caching sets in the event of variable index content rather than my approach which is for caching sets in the event of variable query ranges? M

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

2007-02-12 Thread robert engels
FYI, I posted a fully working version of this several months ago - it uses the natural segment boundaries to break a filter into multiple filters for caching. On Feb 12, 2007, at 5:39 PM, Mark Harwood (JIRA) wrote: Factory for RangeFilters that caches sections of ranges to reduce disk read

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

2007-02-12 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-798: Attachment: CachedRangesFilterFactory.java > Factory for RangeFilters that caches sections of range

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

2007-02-12 Thread Mark Harwood (JIRA)
Factory for RangeFilters that caches sections of ranges to reduce disk reads Key: LUCENE-798 URL: https://issues.apache.org/jira/browse/LUCENE-798 Project: Lucene - Java