Ex. 1: Very similar query+result pairs #60
-
I am currently working on exercise 1. I just got the same query and result pairs twice in a row, with the only difference being that the order of the words of the query was swapped: The output text is exactly identical in both cases, checked it with a diffchecker tool. Just wanted to make sure whether this is ok or should be considered a bug. I am aware that a similar issue already exists. I was not sure if I should have just created another answer there instead. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
That should be fine, because only pairs need to be unique (so both the document and query ids) it is probably the same document, although it is also possible that the text is a duplicate and the ids are different, at that scale that might happen. I wouldn't worry about it.
Best,
Sebastian