[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-18 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13256505#comment-13256505 ] Yonik Seeley commented on SOLR-3362: I assume you're not using the jetty bundled with

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-18 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13256541#comment-13256541 ] Jamie Johnson commented on SOLR-3362: - I am using the jetty bundled with Solr,

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-18 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13256565#comment-13256565 ] Yonik Seeley commented on SOLR-3362: OK, then the next most likely possibility would

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-18 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13256570#comment-13256570 ] Yonik Seeley commented on SOLR-3362: Oh yuck... I just used netcat to listen on port

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-18 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13256571#comment-13256571 ] Yonik Seeley commented on SOLR-3362: Oh yuck... I just used netcat to listen on port

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-18 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13256592#comment-13256592 ] Yonik Seeley commented on SOLR-3362: OK, I just verified that this is not a problem

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-18 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13256598#comment-13256598 ] Jamie Johnson commented on SOLR-3362: - I don't claim to understand what specifically

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-18 Thread Sami Siren (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13256652#comment-13256652 ] Sami Siren commented on SOLR-3362: -- bq. OK, I just verified that this is not a problem

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-18 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13257173#comment-13257173 ] Jamie Johnson commented on SOLR-3362: - Was this fix in commit 1327635? I just want to

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-18 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13257192#comment-13257192 ] Jamie Johnson commented on SOLR-3362: - I ran the code from trunk and the issue is

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-17 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13255639#comment-13255639 ] Yonik Seeley commented on SOLR-3362: So it seems like we're getting back a term we

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-17 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13255700#comment-13255700 ] Jamie Johnson commented on SOLR-3362: - Essentially doing something like this? {code}

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-17 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13255746#comment-13255746 ] Yonik Seeley commented on SOLR-3362: Right. I just checked something in for

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-17 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13255907#comment-13255907 ] Jamie Johnson commented on SOLR-3362: - This certainly made the error I was having go

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-17 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13255915#comment-13255915 ] Yonik Seeley commented on SOLR-3362: bq. This certainly made the error I was having go

[jira] [Commented] (SOLR-3362) FacetComponent throws NPE when doing distributed query

2012-04-17 Thread Jamie Johnson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13256147#comment-13256147 ] Jamie Johnson commented on SOLR-3362: - I'm trying to avoid pasting the entire