ChrisHegarty commented on PR #12850:
URL: https://github.com/apache/lucene/pull/12850#issuecomment-1831806426

   My understanding of this part of the test is that it asserts the sort order 
of the multi-valued string values in the `value` field. The changes here do not 
affect this assertion, the sort order is still checked.
   
   There are just two docs in the index. The first doc has a single value for 
the `value` field, `baz`. The second doc has two values for the `value` field, 
`foo` and `bar`.  The test expects to find `baz` and `bar` (since `bar` is less 
than `foo`), for the `values` field in doc1 and doc2 respectively.  
   
    The test assertions are based on doc order in the index.  Does this address 
your concern? Or have I missed the point?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to