[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2013-03-22 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13610735#comment-13610735 ] Commit Tag Bot commented on LUCENE-4440: [branch_4x commit] Uwe Schindler

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464715#comment-13464715 ] Shai Erera commented on LUCENE-4440: if possible, I'd like to commit it to 4.0 too,

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464721#comment-13464721 ] Robert Muir commented on LUCENE-4440: - This is also similar to what i suggested on

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464722#comment-13464722 ] Adrien Grand commented on LUCENE-4440: -- bq. If we do this, we should probably add a

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464724#comment-13464724 ] Adrien Grand commented on LUCENE-4440: -- Maybe we should also test {{loader}} against

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464727#comment-13464727 ] Shai Erera commented on LUCENE-4440: I can add to Codec.forName() something like

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464728#comment-13464728 ] Uwe Schindler commented on LUCENE-4440: --- This is the same chicken-and-egg problem

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464729#comment-13464729 ] Robert Muir commented on LUCENE-4440: - From the documentation perspective, the

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464731#comment-13464731 ] Shai Erera commented on LUCENE-4440: And separately, i.e. separate issue, not for

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464736#comment-13464736 ] Robert Muir commented on LUCENE-4440: - I would prefer something like this patch over

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464737#comment-13464737 ] Shai Erera commented on LUCENE-4440: bq. I agree we should add a null check in

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464738#comment-13464738 ] Uwe Schindler commented on LUCENE-4440: --- bq. Maybe we should also test loader

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464740#comment-13464740 ] Uwe Schindler commented on LUCENE-4440: --- Ah you are right, it might be == null.

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464750#comment-13464750 ] Uwe Schindler commented on LUCENE-4440: --- Inside NamedSPILoader loader all is fine,

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464753#comment-13464753 ] Shai Erera commented on LUCENE-4440: Isn't there a way to ensure that NamedSPILoader

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464770#comment-13464770 ] Uwe Schindler commented on LUCENE-4440: --- Please add this also to listCodecs maybe

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464778#comment-13464778 ] Uwe Schindler commented on LUCENE-4440: --- bq. Isn't there a way to ensure that

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464909#comment-13464909 ] Robert Muir commented on LUCENE-4440: - thanks for adding these checks: I think this

[jira] [Commented] (LUCENE-4440) FilterCodec should take a delegate Codec in its ctor

2012-09-27 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465040#comment-13465040 ] Shai Erera commented on LUCENE-4440: Thanks Uwe for adding the messages and