diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2017-12-17 05:30:42 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2017-12-17 13:20:31 -0500 |
commit | 5ee271206ebd9957be9c9f02aa62c2b0d535f43c (patch) | |
tree | fe09f29ce6bac2960fb34a5b6d4953db78d36ab9 | |
parent | 6904aef94596085fe4a857967da083f6c2ffc94e (diff) |
CSC2621/assignments/search: Forgot to save changes to assign.rst
see last commit for purpose of changes.
-rw-r--r-- | search/assign.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/search/assign.rst b/search/assign.rst index a8a62d5..66e537e 100644 --- a/search/assign.rst +++ b/search/assign.rst @@ -196,15 +196,15 @@ Search for "test this" results in the following: :: Results: 2 - 1. docID 2, score 0.450 - 2. docID 1, score 0.230 + 1. docID c, score 0.450 + 2. docID a, score 0.230 Search for "test patriots go" results in the following: :: Results: 1 - 1. docID 3, score 0.310 + 1. docID b, score 0.310 Search for "cool patriots" results in the following: |