-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_output.log
61 lines (61 loc) · 1.89 KB
/
sample_output.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
FUNCTION: getTopK 10
Result: term1, term2, term3, term4, term5, term6, term7, term8, term9, term10
FUNCTION: getPostings hard
Ordered by doc IDs: 100, 200, 300…
Ordered by TF: 300, 100, 200…
FUNCTION: getPostings hand
Ordered by doc IDs: 100, 200, 300…
Ordered by TF: 300, 100, 200…
FUNCTION: termAtATimeQueryAnd hard, hand
xx documents are found
yy comparisions are made
zz seconds are used
nn comparisons are made with optimization (optional bonus part)
Result: 100, 200, 300
FUNCTION: termAtATimeQueryOr hard, hand
xx documents are found
yy comparisions are made
zz seconds are used
nn comparisons are made with optimization (optional bonus part)
Result: 100, 200, 300
FUNCTION: docAtATimeQueryAnd hard, hand
xx documents are found
yy comparisions are made
zz seconds are used
Result: 100, 200, 300
FUNCTION: docAtATimeQueryOr hard, hand
xx documents are found
yy comparisions are made
zz seconds are used
Result: 100, 200, 300
FUNCTION: getPostings move
Ordered by doc IDs: 100, 200, 300…
Ordered by TF: 300, 100, 200…
FUNCTION: getPostings lower
Ordered by doc IDs: 100, 200, 300…
Ordered by TF: 300, 100, 200…
FUNCTION: getPostings expect
Ordered by doc IDs: 100, 200, 300…
Ordered by TF: 300, 100, 200…
FUNCTION: termAtATimeQueryAnd move, lower, expect
xx documents are found
yy comparisions are made
zz seconds are used
nn comparisons are made with optimization (optional bonus part)
Result: 100, 200, 300
FUNCTION: termAtATimeQueryOr move, lower, expect
xx documents are found
yy comparisions are made
zz seconds are used
nn comparisons are made with optimization (optional bonus part)
Result: 100, 200, 300
FUNCTION: docAtATimeQueryAnd move, lower, expect
xx documents are found
yy comparisions are made
zz seconds are used
Result: 100, 200, 300
FUNCTION: docAtATimeQueryOr move, lower, expect
xx documents are found
yy comparisions are made
zz seconds are used
Result: 100, 200, 300