Examples of the response:
1st search:
▿{
"took": 37,
"timed_out": false,
"_shards": ▿{
"total": 5,
"successful": 5,
"skipped": 0,
"failed": 0
},
"hits": ▿{
"total": 6506,
"max_score": 194.98152,
"hits": ▿[
▿{
"_index": "rugsearchv22",
"_type": "rugsearchv22",
"_id": "https://www.rug.nl/staff/s.s.m.peters/projects",
"_score": 194.98152,
"_source": ▿{ ....
2nd search:
▿{
"took": 33,
"timed_out": false,
"_shards": ▿{
"total": 5,
"successful": 5,
"skipped": 0,
"failed": 0
},
"hits": ▿{
"total": 6506,
"max_score": 194.77722,
"hits": ▿[
▿{
"_index": "rugsearchv22",
"_type": "rugsearchv22",
"_id": "https://www.rug.nl/staff/s.s.m.peters/projects",
"_score": 194.77722,
"_source": ▿{ ....
3rd search:
▿{
"took": 69,
"timed_out": false,
"_shards": ▿{
"total": 5,
"successful": 5,
"skipped": 0,
"failed": 0
},
"hits": ▿{
"total": 6506,
"max_score": 194.68721,
"hits": ▿[
▿{
"_index": "rugsearchv22",
"_type": "rugsearchv22",
"_id": "https://www.rug.nl/staff/s.s.m.peters/projects",
"_score": 194.68721,
"_source": ▿{ ....
4th search:
▿{
"took": 25,
"timed_out": false,
"_shards": ▿{
"total": 5,
"successful": 5,
"skipped": 0,
"failed": 0
},
"hits": ▿{
"total": 6506,
"max_score": 194.64012,
"hits": ▿[
▿{
"_index": "rugsearchv22",
"_type": "rugsearchv22",
"_id": "https://www.rug.nl/staff/s.s.m.peters/projects",
"_score": 194.64012,
"_source": ▿{ ....
At a certain moment the score of the 1st hit drops below the second hit and the results are shown in a different order.
Data hasn't changed in the meantime.
Best Regards,
Marten