File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test/search Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8282 body : {
8383 " query " : {
8484 " terms " : {
85- " student_id " : " OjAAAAEAAAAAAAEAEAAAAG8A3gA=" ,
85+ " student_id " : [ "OjAAAAEAAAAAAAEAEAAAAG8A3gA="] ,
8686 " value_type " : " bitmap"
8787 }
8888 }
@@ -171,9 +171,9 @@ setup:
171171 }
172172 }
173173 - match : { hits.total: 3 }
174- - match : { hits.hits.0._source.name: Jane Doe }
175- - match : { hits.hits.0._source.student_id: 111 }
176174 - match : { hits.hits.0._source.name: Mary Major }
177175 - match : { hits.hits.0._source.student_id: 222 }
178- - match : { hits.hits.0._source.name: John Doe }
179- - match : { hits.hits.0._source.student_id: 333 }
176+ - match : { hits.hits.1._source.name: Jane Doe }
177+ - match : { hits.hits.1._source.student_id: 111 }
178+ - match : { hits.hits.2._source.name: John Doe }
179+ - match : { hits.hits.2._source.student_id: 333 }
You can’t perform that action at this time.
0 commit comments