Github user moshebla commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/501#discussion_r234882621
--- Diff:
solr/core/src/test/org/apache/solr/search/TestPseudoReturnFields.java ---
@@ -126,7 +126,7 @@ public void testAllRealFields() throws Exception {
,"//result/doc/str[@name='ssto']"
,"//result/doc/str[@name='subject']"
- ,"//result/doc[count(*)=4]"
+ ,"//result/doc[count(*)=5]"
--- End diff --
The numbers were changed since now _root_ is also added to the doc,
increasing the field count by 1.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]