Re: InstantiatedIndexWriter

2008-11-30 Thread Jason Rutherglen
Hi Karl, I can update InstantiatedIndexWriter to work with the new TokenStream API. What about MemoryIndex? Is it incompatible now as well? Jason On 11/26/08, Karl Wettin <[EMAIL PROTECTED]> wrote: > I was just about to get on with LUCENE-1462 when I noticed the new > TokenStream API. (Yeah, I

[jira] Updated: (LUCENE-1472) DateTools.stringToDate() can cause lock contention under load

2008-11-30 Thread Mark Lassau (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Lassau updated LUCENE-1472: Description: Load testing our application (the JIRA Issue Tracker) has shown that threads spend a

[jira] Commented: (LUCENE-1472) DateTools.stringToDate() can cause lock contention under load

2008-11-30 Thread Mark Lassau (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651900#action_12651900 ] Mark Lassau commented on LUCENE-1472: - [SimpleDateFormat javadoc|http://java.sun.com/

[jira] Commented: (LUCENE-1472) DateTools.stringToDate() can cause lock contention under load

2008-11-30 Thread Mark Lassau (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651899#action_12651899 ] Mark Lassau commented on LUCENE-1472: - The following methods would potentially suffer

[jira] Created: (LUCENE-1472) DateTools.stringToDate() can cause lock contention under load

2008-11-30 Thread Mark Lassau (JIRA)
DateTools.stringToDate() can cause lock contention under load - Key: LUCENE-1472 URL: https://issues.apache.org/jira/browse/LUCENE-1472 Project: Lucene - Java Issue Type: Improvemen

[jira] Commented: (LUCENE-1369) Eliminate unnecessary uses of Hashtable and Vector

2008-11-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651894#action_12651894 ] Yonik Seeley commented on LUCENE-1369: -- It's definitely iffy - that's why I didn't do

[jira] Commented: (LUCENE-1369) Eliminate unnecessary uses of Hashtable and Vector

2008-11-30 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651889#action_12651889 ] Mark Miller commented on LUCENE-1369: - Did we break our back compat guarantee here? Th

[jira] Updated: (LUCENE-1471) Faster MultiSearcher.search merge docs

2008-11-30 Thread Luke Nezda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Nezda updated LUCENE-1471: --- Attachment: multisearcher.patch > Faster MultiSearcher.search merge docs >

[jira] Commented: (LUCENE-1471) Faster MultiSearcher.search merge docs

2008-11-30 Thread Luke Nezda (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651876#action_12651876 ] Luke Nezda commented on LUCENE-1471: I had a look at this code and it looks like an ea

[jira] Commented: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2008-11-30 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651837#action_12651837 ] Paul Elschot commented on LUCENE-855: - On the face of it, this has some overlap with th