[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13764542#comment-13764542 ] ASF subversion and git services commented on SOLR-5231: --- Commit

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763729#comment-13763729 ] Hoss Man commented on SOLR-5231: Start with a completely empty index, using the example

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763752#comment-13763752 ] Robert Muir commented on SOLR-5231: --- The bug is BoolField.BoolDocValues. look at its

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763826#comment-13763826 ] Yonik Seeley commented on SOLR-5231: Nice tracking that down Hoss... that was

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763839#comment-13763839 ] Yonik Seeley commented on SOLR-5231: Note: the code would be simpler if you just

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763849#comment-13763849 ] Robert Muir commented on SOLR-5231: --- {quote} So it looks like this was caused by

[jira] [Commented] (SOLR-5231) When a boolean field is missing from a doc it is sometimes treated as true by the if function (based on other docs in segment?)

2013-09-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13763877#comment-13763877 ] Yonik Seeley commented on SOLR-5231: bq. Caused by complete lack of unit tests for