[jira] Assigned: (LUCENE-2315) AttributeSource's methods for accessing attributes should be final, else its easy to corrupt the internal states

2010-03-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-2315: - Assignee: Uwe Schindler > AttributeSource's methods for accessing attributes should be f

[jira] Updated: (LUCENE-2354) Convert NumericUtils and NumericTokenStream to use BytesRef instead of Strings/char[]

2010-03-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2354: -- Attachment: LUCENE-2354.patch Here a first preview patch. NumericUtils still contains lots of

[jira] Updated: (LUCENE-2351) optimize automatonquery

2010-03-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2351: Attachment: LUCENE-2351_infinite.patch updated version of the previous patch. should be more corre

[jira] Created: (LUCENE-2355) Refactor Directory/Multi/SegmentReader creation/reopening/cloning/closing

2010-03-28 Thread Earwin Burrfoot (JIRA)
Refactor Directory/Multi/SegmentReader creation/reopening/cloning/closing - Key: LUCENE-2355 URL: https://issues.apache.org/jira/browse/LUCENE-2355 Project: Lucene - Java

[jira] Commented: (LUCENE-2345) Make it possible to subclass SegmentReader

2010-03-28 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850726#action_12850726 ] Earwin Burrfoot commented on LUCENE-2345: - Just created LUCENE-2355 to track reope

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2010-03-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850754#action_12850754 ] Jason Rutherglen commented on LUCENE-2324: -- {quote}I don't think we should delete

Re: Incremental Field Updates

2010-03-28 Thread Grant Ingersoll
On Mar 27, 2010, at 11:14 AM, Mark Harwood wrote: > Of course introducing the idea of updates also introduces the notion of a > primary key and there's probably an entirely separate discussion to be had > around user-supplied vs Lucene-generated keys. Not sure I see that need. Can you explain

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2010-03-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850760#action_12850760 ] Michael Busch commented on LUCENE-2324: --- Yes, we would need to buffer terms/queries

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2010-03-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850766#action_12850766 ] Michael Busch commented on LUCENE-2324: --- bq. I think for this same reason the Thread

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2010-03-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850780#action_12850780 ] Jason Rutherglen commented on LUCENE-2324: -- {quote}I mentioned the idea of having

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2010-03-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850792#action_12850792 ] Michael Busch commented on LUCENE-2324: --- {quote} However, in the apply deletes metho

Re: Incremental Field Updates

2010-03-28 Thread Mark Harwood
Of course introducing the idea of updates also introduces the notion of a primary key and there's probably an entirely separate discussion to be had around user-supplied vs Lucene-generated keys. Not sure I see that need. Can you explain your reasoning a bit more? If you want to update a do

[jira] Updated: (LUCENE-2351) optimize automatonquery

2010-03-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2351: Attachment: LUCENE-2351.patch attached is a new approach: * rids of linearmode * adds real support

Re: Incremental Field Updates

2010-03-28 Thread Earwin Burrfoot
>>> Of course introducing the idea of updates also introduces the notion of a >>> primary key and there's probably an entirely separate discussion to be had >>> around user-supplied vs Lucene-generated keys. >> Not sure I see that need.  Can you explain your reasoning a bit more? > If you want to u