Github user dsmiley commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/416#discussion_r210280357
  
    --- Diff: 
solr/core/src/test/org/apache/solr/response/transform/TestChildDocTransformer.java
 ---
    @@ -81,8 +81,8 @@ private void testChildDoctransformerXML() {
     
         String test3[] = new String[] {
             "//*[@numFound='1']",
    -        "/response/result/doc[1]/doc[1]/str[@name='id']='3'" ,
    -        "/response/result/doc[1]/doc[2]/str[@name='id']='5'" };
    +        "/response/result/doc[1]/doc[1]/str[@name='id']='5'" ,
    --- End diff --
    
    I suspect you are simply using the "sort" word inappropriately.  "sort" is 
related to ordering, but we didn't change the order.  We did change the 
"window" or "offset", if you will, into the docs to examine.  Ordering/sort 
hasn't changed.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to