Skip to content

Commit 25bc8a6

Browse files
committed
Fixed order of results
1 parent bc5d50b commit 25bc8a6

File tree

1 file changed

+2
-2
lines changed
  • modules/mapper-extras/src/yamlRestTest/resources/rest-api-spec/test/match_only_text

1 file changed

+2
-2
lines changed

modules/mapper-extras/src/yamlRestTest/resources/rest-api-spec/test/match_only_text/10_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ synthetic_source match_only_text with ignored multi-field and multiple values in
689689
foo: this value is
690690

691691
- match: { "hits.total.value": 1 }
692-
- match: { hits.hits.0._source.foo.0: "This value is short" }
693-
- match: { hits.hits.0._source.foo.1: "This value is too long and will be ignored" }
692+
- match: { hits.hits.0._source.foo.0: "This value is too long and will be ignored" }
693+
- match: { hits.hits.0._source.foo.1: "This value is short" }
694694

695695
---
696696
synthetic_source match_only_text with stored multi-field:

0 commit comments

Comments
 (0)