Github user moshebla commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/501#discussion_r235613814
--- Diff:
solr/core/src/test/org/apache/solr/cloud/TestCloudPseudoReturnFields.java ---
@@ -194,7 +194,7 @@ public void testAllRealFields() throws Exception {
SolrDocumentList docs = assertSearch(params("q", "*:*", "rows",
"10", "fl",fl));
// shouldn't matter what doc we pick...
for (SolrDocument doc : docs) {
- assertEquals(fl + " => " + doc, 4, doc.size());
+ assertEquals(fl + " => " + doc, 5, doc.size());
--- End diff --
Doc size increased by 1 since _root_ is also returned by queries.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]