Re: variuos IndexReader methods -- was: Re: [jira] Updated: (LUCENE-832) NPE when calling isCurrent() on a ParallellReader

2007-08-17 Thread Michael Busch
Chris Hostetter wrote: isn't segmentInfos the kind of thing that should be refactored into the subclasses? there might be a little duplication, but it shouldn't be significant (and it helps eliminate the odds of other problems like this in the future as more features/methods get added).

[jira] Created: (LUCENE-985) AAIOB thrown when length of termText is longer than 16384 characters

2007-08-17 Thread Michael McCandless (JIRA)
AAIOB thrown when length of termText is longer than 16384 characters Key: LUCENE-985 URL: https://issues.apache.org/jira/browse/LUCENE-985 Project: Lucene - Java Issue

[jira] Updated: (LUCENE-985) AIOOB thrown when length of termText is longer than 16384 characters

2007-08-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-985: -- Summary: AIOOB thrown when length of termText is longer than 16384 characters (was:

[jira] Commented: (LUCENE-845) If you flush by RAM usage then IndexWriter may over-merge

2007-08-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520649 ] Michael McCandless commented on LUCENE-845: --- Merging small segments in the reader seems like a cool idea

[jira] Commented: (LUCENE-845) If you flush by RAM usage then IndexWriter may over-merge

2007-08-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520655 ] Yonik Seeley commented on LUCENE-845: - But if writer flushes frequently and reader re-opens less frequently

[jira] Commented: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-08-17 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520659 ] Karl Wettin commented on LUCENE-550: I just found a bug that I can not explain. While scoring this one

[jira] Commented: (LUCENE-845) If you flush by RAM usage then IndexWriter may over-merge

2007-08-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520667 ] Michael McCandless commented on LUCENE-845: --- Agreed. OK, I think this is a dead end: it adds complexity

[jira] Closed: (LUCENE-983) Enable IndexReader to merge tail segments on demand, in RAM, when opening

2007-08-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless closed LUCENE-983. - Resolution: Won't Fix On further discussion in LUCENE-845 it doesn't look like this idea

[jira] Commented: (LUCENE-985) AIOOB thrown when length of termText is longer than 16384 characters

2007-08-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520693 ] Hoss Man commented on LUCENE-985: - As a clarification point for people who stumble upon this issue years from now

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-08-17 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: LUCENE-550_20070817_no_core_changes.txt Previously mentioned problems deloused. The

[jira] Updated: (LUCENE-985) AIOOB thrown when length of termText is longer than 16384 characters (ArrayIndexOutOfBoundsException)

2007-08-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-985: Description: DocumentsWriter has a max term length of 16384; if you cross that you get an unfriendly

[jira] Commented: (LUCENE-985) AIOOB thrown when length of termText is longer than 16384 characters (ArrayIndexOutOfBoundsException)

2007-08-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520727 ] Michael McCandless commented on LUCENE-985: --- As a clarification point for people who stumble upon this

[jira] Commented: (LUCENE-985) AIOOB thrown when length of termText is longer than 16384 characters (ArrayIndexOutOfBoundsException)

2007-08-17 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520741 ] Karl Wettin commented on LUCENE-985: I doubt anyone will have a problem with the limit. And if they hit the

[jira] Updated: (LUCENE-985) AIOOB thrown when length of termText is longer than 16384 characters (ArrayIndexOutOfBoundsException)

2007-08-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-985: -- Attachment: LUCENE-985.patch I doubt anyone will have a problem with the limit. And