[jira] Resolved: (LUCENE-955) Bug in SegmentTermPositions if used for first term in the dictionary

2007-07-12 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-955. -- Resolution: Fixed Committed. Bug in SegmentTermPositions if used for first term in the

[jira] Resolved: (LUCENE-951) PATCH MultiLevelSkipListReader NullPointerException

2007-07-12 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-951. -- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available, New])

[jira] Commented: (LUCENE-724) Oracle JVM implementation for Lucene DataStore also a preliminary implementation for an Oracle Domain index using Lucene

2007-07-12 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512169 ] Michael Goddard commented on LUCENE-724: Marcelo, Are you still working on this? I have been experimenting

Post mortem kudos for (LUCENE-843) :)

2007-07-12 Thread eks dev
Let the numbers speak, INDEX SIZE: 58Mio docs, 2.5G on disk - two tokenized Fields, both with average 4 tokens (rather small), approx. 2Mio unique tokens - one binary stored field (one VInt) - HW commodity AMD PC, 2.8Ghz (or so) 2G RAM, single disk, WIN XP 64bit, jvm 6.0 32bit before

A bug in Lucene MultiSearcher?

2007-07-12 Thread Ion Badita
Hi, I'm using MultiSearcher with 14 indexes. It's working ok, until i try to search with a Filter. Probable the best way to describe the problem is to give a small example: Suppose we have 2 Indexes Index1 {Doc(id:A, content:..), Doc(id:B, content:..)} Index2 {Doc(id:C, content:..), Doc(id:D,

Re: A bug in Lucene MultiSearcher?

2007-07-12 Thread Yonik Seeley
this because the MultiSearcher applies the BitSet filter from the begging of the BitSet for each Index. I just checked the code... you are correct, the MultiSearcher filtering code is broken! Could you please open a JIRA issue for this? -Yonik

[jira] Commented: (LUCENE-724) Oracle JVM implementation for Lucene DataStore also a preliminary implementation for an Oracle Domain index using Lucene

2007-07-12 Thread Marcelo F. Ochoa (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512212 ] Marcelo F. Ochoa commented on LUCENE-724: - Michel: I am not tested replacing vector based storage to

Re: Post mortem kudos for (LUCENE-843) :)

2007-07-12 Thread Michael McCandless
Thank you for the compliments, and thank you for being such early adopter testers! I'm very glad you didn't hit any issues :) before LUCENE-843 indexing speed was 5-6k records per second (and I believed this was already as fast as it gets) after (trunk version yesterday) 60-65k documents per

[jira] Commented: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-07-12 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512249 ] Steven Parkes commented on LUCENE-938: -- Easy first: there's a comment in the code about cloning the buf delete

[jira] Commented: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-07-12 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512271 ] Ning Li commented on LUCENE-938: I didn't make myself clear. Let me try again. The patch includes two parts of

[jira] Commented: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-07-12 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512274 ] Steven Parkes commented on LUCENE-938: -- Okay. Got it. But your earlier note got me thinking. Mike, as far as I

[jira] Commented: (LUCENE-843) improve how IndexWriter uses RAM to buffer added documents

2007-07-12 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512275 ] Michael McCandless commented on LUCENE-843: --- Woops ... you are right; thanks for catching it! I will add

[jira] Created: (LUCENE-957) Lucene RAM Directory doesn't work for Index Size 8 GB

2007-07-12 Thread Doron Cohen (JIRA)
Lucene RAM Directory doesn't work for Index Size 8 GB --- Key: LUCENE-957 URL: https://issues.apache.org/jira/browse/LUCENE-957 Project: Lucene - Java Issue Type: Bug

[jira] Updated: (LUCENE-938) I/O exceptions can cause loss of buffered deletes

2007-07-12 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Parkes updated LUCENE-938: - Attachment: LUCENE-938.patch.txt New patch. Removes support for buf deletes around transactions

[jira] Updated: (LUCENE-957) Lucene RAM Directory doesn't work for Index Size 8 GB

2007-07-12 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-957: --- Attachment: lucene-957.patch Patch fixing int / long cast issues in RAMInputStream. All tests pass

[jira] Created: (LUCENE-958) MultiSearcher Filtering with more than one index is broken

2007-07-12 Thread Ion Badita (JIRA)
MultiSearcher Filtering with more than one index is broken -- Key: LUCENE-958 URL: https://issues.apache.org/jira/browse/LUCENE-958 Project: Lucene - Java Issue Type: Bug