Re: [jira] Created: (LUCENE-1172) Small speedups to DocumentsWriter

2008-02-16 Thread Michael McCandless
Good question! It didn't actually change when we flush: inside balanceRAM() we only flush on when numBytesUsed >= ramBufferSize. So previously it was costing an additional (unnecessary) synchronized method call once we got to 95% of ramBufferSize. Mike Felipe Albrecht <[EMAIL PROTECTED]> wrote:

[jira] Commented: (LUCENE-1179) AssertionError on creating doc containing field with empty string as field name

2008-02-16 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569639#action_12569639 ] Otis Gospodnetic commented on LUCENE-1179: -- By the way, why are we allowing empty

[jira] Commented: (LUCENE-1166) A tokenfilter to decompose compound words

2008-02-16 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569641#action_12569641 ] Otis Gospodnetic commented on LUCENE-1166: -- I haven't looked at the patch. But I'

[jira] Commented: (LUCENE-1035) Optional Buffer Pool to Improve Search Performance

2008-02-16 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569652#action_12569652 ] Otis Gospodnetic commented on LUCENE-1035: -- It looks like this was never fully do