[jira] Created: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2007-03-14 Thread Hoss Man (JIRA)
Complete overhaul of FieldCache API/Implementation -- Key: LUCENE-831 URL: https://issues.apache.org/jira/browse/LUCENE-831 Project: Lucene - Java Issue Type: Improvement Components:

[jira] Created: (LUCENE-832) NPE when calling isCurrent() on a ParallellReader

2007-03-14 Thread Paul Dlug (JIRA)
NPE when calling isCurrent() on a ParallellReader - Key: LUCENE-832 URL: https://issues.apache.org/jira/browse/LUCENE-832 Project: Lucene - Java Issue Type: Bug Components: Index

New Jira Hudson plugin

2007-03-14 Thread Nigel Daley
I've updated Hudson with a new Jira plugin provided by Kohsuke: http://lucene.zones.apache.org:8080/ Jira issue numbers should now be hyper-linked to Jira. Also, in the Hadoop-Nightly build I'm experimenting with a feature of the plugin that will update the Jira with a link back to the

Hudson build is back to normal: Lucene-Nightly #23

2007-03-14 Thread hudson
See http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/23/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Updated: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-818: -- Fix Version/s: 2.2 IndexWriter should detect when it's used after being closed

[jira] Resolved: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-818. --- Resolution: Fixed IndexWriter should detect when it's used after being closed

[jira] Updated: (LUCENE-755) Payloads

2007-03-14 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-755: - Attachment: payloads.patch Another one! (previous version didn't apply cleanly anymore after

Re: factoring the merge policy

2007-03-14 Thread Chris Hostetter
There is very little about IndexWriter that I understand, but i am very much in favor of the spirit of your idea (your message is one of the things that prompted me to polish/open LUCENE-831 for a correlary issue about IndexReader caching) : void merge( SegmentInfos segmentInfos ) :

[jira] Commented: (LUCENE-755) Payloads

2007-03-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481003 ] Grant Ingersoll commented on LUCENE-755: OK, I've applied the patch. All tests pass for me. I think it

[jira] Commented: (LUCENE-755) Payloads

2007-03-14 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481014 ] Michael Busch commented on LUCENE-755: -- Grant Ingersoll commented on LUCENE-755:

[jira] Resolved: (LUCENE-755) Payloads

2007-03-14 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-755. -- Resolution: Fixed Fix Version/s: 2.2 I just committed this. Payload is serializable