diff --git a/.gitignore b/.gitignore index 2b97af6..9895aff 100644 --- a/.gitignore +++ b/.gitignore @@ -27,5 +27,4 @@ engines/**/.project engines/**/.classpath engines/**/.settings results.json -web/build/results.json engines/pizza-engine-0.1/*.svg diff --git a/Makefile b/Makefile index dc090b0..703bf82 100644 --- a/Makefile +++ b/Makefile @@ -48,5 +48,5 @@ compile: serve: @echo "--- Serving results ---" - @cp results.json web/build/results.json - @cd web/build && python3 -m http.server $(PORT) + @cp results.json docs/results.json + @cd docs && python3 -m http.server $(PORT) diff --git a/web/build/asset-manifest.json b/docs/asset-manifest.json similarity index 100% rename from web/build/asset-manifest.json rename to docs/asset-manifest.json diff --git a/web/build/index.html b/docs/index.html similarity index 100% rename from web/build/index.html rename to docs/index.html diff --git a/web/build/precache-manifest.7b83eae4e2e4343e988370e38597b789.js b/docs/precache-manifest.7b83eae4e2e4343e988370e38597b789.js similarity index 100% rename from web/build/precache-manifest.7b83eae4e2e4343e988370e38597b789.js rename to docs/precache-manifest.7b83eae4e2e4343e988370e38597b789.js diff --git a/web/build/service-worker.js b/docs/service-worker.js similarity index 100% rename from web/build/service-worker.js rename to docs/service-worker.js diff --git a/web/build/static/css/main.efe263f6.chunk.css b/docs/static/css/main.efe263f6.chunk.css similarity index 100% rename from web/build/static/css/main.efe263f6.chunk.css rename to docs/static/css/main.efe263f6.chunk.css diff --git a/web/build/static/css/main.efe263f6.chunk.css.map b/docs/static/css/main.efe263f6.chunk.css.map similarity index 100% rename from web/build/static/css/main.efe263f6.chunk.css.map rename to docs/static/css/main.efe263f6.chunk.css.map diff --git a/web/build/static/js/2.b9a6fc97.chunk.js b/docs/static/js/2.b9a6fc97.chunk.js similarity index 100% rename from web/build/static/js/2.b9a6fc97.chunk.js rename to docs/static/js/2.b9a6fc97.chunk.js diff --git a/web/build/static/js/2.b9a6fc97.chunk.js.LICENSE.txt b/docs/static/js/2.b9a6fc97.chunk.js.LICENSE.txt similarity index 100% rename from web/build/static/js/2.b9a6fc97.chunk.js.LICENSE.txt rename to docs/static/js/2.b9a6fc97.chunk.js.LICENSE.txt diff --git a/web/build/static/js/2.b9a6fc97.chunk.js.map b/docs/static/js/2.b9a6fc97.chunk.js.map similarity index 100% rename from web/build/static/js/2.b9a6fc97.chunk.js.map rename to docs/static/js/2.b9a6fc97.chunk.js.map diff --git a/web/build/static/js/main.c66c7816.chunk.js b/docs/static/js/main.c66c7816.chunk.js similarity index 100% rename from web/build/static/js/main.c66c7816.chunk.js rename to docs/static/js/main.c66c7816.chunk.js diff --git a/web/build/static/js/main.c66c7816.chunk.js.map b/docs/static/js/main.c66c7816.chunk.js.map similarity index 100% rename from web/build/static/js/main.c66c7816.chunk.js.map rename to docs/static/js/main.c66c7816.chunk.js.map diff --git a/web/build/static/js/runtime-main.07d0b69d.js b/docs/static/js/runtime-main.07d0b69d.js similarity index 100% rename from web/build/static/js/runtime-main.07d0b69d.js rename to docs/static/js/runtime-main.07d0b69d.js diff --git a/web/build/static/js/runtime-main.07d0b69d.js.map b/docs/static/js/runtime-main.07d0b69d.js.map similarity index 100% rename from web/build/static/js/runtime-main.07d0b69d.js.map rename to docs/static/js/runtime-main.07d0b69d.js.map diff --git a/engines/pizza-engine-0.1/src/bin/do_query.rs b/engines/pizza-engine-0.1/src/bin/do_query.rs index e620148..73fa655 100644 --- a/engines/pizza-engine-0.1/src/bin/do_query.rs +++ b/engines/pizza-engine-0.1/src/bin/do_query.rs @@ -107,12 +107,14 @@ fn main_inner(index_dir: &Path){ count = result.hits.len() } "TOP_10" => { + query_context.size=10; // for i in 0..1000{ let result = searcher.search(&query_context, &schema,&query, &snapshot); // } count = 1 } "TOP_100" => { + query_context.size=100; let result = searcher.search(&query_context, &schema,&query, &snapshot); count = 1 } diff --git a/results.json b/results.json index 742623b..612657e 100644 --- a/results.json +++ b/results.json @@ -10551,7 +10551,7 @@ ], "count": 1, "duration": [ - 33 + 32 ] }, { @@ -10575,7 +10575,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -10586,7 +10586,7 @@ ], "count": 1, "duration": [ - 16 + 17 ] }, { @@ -10610,7 +10610,7 @@ ], "count": 1, "duration": [ - 10 + 13 ] }, { @@ -10621,7 +10621,7 @@ ], "count": 1, "duration": [ - 25 + 28 ] }, { @@ -10645,7 +10645,7 @@ ], "count": 1, "duration": [ - 16 + 18 ] }, { @@ -10656,7 +10656,7 @@ ], "count": 1, "duration": [ - 49 + 52 ] }, { @@ -10668,7 +10668,7 @@ ], "count": 1, "duration": [ - 19 + 15 ] }, { @@ -10680,7 +10680,7 @@ ], "count": 1, "duration": [ - 23 + 28 ] }, { @@ -10703,7 +10703,7 @@ ], "count": 1, "duration": [ - 26 + 27 ] }, { @@ -10715,7 +10715,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -10726,7 +10726,7 @@ ], "count": 1, "duration": [ - 97 + 98 ] }, { @@ -10738,7 +10738,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -10750,7 +10750,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -10761,7 +10761,7 @@ ], "count": 1, "duration": [ - 364 + 391 ] }, { @@ -10808,7 +10808,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -10820,7 +10820,7 @@ ], "count": 1, "duration": [ - 18 + 17 ] }, { @@ -10831,7 +10831,7 @@ ], "count": 1, "duration": [ - 164 + 160 ] }, { @@ -10843,7 +10843,7 @@ ], "count": 1, "duration": [ - 15 + 16 ] }, { @@ -10855,7 +10855,7 @@ ], "count": 1, "duration": [ - 106 + 104 ] }, { @@ -10866,7 +10866,7 @@ ], "count": 1, "duration": [ - 85 + 84 ] }, { @@ -10878,7 +10878,7 @@ ], "count": 1, "duration": [ - 112 + 103 ] }, { @@ -10890,7 +10890,7 @@ ], "count": 1, "duration": [ - 14 + 13 ] }, { @@ -10901,7 +10901,7 @@ ], "count": 1, "duration": [ - 18 + 16 ] }, { @@ -10913,7 +10913,7 @@ ], "count": 1, "duration": [ - 14 + 11 ] }, { @@ -10936,7 +10936,7 @@ ], "count": 1, "duration": [ - 40 + 39 ] }, { @@ -10948,7 +10948,7 @@ ], "count": 1, "duration": [ - 39 + 33 ] }, { @@ -10960,7 +10960,7 @@ ], "count": 1, "duration": [ - 10 + 12 ] }, { @@ -10971,7 +10971,7 @@ ], "count": 1, "duration": [ - 54 + 56 ] }, { @@ -10983,7 +10983,7 @@ ], "count": 1, "duration": [ - 11 + 15 ] }, { @@ -11006,7 +11006,7 @@ ], "count": 1, "duration": [ - 16 + 18 ] }, { @@ -11018,7 +11018,7 @@ ], "count": 1, "duration": [ - 20 + 21 ] }, { @@ -11030,7 +11030,7 @@ ], "count": 1, "duration": [ - 15 + 18 ] }, { @@ -11041,7 +11041,7 @@ ], "count": 1, "duration": [ - 57 + 59 ] }, { @@ -11053,7 +11053,7 @@ ], "count": 1, "duration": [ - 18 + 19 ] }, { @@ -11065,7 +11065,7 @@ ], "count": 1, "duration": [ - 133 + 127 ] }, { @@ -11076,7 +11076,7 @@ ], "count": 1, "duration": [ - 126 + 120 ] }, { @@ -11088,7 +11088,7 @@ ], "count": 1, "duration": [ - 136 + 131 ] }, { @@ -11100,7 +11100,7 @@ ], "count": 1, "duration": [ - 18 + 10 ] }, { @@ -11111,7 +11111,7 @@ ], "count": 1, "duration": [ - 37 + 39 ] }, { @@ -11135,7 +11135,7 @@ ], "count": 1, "duration": [ - 12 + 13 ] }, { @@ -11146,7 +11146,7 @@ ], "count": 1, "duration": [ - 41 + 35 ] }, { @@ -11170,7 +11170,7 @@ ], "count": 1, "duration": [ - 147 + 145 ] }, { @@ -11181,7 +11181,7 @@ ], "count": 1, "duration": [ - 388 + 374 ] }, { @@ -11193,7 +11193,7 @@ ], "count": 1, "duration": [ - 142 + 135 ] }, { @@ -11205,7 +11205,7 @@ ], "count": 1, "duration": [ - 25 + 26 ] }, { @@ -11216,7 +11216,7 @@ ], "count": 1, "duration": [ - 23 + 22 ] }, { @@ -11240,7 +11240,7 @@ ], "count": 1, "duration": [ - 14 + 11 ] }, { @@ -11251,7 +11251,7 @@ ], "count": 1, "duration": [ - 38 + 37 ] }, { @@ -11263,7 +11263,7 @@ ], "count": 1, "duration": [ - 16 + 14 ] }, { @@ -11275,7 +11275,7 @@ ], "count": 1, "duration": [ - 16 + 13 ] }, { @@ -11286,7 +11286,7 @@ ], "count": 1, "duration": [ - 15 + 12 ] }, { @@ -11310,7 +11310,7 @@ ], "count": 1, "duration": [ - 20 + 18 ] }, { @@ -11321,7 +11321,7 @@ ], "count": 1, "duration": [ - 20 + 19 ] }, { @@ -11333,7 +11333,7 @@ ], "count": 1, "duration": [ - 20 + 18 ] }, { @@ -11345,7 +11345,7 @@ ], "count": 1, "duration": [ - 12 + 10 ] }, { @@ -11356,7 +11356,7 @@ ], "count": 1, "duration": [ - 23 + 24 ] }, { @@ -11368,7 +11368,7 @@ ], "count": 1, "duration": [ - 20 + 13 ] }, { @@ -11380,7 +11380,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -11391,7 +11391,7 @@ ], "count": 1, "duration": [ - 31 + 25 ] }, { @@ -11415,7 +11415,7 @@ ], "count": 1, "duration": [ - 40 + 48 ] }, { @@ -11426,7 +11426,7 @@ ], "count": 1, "duration": [ - 343 + 324 ] }, { @@ -11438,7 +11438,7 @@ ], "count": 1, "duration": [ - 47 + 52 ] }, { @@ -11450,7 +11450,7 @@ ], "count": 1, "duration": [ - 20 + 22 ] }, { @@ -11461,7 +11461,7 @@ ], "count": 1, "duration": [ - 53 + 51 ] }, { @@ -11485,7 +11485,7 @@ ], "count": 1, "duration": [ - 56 + 55 ] }, { @@ -11496,7 +11496,7 @@ ], "count": 1, "duration": [ - 187 + 182 ] }, { @@ -11508,7 +11508,7 @@ ], "count": 1, "duration": [ - 64 + 53 ] }, { @@ -11531,7 +11531,7 @@ ], "count": 1, "duration": [ - 91 + 95 ] }, { @@ -11543,7 +11543,7 @@ ], "count": 1, "duration": [ - 16 + 15 ] }, { @@ -11555,7 +11555,7 @@ ], "count": 1, "duration": [ - 31 + 28 ] }, { @@ -11566,7 +11566,7 @@ ], "count": 1, "duration": [ - 206 + 207 ] }, { @@ -11601,7 +11601,7 @@ ], "count": 1, "duration": [ - 61 + 60 ] }, { @@ -11636,7 +11636,7 @@ ], "count": 1, "duration": [ - 493 + 490 ] }, { @@ -11648,7 +11648,7 @@ ], "count": 1, "duration": [ - 14 + 13 ] }, { @@ -11660,7 +11660,7 @@ ], "count": 1, "duration": [ - 14 + 13 ] }, { @@ -11706,7 +11706,7 @@ ], "count": 1, "duration": [ - 40 + 39 ] }, { @@ -11718,7 +11718,7 @@ ], "count": 1, "duration": [ - 15 + 12 ] }, { @@ -11730,7 +11730,7 @@ ], "count": 1, "duration": [ - 12 + 10 ] }, { @@ -11741,7 +11741,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -11753,7 +11753,7 @@ ], "count": 1, "duration": [ - 12 + 13 ] }, { @@ -11765,7 +11765,7 @@ ], "count": 1, "duration": [ - 16 + 15 ] }, { @@ -11776,7 +11776,7 @@ ], "count": 1, "duration": [ - 310 + 313 ] }, { @@ -11788,7 +11788,7 @@ ], "count": 1, "duration": [ - 17 + 16 ] }, { @@ -11800,7 +11800,7 @@ ], "count": 1, "duration": [ - 18 + 20 ] }, { @@ -11811,7 +11811,7 @@ ], "count": 1, "duration": [ - 851 + 804 ] }, { @@ -11823,7 +11823,7 @@ ], "count": 1, "duration": [ - 21 + 20 ] }, { @@ -11846,7 +11846,7 @@ ], "count": 1, "duration": [ - 59 + 68 ] }, { @@ -11858,7 +11858,7 @@ ], "count": 1, "duration": [ - 21 + 22 ] }, { @@ -11870,7 +11870,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -11916,7 +11916,7 @@ ], "count": 1, "duration": [ - 35 + 34 ] }, { @@ -11940,7 +11940,7 @@ ], "count": 1, "duration": [ - 62 + 60 ] }, { @@ -11963,7 +11963,7 @@ ], "count": 1, "duration": [ - 68 + 66 ] }, { @@ -11975,7 +11975,7 @@ ], "count": 1, "duration": [ - 239 + 236 ] }, { @@ -11998,7 +11998,7 @@ ], "count": 1, "duration": [ - 228 + 227 ] }, { @@ -12010,7 +12010,7 @@ ], "count": 1, "duration": [ - 77 + 80 ] }, { @@ -12021,7 +12021,7 @@ ], "count": 1, "duration": [ - 98 + 89 ] }, { @@ -12033,7 +12033,7 @@ ], "count": 1, "duration": [ - 80 + 78 ] }, { @@ -12045,7 +12045,7 @@ ], "count": 1, "duration": [ - 69 + 70 ] }, { @@ -12056,7 +12056,7 @@ ], "count": 1, "duration": [ - 374 + 357 ] }, { @@ -12068,7 +12068,7 @@ ], "count": 1, "duration": [ - 70 + 69 ] }, { @@ -12080,7 +12080,7 @@ ], "count": 1, "duration": [ - 232 + 233 ] }, { @@ -12103,7 +12103,7 @@ ], "count": 1, "duration": [ - 237 + 229 ] }, { @@ -12126,7 +12126,7 @@ ], "count": 1, "duration": [ - 31 + 39 ] }, { @@ -12138,7 +12138,7 @@ ], "count": 1, "duration": [ - 16 + 14 ] }, { @@ -12161,7 +12161,7 @@ ], "count": 1, "duration": [ - 72 + 57 ] }, { @@ -12173,7 +12173,7 @@ ], "count": 1, "duration": [ - 13 + 16 ] }, { @@ -12196,7 +12196,7 @@ ], "count": 1, "duration": [ - 13 + 15 ] }, { @@ -12208,7 +12208,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -12231,7 +12231,7 @@ ], "count": 1, "duration": [ - 42 + 43 ] }, { @@ -12243,7 +12243,7 @@ ], "count": 1, "duration": [ - 36 + 38 ] }, { @@ -12266,7 +12266,7 @@ ], "count": 1, "duration": [ - 16 + 15 ] }, { @@ -12290,7 +12290,7 @@ ], "count": 1, "duration": [ - 67 + 66 ] }, { @@ -12301,7 +12301,7 @@ ], "count": 1, "duration": [ - 93 + 98 ] }, { @@ -12313,7 +12313,7 @@ ], "count": 1, "duration": [ - 64 + 69 ] }, { @@ -12336,7 +12336,7 @@ ], "count": 1, "duration": [ - 60 + 59 ] }, { @@ -12348,7 +12348,7 @@ ], "count": 1, "duration": [ - 24 + 20 ] }, { @@ -12360,7 +12360,7 @@ ], "count": 1, "duration": [ - 14 + 13 ] }, { @@ -12371,7 +12371,7 @@ ], "count": 1, "duration": [ - 21 + 23 ] }, { @@ -12395,7 +12395,7 @@ ], "count": 1, "duration": [ - 204 + 200 ] }, { @@ -12406,7 +12406,7 @@ ], "count": 1, "duration": [ - 19 + 18 ] }, { @@ -12418,7 +12418,7 @@ ], "count": 1, "duration": [ - 198 + 201 ] }, { @@ -12430,7 +12430,7 @@ ], "count": 1, "duration": [ - 18 + 19 ] }, { @@ -12441,7 +12441,7 @@ ], "count": 1, "duration": [ - 24 + 26 ] }, { @@ -12465,7 +12465,7 @@ ], "count": 1, "duration": [ - 38 + 43 ] }, { @@ -12476,7 +12476,7 @@ ], "count": 1, "duration": [ - 39 + 40 ] }, { @@ -12488,7 +12488,7 @@ ], "count": 1, "duration": [ - 43 + 41 ] }, { @@ -12500,7 +12500,7 @@ ], "count": 1, "duration": [ - 49 + 54 ] }, { @@ -12511,7 +12511,7 @@ ], "count": 1, "duration": [ - 21 + 19 ] }, { @@ -12523,7 +12523,7 @@ ], "count": 1, "duration": [ - 53 + 55 ] }, { @@ -12535,7 +12535,7 @@ ], "count": 1, "duration": [ - 37 + 32 ] }, { @@ -12546,7 +12546,7 @@ ], "count": 1, "duration": [ - 14 + 17 ] }, { @@ -12558,7 +12558,7 @@ ], "count": 1, "duration": [ - 39 + 38 ] }, { @@ -12570,7 +12570,7 @@ ], "count": 1, "duration": [ - 16 + 17 ] }, { @@ -12581,7 +12581,7 @@ ], "count": 1, "duration": [ - 20 + 16 ] }, { @@ -12605,7 +12605,7 @@ ], "count": 1, "duration": [ - 17 + 18 ] }, { @@ -12628,7 +12628,7 @@ ], "count": 1, "duration": [ - 20 + 21 ] }, { @@ -12651,7 +12651,7 @@ ], "count": 1, "duration": [ - 118 + 120 ] }, { @@ -12675,7 +12675,7 @@ ], "count": 1, "duration": [ - 11 + 12 ] }, { @@ -12686,7 +12686,7 @@ ], "count": 1, "duration": [ - 12 + 13 ] }, { @@ -12710,7 +12710,7 @@ ], "count": 1, "duration": [ - 22 + 19 ] }, { @@ -12721,7 +12721,7 @@ ], "count": 1, "duration": [ - 23 + 20 ] }, { @@ -12733,7 +12733,7 @@ ], "count": 1, "duration": [ - 16 + 23 ] }, { @@ -12745,7 +12745,7 @@ ], "count": 1, "duration": [ - 11 + 14 ] }, { @@ -12756,7 +12756,7 @@ ], "count": 1, "duration": [ - 31 + 36 ] }, { @@ -12768,7 +12768,7 @@ ], "count": 1, "duration": [ - 14 + 11 ] }, { @@ -12780,7 +12780,7 @@ ], "count": 1, "duration": [ - 29 + 28 ] }, { @@ -12803,7 +12803,7 @@ ], "count": 1, "duration": [ - 29 + 28 ] }, { @@ -12826,7 +12826,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -12850,7 +12850,7 @@ ], "count": 1, "duration": [ - 16 + 15 ] }, { @@ -12873,7 +12873,7 @@ ], "count": 1, "duration": [ - 16 + 13 ] }, { @@ -12885,7 +12885,7 @@ ], "count": 1, "duration": [ - 19 + 15 ] }, { @@ -12896,7 +12896,7 @@ ], "count": 1, "duration": [ - 29 + 25 ] }, { @@ -12908,7 +12908,7 @@ ], "count": 1, "duration": [ - 18 + 19 ] }, { @@ -12920,7 +12920,7 @@ ], "count": 1, "duration": [ - 12 + 15 ] }, { @@ -12931,7 +12931,7 @@ ], "count": 1, "duration": [ - 80 + 74 ] }, { @@ -12943,7 +12943,7 @@ ], "count": 1, "duration": [ - 11 + 14 ] }, { @@ -12955,7 +12955,7 @@ ], "count": 1, "duration": [ - 36 + 33 ] }, { @@ -12966,7 +12966,7 @@ ], "count": 1, "duration": [ - 30 + 31 ] }, { @@ -12978,7 +12978,7 @@ ], "count": 1, "duration": [ - 33 + 40 ] }, { @@ -13001,7 +13001,7 @@ ], "count": 1, "duration": [ - 52 + 42 ] }, { @@ -13013,7 +13013,7 @@ ], "count": 1, "duration": [ - 13 + 16 ] }, { @@ -13025,7 +13025,7 @@ ], "count": 1, "duration": [ - 258 + 245 ] }, { @@ -13036,7 +13036,7 @@ ], "count": 1, "duration": [ - 253 + 248 ] }, { @@ -13048,7 +13048,7 @@ ], "count": 1, "duration": [ - 251 + 254 ] }, { @@ -13060,7 +13060,7 @@ ], "count": 1, "duration": [ - 12 + 11 ] }, { @@ -13071,7 +13071,7 @@ ], "count": 1, "duration": [ - 117 + 110 ] }, { @@ -13095,7 +13095,7 @@ ], "count": 1, "duration": [ - 15 + 12 ] }, { @@ -13106,7 +13106,7 @@ ], "count": 1, "duration": [ - 16 + 15 ] }, { @@ -13130,7 +13130,7 @@ ], "count": 1, "duration": [ - 13 + 11 ] }, { @@ -13141,7 +13141,7 @@ ], "count": 1, "duration": [ - 62 + 55 ] }, { @@ -13153,7 +13153,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -13165,7 +13165,7 @@ ], "count": 1, "duration": [ - 17 + 18 ] }, { @@ -13176,7 +13176,7 @@ ], "count": 1, "duration": [ - 67 + 68 ] }, { @@ -13188,7 +13188,7 @@ ], "count": 1, "duration": [ - 16 + 19 ] }, { @@ -13200,7 +13200,7 @@ ], "count": 1, "duration": [ - 17 + 16 ] }, { @@ -13211,7 +13211,7 @@ ], "count": 1, "duration": [ - 16 + 19 ] }, { @@ -13235,7 +13235,7 @@ ], "count": 1, "duration": [ - 13 + 11 ] }, { @@ -13246,7 +13246,7 @@ ], "count": 1, "duration": [ - 60 + 53 ] }, { @@ -13270,7 +13270,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -13293,7 +13293,7 @@ ], "count": 1, "duration": [ - 15 + 13 ] }, { @@ -13316,7 +13316,7 @@ ], "count": 1, "duration": [ - 97 + 96 ] }, { @@ -13351,7 +13351,7 @@ ], "count": 1, "duration": [ - 28 + 23 ] }, { @@ -13375,7 +13375,7 @@ ], "count": 1, "duration": [ - 18 + 14 ] }, { @@ -13386,7 +13386,7 @@ ], "count": 1, "duration": [ - 63 + 65 ] }, { @@ -13398,7 +13398,7 @@ ], "count": 1, "duration": [ - 17 + 16 ] }, { @@ -13433,7 +13433,7 @@ ], "count": 1, "duration": [ - 18 + 14 ] }, { @@ -13456,7 +13456,7 @@ ], "count": 1, "duration": [ - 41 + 48 ] }, { @@ -13468,7 +13468,7 @@ ], "count": 1, "duration": [ - 52 + 53 ] }, { @@ -13480,7 +13480,7 @@ ], "count": 1, "duration": [ - 14 + 13 ] }, { @@ -13491,7 +13491,7 @@ ], "count": 1, "duration": [ - 90 + 83 ] }, { @@ -13503,7 +13503,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -13526,7 +13526,7 @@ ], "count": 1, "duration": [ - 12 + 13 ] }, { @@ -13561,7 +13561,7 @@ ], "count": 1, "duration": [ - 461 + 459 ] }, { @@ -13573,7 +13573,7 @@ ], "count": 1, "duration": [ - 423 + 422 ] }, { @@ -13585,7 +13585,7 @@ ], "count": 1, "duration": [ - 11 + 14 ] }, { @@ -13596,7 +13596,7 @@ ], "count": 1, "duration": [ - 151 + 138 ] }, { @@ -13608,7 +13608,7 @@ ], "count": 1, "duration": [ - 11 + 14 ] }, { @@ -13643,7 +13643,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -13655,7 +13655,7 @@ ], "count": 1, "duration": [ - 19 + 18 ] }, { @@ -13666,7 +13666,7 @@ ], "count": 1, "duration": [ - 346 + 330 ] }, { @@ -13678,7 +13678,7 @@ ], "count": 1, "duration": [ - 16 + 19 ] }, { @@ -13690,7 +13690,7 @@ ], "count": 1, "duration": [ - 14 + 13 ] }, { @@ -13713,7 +13713,7 @@ ], "count": 1, "duration": [ - 14 + 11 ] }, { @@ -13725,7 +13725,7 @@ ], "count": 1, "duration": [ - 15 + 13 ] }, { @@ -13736,7 +13736,7 @@ ], "count": 1, "duration": [ - 28 + 23 ] }, { @@ -13760,7 +13760,7 @@ ], "count": 1, "duration": [ - 40 + 44 ] }, { @@ -13771,7 +13771,7 @@ ], "count": 1, "duration": [ - 39 + 37 ] }, { @@ -13783,7 +13783,7 @@ ], "count": 1, "duration": [ - 40 + 42 ] }, { @@ -13795,7 +13795,7 @@ ], "count": 1, "duration": [ - 251 + 244 ] }, { @@ -13806,7 +13806,7 @@ ], "count": 1, "duration": [ - 340 + 331 ] }, { @@ -13818,7 +13818,7 @@ ], "count": 1, "duration": [ - 257 + 253 ] }, { @@ -13830,7 +13830,7 @@ ], "count": 1, "duration": [ - 40 + 39 ] }, { @@ -13841,7 +13841,7 @@ ], "count": 1, "duration": [ - 39 + 40 ] }, { @@ -13865,7 +13865,7 @@ ], "count": 1, "duration": [ - 19 + 18 ] }, { @@ -13876,7 +13876,7 @@ ], "count": 1, "duration": [ - 49 + 50 ] }, { @@ -13888,7 +13888,7 @@ ], "count": 1, "duration": [ - 17 + 27 ] }, { @@ -13900,7 +13900,7 @@ ], "count": 1, "duration": [ - 12 + 15 ] }, { @@ -13911,7 +13911,7 @@ ], "count": 1, "duration": [ - 8 + 12 ] }, { @@ -13923,7 +13923,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -13946,7 +13946,7 @@ ], "count": 1, "duration": [ - 510 + 506 ] }, { @@ -13958,7 +13958,7 @@ ], "count": 1, "duration": [ - 33 + 29 ] }, { @@ -13970,7 +13970,7 @@ ], "count": 1, "duration": [ - 28 + 27 ] }, { @@ -13981,7 +13981,7 @@ ], "count": 1, "duration": [ - 30 + 33 ] }, { @@ -13993,7 +13993,7 @@ ], "count": 1, "duration": [ - 28 + 35 ] }, { @@ -14005,7 +14005,7 @@ ], "count": 1, "duration": [ - 79 + 83 ] }, { @@ -14028,7 +14028,7 @@ ], "count": 1, "duration": [ - 81 + 74 ] }, { @@ -14040,7 +14040,7 @@ ], "count": 1, "duration": [ - 20 + 24 ] }, { @@ -14051,7 +14051,7 @@ ], "count": 1, "duration": [ - 102 + 92 ] }, { @@ -14063,7 +14063,7 @@ ], "count": 1, "duration": [ - 23 + 20 ] }, { @@ -14075,7 +14075,7 @@ ], "count": 1, "duration": [ - 9 + 10 ] }, { @@ -14098,7 +14098,7 @@ ], "count": 1, "duration": [ - 11 + 16 ] }, { @@ -14110,7 +14110,7 @@ ], "count": 1, "duration": [ - 14 + 11 ] }, { @@ -14121,7 +14121,7 @@ ], "count": 1, "duration": [ - 14 + 12 ] }, { @@ -14156,7 +14156,7 @@ ], "count": 1, "duration": [ - 33 + 31 ] }, { @@ -14168,7 +14168,7 @@ ], "count": 1, "duration": [ - 15 + 11 ] }, { @@ -14180,7 +14180,7 @@ ], "count": 1, "duration": [ - 21 + 22 ] }, { @@ -14191,7 +14191,7 @@ ], "count": 1, "duration": [ - 35 + 38 ] }, { @@ -14203,7 +14203,7 @@ ], "count": 1, "duration": [ - 19 + 17 ] }, { @@ -14215,7 +14215,7 @@ ], "count": 1, "duration": [ - 100 + 102 ] }, { @@ -14226,7 +14226,7 @@ ], "count": 1, "duration": [ - 162 + 174 ] }, { @@ -14238,7 +14238,7 @@ ], "count": 1, "duration": [ - 100 + 98 ] }, { @@ -14250,7 +14250,7 @@ ], "count": 1, "duration": [ - 15 + 11 ] }, { @@ -14285,7 +14285,7 @@ ], "count": 1, "duration": [ - 13 + 11 ] }, { @@ -14296,7 +14296,7 @@ ], "count": 1, "duration": [ - 30 + 35 ] }, { @@ -14308,7 +14308,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -14320,7 +14320,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -14343,7 +14343,7 @@ ], "count": 1, "duration": [ - 12 + 15 ] }, { @@ -14366,7 +14366,7 @@ ], "count": 1, "duration": [ - 38 + 39 ] }, { @@ -14378,7 +14378,7 @@ ], "count": 1, "duration": [ - 14 + 12 ] }, { @@ -14390,7 +14390,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -14413,7 +14413,7 @@ ], "count": 1, "duration": [ - 10 + 11 ] }, { @@ -14436,7 +14436,7 @@ ], "count": 1, "duration": [ - 16 + 18 ] }, { @@ -14448,7 +14448,7 @@ ], "count": 1, "duration": [ - 14 + 12 ] }, { @@ -14471,7 +14471,7 @@ ], "count": 1, "duration": [ - 54 + 57 ] }, { @@ -14495,7 +14495,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -14506,7 +14506,7 @@ ], "count": 1, "duration": [ - 157 + 149 ] }, { @@ -14518,7 +14518,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -14530,7 +14530,7 @@ ], "count": 1, "duration": [ - 76 + 74 ] }, { @@ -14541,7 +14541,7 @@ ], "count": 1, "duration": [ - 99 + 102 ] }, { @@ -14553,7 +14553,7 @@ ], "count": 1, "duration": [ - 76 + 73 ] }, { @@ -14576,7 +14576,7 @@ ], "count": 1, "duration": [ - 14 + 12 ] }, { @@ -14588,7 +14588,7 @@ ], "count": 1, "duration": [ - 18 + 15 ] }, { @@ -14611,7 +14611,7 @@ ], "count": 1, "duration": [ - 12 + 13 ] }, { @@ -14623,7 +14623,7 @@ ], "count": 1, "duration": [ - 14 + 18 ] }, { @@ -14635,7 +14635,7 @@ ], "count": 1, "duration": [ - 19 + 22 ] }, { @@ -14646,7 +14646,7 @@ ], "count": 1, "duration": [ - 182 + 181 ] }, { @@ -14658,7 +14658,7 @@ ], "count": 1, "duration": [ - 24 + 26 ] }, { @@ -14670,7 +14670,7 @@ ], "count": 1, "duration": [ - 11 + 13 ] }, { @@ -14728,7 +14728,7 @@ ], "count": 1, "duration": [ - 11 + 12 ] }, { @@ -14740,7 +14740,7 @@ ], "count": 1, "duration": [ - 23 + 21 ] }, { @@ -14751,7 +14751,7 @@ ], "count": 1, "duration": [ - 38 + 39 ] }, { @@ -14763,7 +14763,7 @@ ], "count": 1, "duration": [ - 18 + 19 ] }, { @@ -14775,7 +14775,7 @@ ], "count": 1, "duration": [ - 11 + 12 ] }, { @@ -14786,7 +14786,7 @@ ], "count": 1, "duration": [ - 19 + 17 ] }, { @@ -14798,7 +14798,7 @@ ], "count": 1, "duration": [ - 15 + 11 ] }, { @@ -14810,7 +14810,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -14833,7 +14833,7 @@ ], "count": 1, "duration": [ - 17 + 16 ] }, { @@ -14856,7 +14856,7 @@ ], "count": 1, "duration": [ - 119 + 123 ] }, { @@ -14868,7 +14868,7 @@ ], "count": 1, "duration": [ - 21 + 18 ] }, { @@ -14880,7 +14880,7 @@ ], "count": 1, "duration": [ - 106 + 107 ] }, { @@ -14891,7 +14891,7 @@ ], "count": 1, "duration": [ - 31 + 34 ] }, { @@ -14903,7 +14903,7 @@ ], "count": 1, "duration": [ - 105 + 101 ] }, { @@ -14915,7 +14915,7 @@ ], "count": 1, "duration": [ - 15 + 10 ] }, { @@ -14926,7 +14926,7 @@ ], "count": 1, "duration": [ - 182 + 180 ] }, { @@ -14950,7 +14950,7 @@ ], "count": 1, "duration": [ - 21 + 14 ] }, { @@ -14961,7 +14961,7 @@ ], "count": 1, "duration": [ - 61 + 59 ] }, { @@ -14973,7 +14973,7 @@ ], "count": 1, "duration": [ - 18 + 20 ] }, { @@ -14985,7 +14985,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -14996,7 +14996,7 @@ ], "count": 1, "duration": [ - 118 + 116 ] }, { @@ -15008,7 +15008,7 @@ ], "count": 1, "duration": [ - 16 + 15 ] }, { @@ -15020,7 +15020,7 @@ ], "count": 1, "duration": [ - 13 + 10 ] }, { @@ -15043,7 +15043,7 @@ ], "count": 1, "duration": [ - 13 + 15 ] }, { @@ -15055,7 +15055,7 @@ ], "count": 1, "duration": [ - 70 + 72 ] }, { @@ -15066,7 +15066,7 @@ ], "count": 1, "duration": [ - 73 + 75 ] }, { @@ -15078,7 +15078,7 @@ ], "count": 1, "duration": [ - 67 + 77 ] }, { @@ -15101,7 +15101,7 @@ ], "count": 1, "duration": [ - 20 + 24 ] }, { @@ -15125,7 +15125,7 @@ ], "count": 1, "duration": [ - 17 + 16 ] }, { @@ -15136,7 +15136,7 @@ ], "count": 1, "duration": [ - 18 + 17 ] }, { @@ -15148,7 +15148,7 @@ ], "count": 1, "duration": [ - 19 + 20 ] }, { @@ -15171,7 +15171,7 @@ ], "count": 1, "duration": [ - 83 + 81 ] }, { @@ -15183,7 +15183,7 @@ ], "count": 1, "duration": [ - 79 + 96 ] }, { @@ -15195,7 +15195,7 @@ ], "count": 1, "duration": [ - 52 + 49 ] }, { @@ -15206,7 +15206,7 @@ ], "count": 1, "duration": [ - 311 + 269 ] }, { @@ -15230,7 +15230,7 @@ ], "count": 1, "duration": [ - 10 + 11 ] }, { @@ -15241,7 +15241,7 @@ ], "count": 1, "duration": [ - 42 + 44 ] }, { @@ -15253,7 +15253,7 @@ ], "count": 1, "duration": [ - 12 + 13 ] }, { @@ -15276,7 +15276,7 @@ ], "count": 1, "duration": [ - 25 + 31 ] }, { @@ -15300,7 +15300,7 @@ ], "count": 1, "duration": [ - 31 + 39 ] }, { @@ -15311,7 +15311,7 @@ ], "count": 1, "duration": [ - 37 + 38 ] }, { @@ -15323,7 +15323,7 @@ ], "count": 1, "duration": [ - 35 + 31 ] }, { @@ -15335,7 +15335,7 @@ ], "count": 1, "duration": [ - 82 + 80 ] }, { @@ -15346,7 +15346,7 @@ ], "count": 1, "duration": [ - 110 + 104 ] }, { @@ -15358,7 +15358,7 @@ ], "count": 1, "duration": [ - 82 + 72 ] }, { @@ -15381,7 +15381,7 @@ ], "count": 1, "duration": [ - 18 + 17 ] }, { @@ -15393,7 +15393,7 @@ ], "count": 1, "duration": [ - 19 + 18 ] }, { @@ -15405,7 +15405,7 @@ ], "count": 1, "duration": [ - 13 + 11 ] }, { @@ -15416,7 +15416,7 @@ ], "count": 1, "duration": [ - 14 + 12 ] }, { @@ -15428,7 +15428,7 @@ ], "count": 1, "duration": [ - 12 + 14 ] }, { @@ -15451,7 +15451,7 @@ ], "count": 1, "duration": [ - 26 + 28 ] }, { @@ -15463,7 +15463,7 @@ ], "count": 1, "duration": [ - 22 + 23 ] }, { @@ -15475,7 +15475,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -15498,7 +15498,7 @@ ], "count": 1, "duration": [ - 11 + 17 ] }, { @@ -15510,7 +15510,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -15521,7 +15521,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -15533,7 +15533,7 @@ ], "count": 1, "duration": [ - 10 + 12 ] }, { @@ -15556,7 +15556,7 @@ ], "count": 1, "duration": [ - 42 + 44 ] }, { @@ -15568,7 +15568,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -15580,7 +15580,7 @@ ], "count": 1, "duration": [ - 219 + 217 ] }, { @@ -15591,7 +15591,7 @@ ], "count": 1, "duration": [ - 166 + 164 ] }, { @@ -15603,7 +15603,7 @@ ], "count": 1, "duration": [ - 217 + 219 ] }, { @@ -15615,7 +15615,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -15626,7 +15626,7 @@ ], "count": 1, "duration": [ - 55 + 53 ] }, { @@ -15650,7 +15650,7 @@ ], "count": 1, "duration": [ - 17 + 14 ] }, { @@ -15661,7 +15661,7 @@ ], "count": 1, "duration": [ - 154 + 163 ] }, { @@ -15673,7 +15673,7 @@ ], "count": 1, "duration": [ - 18 + 16 ] }, { @@ -15685,7 +15685,7 @@ ], "count": 1, "duration": [ - 58 + 51 ] }, { @@ -15696,7 +15696,7 @@ ], "count": 1, "duration": [ - 158 + 148 ] }, { @@ -15708,7 +15708,7 @@ ], "count": 1, "duration": [ - 60 + 62 ] }, { @@ -15731,7 +15731,7 @@ ], "count": 1, "duration": [ - 68 + 71 ] }, { @@ -15743,7 +15743,7 @@ ], "count": 1, "duration": [ - 18 + 17 ] }, { @@ -15755,7 +15755,7 @@ ], "count": 1, "duration": [ - 17 + 16 ] }, { @@ -15766,7 +15766,7 @@ ], "count": 1, "duration": [ - 46 + 57 ] }, { @@ -15778,7 +15778,7 @@ ], "count": 1, "duration": [ - 19 + 18 ] }, { @@ -15801,7 +15801,7 @@ ], "count": 1, "duration": [ - 27 + 25 ] }, { @@ -15813,7 +15813,7 @@ ], "count": 1, "duration": [ - 27 + 28 ] }, { @@ -15825,7 +15825,7 @@ ], "count": 1, "duration": [ - 12 + 13 ] }, { @@ -15836,7 +15836,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -15860,7 +15860,7 @@ ], "count": 1, "duration": [ - 11 + 14 ] }, { @@ -15871,7 +15871,7 @@ ], "count": 1, "duration": [ - 31 + 26 ] }, { @@ -15895,7 +15895,7 @@ ], "count": 1, "duration": [ - 11 + 13 ] }, { @@ -15906,7 +15906,7 @@ ], "count": 1, "duration": [ - 10 + 12 ] }, { @@ -15918,7 +15918,7 @@ ], "count": 1, "duration": [ - 10 + 13 ] }, { @@ -15941,7 +15941,7 @@ ], "count": 1, "duration": [ - 26 + 29 ] }, { @@ -15965,7 +15965,7 @@ ], "count": 1, "duration": [ - 67 + 65 ] }, { @@ -15976,7 +15976,7 @@ ], "count": 1, "duration": [ - 230 + 237 ] }, { @@ -15988,7 +15988,7 @@ ], "count": 1, "duration": [ - 70 + 86 ] }, { @@ -16000,7 +16000,7 @@ ], "count": 1, "duration": [ - 13 + 10 ] }, { @@ -16011,7 +16011,7 @@ ], "count": 1, "duration": [ - 139 + 142 ] }, { @@ -16035,7 +16035,7 @@ ], "count": 1, "duration": [ - 107 + 108 ] }, { @@ -16046,7 +16046,7 @@ ], "count": 1, "duration": [ - 366 + 349 ] }, { @@ -16058,7 +16058,7 @@ ], "count": 1, "duration": [ - 101 + 105 ] }, { @@ -16070,7 +16070,7 @@ ], "count": 1, "duration": [ - 23 + 24 ] }, { @@ -16081,7 +16081,7 @@ ], "count": 1, "duration": [ - 79 + 84 ] }, { @@ -16093,7 +16093,7 @@ ], "count": 1, "duration": [ - 22 + 21 ] }, { @@ -16105,7 +16105,7 @@ ], "count": 1, "duration": [ - 33 + 32 ] }, { @@ -16116,7 +16116,7 @@ ], "count": 1, "duration": [ - 30 + 24 ] }, { @@ -16128,7 +16128,7 @@ ], "count": 1, "duration": [ - 28 + 27 ] }, { @@ -16140,7 +16140,7 @@ ], "count": 1, "duration": [ - 14 + 13 ] }, { @@ -16151,7 +16151,7 @@ ], "count": 1, "duration": [ - 89 + 86 ] }, { @@ -16163,7 +16163,7 @@ ], "count": 1, "duration": [ - 11 + 13 ] }, { @@ -16175,7 +16175,7 @@ ], "count": 1, "duration": [ - 22 + 18 ] }, { @@ -16186,7 +16186,7 @@ ], "count": 1, "duration": [ - 27 + 21 ] }, { @@ -16198,7 +16198,7 @@ ], "count": 1, "duration": [ - 23 + 20 ] }, { @@ -16210,7 +16210,7 @@ ], "count": 1, "duration": [ - 27 + 29 ] }, { @@ -16233,7 +16233,7 @@ ], "count": 1, "duration": [ - 27 + 25 ] }, { @@ -16268,7 +16268,7 @@ ], "count": 1, "duration": [ - 16 + 17 ] }, { @@ -16280,7 +16280,7 @@ ], "count": 1, "duration": [ - 14 + 11 ] }, { @@ -16291,7 +16291,7 @@ ], "count": 1, "duration": [ - 52 + 49 ] }, { @@ -16303,7 +16303,7 @@ ], "count": 1, "duration": [ - 17 + 14 ] }, { @@ -16315,7 +16315,7 @@ ], "count": 1, "duration": [ - 13 + 11 ] }, { @@ -16338,7 +16338,7 @@ ], "count": 1, "duration": [ - 13 + 11 ] }, { @@ -16361,7 +16361,7 @@ ], "count": 1, "duration": [ - 26 + 25 ] }, { @@ -16373,7 +16373,7 @@ ], "count": 1, "duration": [ - 18 + 19 ] }, { @@ -16385,7 +16385,7 @@ ], "count": 1, "duration": [ - 257 + 261 ] }, { @@ -16396,7 +16396,7 @@ ], "count": 1, "duration": [ - 312 + 295 ] }, { @@ -16408,7 +16408,7 @@ ], "count": 1, "duration": [ - 244 + 243 ] }, { @@ -16420,7 +16420,7 @@ ], "count": 1, "duration": [ - 19 + 16 ] }, { @@ -16431,7 +16431,7 @@ ], "count": 1, "duration": [ - 67 + 65 ] }, { @@ -16443,7 +16443,7 @@ ], "count": 1, "duration": [ - 20 + 22 ] }, { @@ -16466,7 +16466,7 @@ ], "count": 1, "duration": [ - 17 + 14 ] }, { @@ -16490,7 +16490,7 @@ ], "count": 1, "duration": [ - 18 + 14 ] }, { @@ -16501,7 +16501,7 @@ ], "count": 1, "duration": [ - 47 + 48 ] }, { @@ -16513,7 +16513,7 @@ ], "count": 1, "duration": [ - 16 + 17 ] }, { @@ -16525,7 +16525,7 @@ ], "count": 1, "duration": [ - 14 + 21 ] }, { @@ -16536,7 +16536,7 @@ ], "count": 1, "duration": [ - 25 + 28 ] }, { @@ -16571,7 +16571,7 @@ ], "count": 1, "duration": [ - 270 + 258 ] }, { @@ -16583,7 +16583,7 @@ ], "count": 1, "duration": [ - 14 + 19 ] }, { @@ -16595,7 +16595,7 @@ ], "count": 1, "duration": [ - 35 + 36 ] }, { @@ -16606,7 +16606,7 @@ ], "count": 1, "duration": [ - 59 + 60 ] }, { @@ -16618,7 +16618,7 @@ ], "count": 1, "duration": [ - 28 + 29 ] }, { @@ -16630,7 +16630,7 @@ ], "count": 1, "duration": [ - 24 + 23 ] }, { @@ -16641,7 +16641,7 @@ ], "count": 1, "duration": [ - 146 + 142 ] }, { @@ -16653,7 +16653,7 @@ ], "count": 1, "duration": [ - 23 + 21 ] }, { @@ -16676,7 +16676,7 @@ ], "count": 1, "duration": [ - 10 + 12 ] }, { @@ -16688,7 +16688,7 @@ ], "count": 1, "duration": [ - 11 + 12 ] }, { @@ -16700,7 +16700,7 @@ ], "count": 1, "duration": [ - 13 + 10 ] }, { @@ -16711,7 +16711,7 @@ ], "count": 1, "duration": [ - 122 + 123 ] }, { @@ -16735,7 +16735,7 @@ ], "count": 1, "duration": [ - 18 + 19 ] }, { @@ -16746,7 +16746,7 @@ ], "count": 1, "duration": [ - 55 + 56 ] }, { @@ -16758,7 +16758,7 @@ ], "count": 1, "duration": [ - 18 + 23 ] }, { @@ -16770,7 +16770,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -16781,7 +16781,7 @@ ], "count": 1, "duration": [ - 91 + 93 ] }, { @@ -16793,7 +16793,7 @@ ], "count": 1, "duration": [ - 14 + 11 ] }, { @@ -16805,7 +16805,7 @@ ], "count": 1, "duration": [ - 67 + 69 ] }, { @@ -16816,7 +16816,7 @@ ], "count": 1, "duration": [ - 85 + 82 ] }, { @@ -16828,7 +16828,7 @@ ], "count": 1, "duration": [ - 66 + 63 ] }, { @@ -16840,7 +16840,7 @@ ], "count": 1, "duration": [ - 11 + 10 ] }, { @@ -16851,7 +16851,7 @@ ], "count": 1, "duration": [ - 22 + 20 ] }, { @@ -16875,7 +16875,7 @@ ], "count": 1, "duration": [ - 76 + 77 ] }, { @@ -16886,7 +16886,7 @@ ], "count": 1, "duration": [ - 30 + 28 ] }, { @@ -16898,7 +16898,7 @@ ], "count": 1, "duration": [ - 69 + 67 ] }, { @@ -16910,7 +16910,7 @@ ], "count": 1, "duration": [ - 13 + 10 ] }, { @@ -16921,7 +16921,7 @@ ], "count": 1, "duration": [ - 94 + 96 ] }, { @@ -16933,7 +16933,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -16945,7 +16945,7 @@ ], "count": 1, "duration": [ - 34 + 33 ] }, { @@ -16956,7 +16956,7 @@ ], "count": 1, "duration": [ - 32 + 33 ] }, { @@ -16968,7 +16968,7 @@ ], "count": 1, "duration": [ - 42 + 31 ] }, { @@ -16980,7 +16980,7 @@ ], "count": 1, "duration": [ - 288 + 283 ] }, { @@ -16991,7 +16991,7 @@ ], "count": 1, "duration": [ - 314 + 309 ] }, { @@ -17003,7 +17003,7 @@ ], "count": 1, "duration": [ - 287 + 278 ] }, { @@ -17015,7 +17015,7 @@ ], "count": 1, "duration": [ - 46 + 48 ] }, { @@ -17026,7 +17026,7 @@ ], "count": 1, "duration": [ - 33 + 32 ] }, { @@ -17050,7 +17050,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -17085,7 +17085,7 @@ ], "count": 1, "duration": [ - 16 + 15 ] }, { @@ -17096,7 +17096,7 @@ ], "count": 1, "duration": [ - 58 + 57 ] }, { @@ -17108,7 +17108,7 @@ ], "count": 1, "duration": [ - 15 + 16 ] }, { @@ -17120,7 +17120,7 @@ ], "count": 1, "duration": [ - 12 + 10 ] }, { @@ -17143,7 +17143,7 @@ ], "count": 1, "duration": [ - 10 + 13 ] }, { @@ -17155,7 +17155,7 @@ ], "count": 1, "duration": [ - 45 + 43 ] }, { @@ -17166,7 +17166,7 @@ ], "count": 1, "duration": [ - 148 + 150 ] }, { @@ -17190,7 +17190,7 @@ ], "count": 1, "duration": [ - 28 + 23 ] }, { @@ -17201,7 +17201,7 @@ ], "count": 1, "duration": [ - 23 + 24 ] }, { @@ -17213,7 +17213,7 @@ ], "count": 1, "duration": [ - 26 + 28 ] }, { @@ -17236,7 +17236,7 @@ ], "count": 1, "duration": [ - 15 + 13 ] }, { @@ -17248,7 +17248,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -17260,7 +17260,7 @@ ], "count": 1, "duration": [ - 11 + 12 ] }, { @@ -17271,7 +17271,7 @@ ], "count": 1, "duration": [ - 12 + 11 ] }, { @@ -17295,7 +17295,7 @@ ], "count": 1, "duration": [ - 13 + 11 ] }, { @@ -17318,7 +17318,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -17330,7 +17330,7 @@ ], "count": 1, "duration": [ - 15 + 18 ] }, { @@ -17341,7 +17341,7 @@ ], "count": 1, "duration": [ - 56 + 46 ] }, { @@ -17365,7 +17365,7 @@ ], "count": 1, "duration": [ - 14 + 9 ] }, { @@ -17376,7 +17376,7 @@ ], "count": 1, "duration": [ - 99 + 93 ] }, { @@ -17388,7 +17388,7 @@ ], "count": 1, "duration": [ - 10 + 14 ] }, { @@ -17400,7 +17400,7 @@ ], "count": 1, "duration": [ - 31 + 32 ] }, { @@ -17411,7 +17411,7 @@ ], "count": 1, "duration": [ - 28 + 29 ] }, { @@ -17423,7 +17423,7 @@ ], "count": 1, "duration": [ - 31 + 30 ] }, { @@ -17435,7 +17435,7 @@ ], "count": 1, "duration": [ - 14 + 11 ] }, { @@ -17446,7 +17446,7 @@ ], "count": 1, "duration": [ - 14 + 13 ] }, { @@ -17458,7 +17458,7 @@ ], "count": 1, "duration": [ - 14 + 13 ] }, { @@ -17470,7 +17470,7 @@ ], "count": 1, "duration": [ - 15 + 13 ] }, { @@ -17481,7 +17481,7 @@ ], "count": 1, "duration": [ - 45 + 43 ] }, { @@ -17493,7 +17493,7 @@ ], "count": 1, "duration": [ - 17 + 24 ] }, { @@ -17505,7 +17505,7 @@ ], "count": 1, "duration": [ - 46 + 47 ] }, { @@ -17516,7 +17516,7 @@ ], "count": 1, "duration": [ - 17 + 16 ] }, { @@ -17528,7 +17528,7 @@ ], "count": 1, "duration": [ - 49 + 47 ] }, { @@ -17540,7 +17540,7 @@ ], "count": 1, "duration": [ - 51 + 57 ] }, { @@ -17551,7 +17551,7 @@ ], "count": 1, "duration": [ - 74 + 76 ] }, { @@ -17563,7 +17563,7 @@ ], "count": 1, "duration": [ - 59 + 57 ] }, { @@ -17575,7 +17575,7 @@ ], "count": 1, "duration": [ - 50 + 54 ] }, { @@ -17586,7 +17586,7 @@ ], "count": 1, "duration": [ - 42 + 54 ] }, { @@ -17598,7 +17598,7 @@ ], "count": 1, "duration": [ - 51 + 50 ] }, { @@ -17621,7 +17621,7 @@ ], "count": 1, "duration": [ - 26 + 34 ] }, { @@ -17633,7 +17633,7 @@ ], "count": 1, "duration": [ - 29 + 31 ] }, { @@ -17645,7 +17645,7 @@ ], "count": 1, "duration": [ - 24 + 26 ] }, { @@ -17656,7 +17656,7 @@ ], "count": 1, "duration": [ - 358 + 350 ] }, { @@ -17680,7 +17680,7 @@ ], "count": 1, "duration": [ - 27 + 25 ] }, { @@ -17691,7 +17691,7 @@ ], "count": 1, "duration": [ - 34 + 31 ] }, { @@ -17703,7 +17703,7 @@ ], "count": 1, "duration": [ - 32 + 34 ] }, { @@ -17715,7 +17715,7 @@ ], "count": 1, "duration": [ - 15 + 12 ] }, { @@ -17750,7 +17750,7 @@ ], "count": 1, "duration": [ - 21 + 20 ] }, { @@ -17761,7 +17761,7 @@ ], "count": 1, "duration": [ - 101 + 94 ] }, { @@ -17785,7 +17785,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -17808,7 +17808,7 @@ ], "count": 1, "duration": [ - 16 + 15 ] }, { @@ -17820,7 +17820,7 @@ ], "count": 1, "duration": [ - 44 + 47 ] }, { @@ -17831,7 +17831,7 @@ ], "count": 1, "duration": [ - 51 + 47 ] }, { @@ -17843,7 +17843,7 @@ ], "count": 1, "duration": [ - 45 + 38 ] }, { @@ -17855,7 +17855,7 @@ ], "count": 1, "duration": [ - 10 + 13 ] }, { @@ -17866,7 +17866,7 @@ ], "count": 1, "duration": [ - 21 + 19 ] }, { @@ -17878,7 +17878,7 @@ ], "count": 1, "duration": [ - 13 + 15 ] }, { @@ -17890,7 +17890,7 @@ ], "count": 1, "duration": [ - 23 + 22 ] }, { @@ -17901,7 +17901,7 @@ ], "count": 1, "duration": [ - 49 + 42 ] }, { @@ -17913,7 +17913,7 @@ ], "count": 1, "duration": [ - 28 + 25 ] }, { @@ -17925,7 +17925,7 @@ ], "count": 1, "duration": [ - 11 + 10 ] }, { @@ -17936,7 +17936,7 @@ ], "count": 1, "duration": [ - 89 + 88 ] }, { @@ -17948,7 +17948,7 @@ ], "count": 1, "duration": [ - 10 + 13 ] }, { @@ -17971,7 +17971,7 @@ ], "count": 1, "duration": [ - 197 + 193 ] }, { @@ -17995,7 +17995,7 @@ ], "count": 1, "duration": [ - 11 + 14 ] }, { @@ -18006,7 +18006,7 @@ ], "count": 1, "duration": [ - 43 + 41 ] }, { @@ -18018,7 +18018,7 @@ ], "count": 1, "duration": [ - 13 + 11 ] }, { @@ -18030,7 +18030,7 @@ ], "count": 1, "duration": [ - 21 + 17 ] }, { @@ -18041,7 +18041,7 @@ ], "count": 1, "duration": [ - 145 + 138 ] }, { @@ -18065,7 +18065,7 @@ ], "count": 1, "duration": [ - 46 + 41 ] }, { @@ -18076,7 +18076,7 @@ ], "count": 1, "duration": [ - 139 + 140 ] }, { @@ -18088,7 +18088,7 @@ ], "count": 1, "duration": [ - 37 + 36 ] }, { @@ -18100,7 +18100,7 @@ ], "count": 1, "duration": [ - 16 + 18 ] }, { @@ -18111,7 +18111,7 @@ ], "count": 1, "duration": [ - 12 + 15 ] }, { @@ -18123,7 +18123,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -18135,7 +18135,7 @@ ], "count": 1, "duration": [ - 29 + 28 ] }, { @@ -18146,7 +18146,7 @@ ], "count": 1, "duration": [ - 33 + 32 ] }, { @@ -18158,7 +18158,7 @@ ], "count": 1, "duration": [ - 34 + 32 ] }, { @@ -18170,7 +18170,7 @@ ], "count": 1, "duration": [ - 18 + 17 ] }, { @@ -18181,7 +18181,7 @@ ], "count": 1, "duration": [ - 96 + 90 ] }, { @@ -18193,7 +18193,7 @@ ], "count": 1, "duration": [ - 14 + 24 ] }, { @@ -18240,7 +18240,7 @@ ], "count": 1, "duration": [ - 71 + 64 ] }, { @@ -18251,7 +18251,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -18275,7 +18275,7 @@ ], "count": 1, "duration": [ - 33 + 41 ] }, { @@ -18286,7 +18286,7 @@ ], "count": 1, "duration": [ - 64 + 67 ] }, { @@ -18298,7 +18298,7 @@ ], "count": 1, "duration": [ - 38 + 33 ] }, { @@ -18310,7 +18310,7 @@ ], "count": 1, "duration": [ - 22 + 25 ] }, { @@ -18321,7 +18321,7 @@ ], "count": 1, "duration": [ - 70 + 71 ] }, { @@ -18333,7 +18333,7 @@ ], "count": 1, "duration": [ - 31 + 30 ] }, { @@ -18345,7 +18345,7 @@ ], "count": 1, "duration": [ - 89 + 95 ] }, { @@ -18356,7 +18356,7 @@ ], "count": 1, "duration": [ - 373 + 371 ] }, { @@ -18368,7 +18368,7 @@ ], "count": 1, "duration": [ - 95 + 94 ] }, { @@ -18380,7 +18380,7 @@ ], "count": 1, "duration": [ - 16 + 17 ] }, { @@ -18391,7 +18391,7 @@ ], "count": 1, "duration": [ - 53 + 52 ] }, { @@ -18403,7 +18403,7 @@ ], "count": 1, "duration": [ - 18 + 19 ] }, { @@ -18426,7 +18426,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -18438,7 +18438,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -18450,7 +18450,7 @@ ], "count": 1, "duration": [ - 13 + 15 ] }, { @@ -18461,7 +18461,7 @@ ], "count": 1, "duration": [ - 51 + 52 ] }, { @@ -18485,7 +18485,7 @@ ], "count": 1, "duration": [ - 31 + 29 ] }, { @@ -18496,7 +18496,7 @@ ], "count": 1, "duration": [ - 94 + 82 ] }, { @@ -18508,7 +18508,7 @@ ], "count": 1, "duration": [ - 29 + 27 ] }, { @@ -18520,7 +18520,7 @@ ], "count": 1, "duration": [ - 18 + 15 ] }, { @@ -18531,7 +18531,7 @@ ], "count": 1, "duration": [ - 20 + 19 ] }, { @@ -18543,7 +18543,7 @@ ], "count": 1, "duration": [ - 20 + 19 ] }, { @@ -18555,7 +18555,7 @@ ], "count": 1, "duration": [ - 12 + 14 ] }, { @@ -18566,7 +18566,7 @@ ], "count": 1, "duration": [ - 178 + 170 ] }, { @@ -18590,7 +18590,7 @@ ], "count": 1, "duration": [ - 126 + 120 ] }, { @@ -18601,7 +18601,7 @@ ], "count": 1, "duration": [ - 119 + 122 ] }, { @@ -18613,7 +18613,7 @@ ], "count": 1, "duration": [ - 120 + 119 ] }, { @@ -18625,7 +18625,7 @@ ], "count": 1, "duration": [ - 17 + 12 ] }, { @@ -18636,7 +18636,7 @@ ], "count": 1, "duration": [ - 17 + 16 ] }, { @@ -18648,7 +18648,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -18660,7 +18660,7 @@ ], "count": 1, "duration": [ - 20 + 19 ] }, { @@ -18671,7 +18671,7 @@ ], "count": 1, "duration": [ - 54 + 59 ] }, { @@ -18683,7 +18683,7 @@ ], "count": 1, "duration": [ - 20 + 23 ] }, { @@ -18706,7 +18706,7 @@ ], "count": 1, "duration": [ - 248 + 235 ] }, { @@ -18718,7 +18718,7 @@ ], "count": 1, "duration": [ - 11 + 14 ] }, { @@ -18730,7 +18730,7 @@ ], "count": 1, "duration": [ - 41 + 42 ] }, { @@ -18741,7 +18741,7 @@ ], "count": 1, "duration": [ - 441 + 427 ] }, { @@ -18753,7 +18753,7 @@ ], "count": 1, "duration": [ - 48 + 34 ] }, { @@ -18765,7 +18765,7 @@ ], "count": 1, "duration": [ - 192 + 198 ] }, { @@ -18776,7 +18776,7 @@ ], "count": 1, "duration": [ - 15 + 16 ] }, { @@ -18788,7 +18788,7 @@ ], "count": 1, "duration": [ - 200 + 199 ] }, { @@ -18811,7 +18811,7 @@ ], "count": 1, "duration": [ - 118 + 101 ] }, { @@ -18823,7 +18823,7 @@ ], "count": 1, "duration": [ - 77 + 78 ] }, { @@ -18835,7 +18835,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -18846,7 +18846,7 @@ ], "count": 1, "duration": [ - 26 + 25 ] }, { @@ -18870,7 +18870,7 @@ ], "count": 1, "duration": [ - 12 + 15 ] }, { @@ -18881,7 +18881,7 @@ ], "count": 1, "duration": [ - 91 + 84 ] }, { @@ -18893,7 +18893,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -18928,7 +18928,7 @@ ], "count": 1, "duration": [ - 18 + 17 ] }, { @@ -18951,7 +18951,7 @@ ], "count": 1, "duration": [ - 27 + 28 ] }, { @@ -18963,7 +18963,7 @@ ], "count": 1, "duration": [ - 12 + 13 ] }, { @@ -18975,7 +18975,7 @@ ], "count": 1, "duration": [ - 22 + 21 ] }, { @@ -18986,7 +18986,7 @@ ], "count": 1, "duration": [ - 58 + 55 ] }, { @@ -19010,7 +19010,7 @@ ], "count": 1, "duration": [ - 16 + 13 ] }, { @@ -19021,7 +19021,7 @@ ], "count": 1, "duration": [ - 21 + 22 ] }, { @@ -19033,7 +19033,7 @@ ], "count": 1, "duration": [ - 18 + 13 ] }, { @@ -19045,7 +19045,7 @@ ], "count": 1, "duration": [ - 12 + 14 ] }, { @@ -19056,7 +19056,7 @@ ], "count": 1, "duration": [ - 189 + 157 ] }, { @@ -19068,7 +19068,7 @@ ], "count": 1, "duration": [ - 15 + 12 ] }, { @@ -19080,7 +19080,7 @@ ], "count": 1, "duration": [ - 185 + 187 ] }, { @@ -19091,7 +19091,7 @@ ], "count": 1, "duration": [ - 86 + 99 ] }, { @@ -19103,7 +19103,7 @@ ], "count": 1, "duration": [ - 192 + 190 ] }, { @@ -19115,7 +19115,7 @@ ], "count": 1, "duration": [ - 23 + 28 ] }, { @@ -19126,7 +19126,7 @@ ], "count": 1, "duration": [ - 40 + 37 ] }, { @@ -19138,7 +19138,7 @@ ], "count": 1, "duration": [ - 28 + 27 ] }, { @@ -19150,7 +19150,7 @@ ], "count": 1, "duration": [ - 70 + 67 ] }, { @@ -19173,7 +19173,7 @@ ], "count": 1, "duration": [ - 73 + 72 ] }, { @@ -19185,7 +19185,7 @@ ], "count": 1, "duration": [ - 68 + 69 ] }, { @@ -19208,7 +19208,7 @@ ], "count": 1, "duration": [ - 62 + 60 ] }, { @@ -19220,7 +19220,7 @@ ], "count": 1, "duration": [ - 52 + 55 ] }, { @@ -19231,7 +19231,7 @@ ], "count": 1, "duration": [ - 52 + 56 ] }, { @@ -19255,7 +19255,7 @@ ], "count": 1, "duration": [ - 18 + 17 ] }, { @@ -19278,7 +19278,7 @@ ], "count": 1, "duration": [ - 16 + 15 ] }, { @@ -19290,7 +19290,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -19301,7 +19301,7 @@ ], "count": 1, "duration": [ - 11 + 17 ] }, { @@ -19348,7 +19348,7 @@ ], "count": 1, "duration": [ - 32 + 31 ] }, { @@ -19360,7 +19360,7 @@ ], "count": 1, "duration": [ - 92 + 98 ] }, { @@ -19371,7 +19371,7 @@ ], "count": 1, "duration": [ - 294 + 297 ] }, { @@ -19383,7 +19383,7 @@ ], "count": 1, "duration": [ - 98 + 94 ] }, { @@ -19395,7 +19395,7 @@ ], "count": 1, "duration": [ - 311 + 302 ] }, { @@ -19406,7 +19406,7 @@ ], "count": 1, "duration": [ - 348 + 344 ] }, { @@ -19418,7 +19418,7 @@ ], "count": 1, "duration": [ - 299 + 292 ] }, { @@ -19430,7 +19430,7 @@ ], "count": 1, "duration": [ - 242 + 233 ] }, { @@ -19441,7 +19441,7 @@ ], "count": 1, "duration": [ - 251 + 246 ] }, { @@ -19453,7 +19453,7 @@ ], "count": 1, "duration": [ - 238 + 235 ] }, { @@ -19465,7 +19465,7 @@ ], "count": 1, "duration": [ - 179 + 178 ] }, { @@ -19476,7 +19476,7 @@ ], "count": 1, "duration": [ - 169 + 167 ] }, { @@ -19488,7 +19488,7 @@ ], "count": 1, "duration": [ - 179 + 182 ] }, { @@ -19500,7 +19500,7 @@ ], "count": 1, "duration": [ - 18 + 15 ] }, { @@ -19511,7 +19511,7 @@ ], "count": 1, "duration": [ - 28 + 25 ] }, { @@ -19523,7 +19523,7 @@ ], "count": 1, "duration": [ - 18 + 16 ] }, { @@ -19535,7 +19535,7 @@ ], "count": 1, "duration": [ - 20 + 19 ] }, { @@ -19546,7 +19546,7 @@ ], "count": 1, "duration": [ - 22 + 23 ] }, { @@ -19558,7 +19558,7 @@ ], "count": 1, "duration": [ - 18 + 19 ] }, { @@ -19570,7 +19570,7 @@ ], "count": 1, "duration": [ - 21 + 20 ] }, { @@ -19581,7 +19581,7 @@ ], "count": 1, "duration": [ - 691 + 686 ] }, { @@ -19593,7 +19593,7 @@ ], "count": 1, "duration": [ - 24 + 23 ] }, { @@ -19605,7 +19605,7 @@ ], "count": 1, "duration": [ - 80 + 74 ] }, { @@ -19628,7 +19628,7 @@ ], "count": 1, "duration": [ - 82 + 79 ] }, { @@ -19640,7 +19640,7 @@ ], "count": 1, "duration": [ - 81 + 69 ] }, { @@ -19651,7 +19651,7 @@ ], "count": 1, "duration": [ - 257 + 258 ] }, { @@ -19675,7 +19675,7 @@ ], "count": 1, "duration": [ - 14 + 13 ] }, { @@ -19686,7 +19686,7 @@ ], "count": 1, "duration": [ - 217 + 214 ] }, { @@ -19698,7 +19698,7 @@ ], "count": 1, "duration": [ - 16 + 13 ] }, { @@ -19721,7 +19721,7 @@ ], "count": 1, "duration": [ - 21 + 22 ] }, { @@ -19733,7 +19733,7 @@ ], "count": 1, "duration": [ - 14 + 16 ] }, { @@ -19745,7 +19745,7 @@ ], "count": 1, "duration": [ - 17 + 18 ] }, { @@ -19756,7 +19756,7 @@ ], "count": 1, "duration": [ - 41 + 43 ] }, { @@ -19768,7 +19768,7 @@ ], "count": 1, "duration": [ - 20 + 14 ] }, { @@ -19780,7 +19780,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -19791,7 +19791,7 @@ ], "count": 1, "duration": [ - 106 + 105 ] }, { @@ -19815,7 +19815,7 @@ ], "count": 1, "duration": [ - 13 + 16 ] }, { @@ -19826,7 +19826,7 @@ ], "count": 1, "duration": [ - 33 + 32 ] }, { @@ -19838,7 +19838,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -19850,7 +19850,7 @@ ], "count": 1, "duration": [ - 11 + 12 ] }, { @@ -19861,7 +19861,7 @@ ], "count": 1, "duration": [ - 20 + 18 ] }, { @@ -19885,7 +19885,7 @@ ], "count": 1, "duration": [ - 113 + 101 ] }, { @@ -19908,7 +19908,7 @@ ], "count": 1, "duration": [ - 109 + 102 ] }, { @@ -19920,7 +19920,7 @@ ], "count": 1, "duration": [ - 10 + 11 ] }, { @@ -19931,7 +19931,7 @@ ], "count": 1, "duration": [ - 14 + 12 ] }, { @@ -19943,7 +19943,7 @@ ], "count": 1, "duration": [ - 14 + 17 ] }, { @@ -19955,7 +19955,7 @@ ], "count": 1, "duration": [ - 337 + 335 ] }, { @@ -19966,7 +19966,7 @@ ], "count": 1, "duration": [ - 343 + 390 ] }, { @@ -19978,7 +19978,7 @@ ], "count": 1, "duration": [ - 330 + 325 ] }, { @@ -19990,7 +19990,7 @@ ], "count": 1, "duration": [ - 239 + 243 ] }, { @@ -20001,7 +20001,7 @@ ], "count": 1, "duration": [ - 103 + 91 ] }, { @@ -20013,7 +20013,7 @@ ], "count": 1, "duration": [ - 254 + 234 ] }, { @@ -20025,7 +20025,7 @@ ], "count": 1, "duration": [ - 19 + 16 ] }, { @@ -20036,7 +20036,7 @@ ], "count": 1, "duration": [ - 20 + 21 ] }, { @@ -20048,7 +20048,7 @@ ], "count": 1, "duration": [ - 23 + 22 ] }, { @@ -20060,7 +20060,7 @@ ], "count": 1, "duration": [ - 19 + 17 ] }, { @@ -20071,7 +20071,7 @@ ], "count": 1, "duration": [ - 85 + 82 ] }, { @@ -20083,7 +20083,7 @@ ], "count": 1, "duration": [ - 15 + 18 ] }, { @@ -20095,7 +20095,7 @@ ], "count": 1, "duration": [ - 16 + 15 ] }, { @@ -20106,7 +20106,7 @@ ], "count": 1, "duration": [ - 18 + 17 ] }, { @@ -20130,7 +20130,7 @@ ], "count": 1, "duration": [ - 11 + 12 ] }, { @@ -20153,7 +20153,7 @@ ], "count": 1, "duration": [ - 14 + 16 ] }, { @@ -20165,7 +20165,7 @@ ], "count": 1, "duration": [ - 46 + 42 ] }, { @@ -20188,7 +20188,7 @@ ], "count": 1, "duration": [ - 52 + 44 ] }, { @@ -20200,7 +20200,7 @@ ], "count": 1, "duration": [ - 29 + 28 ] }, { @@ -20246,7 +20246,7 @@ ], "count": 1, "duration": [ - 18 + 17 ] }, { @@ -20258,7 +20258,7 @@ ], "count": 1, "duration": [ - 14 + 15 ] }, { @@ -20281,7 +20281,7 @@ ], "count": 1, "duration": [ - 68 + 69 ] }, { @@ -20305,7 +20305,7 @@ ], "count": 1, "duration": [ - 19 + 21 ] }, { @@ -20340,7 +20340,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -20351,7 +20351,7 @@ ], "count": 1, "duration": [ - 31 + 38 ] }, { @@ -20375,7 +20375,7 @@ ], "count": 1, "duration": [ - 162 + 160 ] }, { @@ -20386,7 +20386,7 @@ ], "count": 1, "duration": [ - 321 + 318 ] }, { @@ -20398,7 +20398,7 @@ ], "count": 1, "duration": [ - 159 + 174 ] }, { @@ -20410,7 +20410,7 @@ ], "count": 1, "duration": [ - 18 + 14 ] }, { @@ -20421,7 +20421,7 @@ ], "count": 1, "duration": [ - 18 + 19 ] }, { @@ -20445,7 +20445,7 @@ ], "count": 1, "duration": [ - 9 + 12 ] }, { @@ -20468,7 +20468,7 @@ ], "count": 1, "duration": [ - 11 + 13 ] }, { @@ -20480,7 +20480,7 @@ ], "count": 1, "duration": [ - 15 + 18 ] }, { @@ -20491,7 +20491,7 @@ ], "count": 1, "duration": [ - 19 + 17 ] }, { @@ -20503,7 +20503,7 @@ ], "count": 1, "duration": [ - 16 + 18 ] }, { @@ -20515,7 +20515,7 @@ ], "count": 1, "duration": [ - 20 + 16 ] }, { @@ -20526,7 +20526,7 @@ ], "count": 1, "duration": [ - 136 + 135 ] }, { @@ -20550,7 +20550,7 @@ ], "count": 1, "duration": [ - 41 + 43 ] }, { @@ -20561,7 +20561,7 @@ ], "count": 1, "duration": [ - 35 + 34 ] }, { @@ -20573,7 +20573,7 @@ ], "count": 1, "duration": [ - 39 + 36 ] }, { @@ -20585,7 +20585,7 @@ ], "count": 1, "duration": [ - 12 + 13 ] }, { @@ -20596,7 +20596,7 @@ ], "count": 1, "duration": [ - 20 + 27 ] }, { @@ -20608,7 +20608,7 @@ ], "count": 1, "duration": [ - 12 + 10 ] }, { @@ -20631,7 +20631,7 @@ ], "count": 1, "duration": [ - 39 + 41 ] }, { @@ -20643,7 +20643,7 @@ ], "count": 1, "duration": [ - 26 + 24 ] }, { @@ -20655,7 +20655,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -20666,7 +20666,7 @@ ], "count": 1, "duration": [ - 64 + 66 ] }, { @@ -20678,7 +20678,7 @@ ], "count": 1, "duration": [ - 15 + 17 ] }, { @@ -20690,7 +20690,7 @@ ], "count": 1, "duration": [ - 13 + 14 ] }, { @@ -20713,7 +20713,7 @@ ], "count": 1, "duration": [ - 18 + 17 ] }, { @@ -20725,7 +20725,7 @@ ], "count": 1, "duration": [ - 12 + 13 ] }, { @@ -20736,7 +20736,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -20748,7 +20748,7 @@ ], "count": 1, "duration": [ - 13 + 11 ] }, { @@ -20760,7 +20760,7 @@ ], "count": 1, "duration": [ - 56 + 63 ] }, { @@ -20771,7 +20771,7 @@ ], "count": 1, "duration": [ - 61 + 57 ] }, { @@ -20783,7 +20783,7 @@ ], "count": 1, "duration": [ - 59 + 65 ] }, { @@ -20806,7 +20806,7 @@ ], "count": 1, "duration": [ - 63 + 61 ] }, { @@ -20818,7 +20818,7 @@ ], "count": 1, "duration": [ - 22 + 19 ] }, { @@ -20830,7 +20830,7 @@ ], "count": 1, "duration": [ - 156 + 155 ] }, { @@ -20841,7 +20841,7 @@ ], "count": 1, "duration": [ - 324 + 316 ] }, { @@ -20853,7 +20853,7 @@ ], "count": 1, "duration": [ - 148 + 155 ] }, { @@ -20865,7 +20865,7 @@ ], "count": 1, "duration": [ - 13 + 12 ] }, { @@ -20876,7 +20876,7 @@ ], "count": 1, "duration": [ - 92 + 95 ] }, { @@ -20888,7 +20888,7 @@ ], "count": 1, "duration": [ - 15 + 14 ] }, { @@ -20900,7 +20900,7 @@ ], "count": 1, "duration": [ - 10 + 11 ] }, { @@ -20911,7 +20911,7 @@ ], "count": 1, "duration": [ - 40 + 39 ] }, { @@ -20935,7 +20935,7 @@ ], "count": 1, "duration": [ - 15 + 12 ] }, { @@ -20946,7 +20946,7 @@ ], "count": 1, "duration": [ - 46 + 39 ] }, { @@ -20958,7 +20958,7 @@ ], "count": 1, "duration": [ - 16 + 15 ] }, { @@ -20970,7 +20970,7 @@ ], "count": 1, "duration": [ - 423 + 415 ] }, { @@ -20981,7 +20981,7 @@ ], "count": 1, "duration": [ - 424 + 417 ] }, { @@ -20993,7 +20993,7 @@ ], "count": 1, "duration": [ - 439 + 407 ] }, { @@ -21003,7 +21003,7 @@ ], "count": 1, "duration": [ - 2807 + 2615 ] }, { @@ -21014,7 +21014,7 @@ ], "count": 1, "duration": [ - 613 + 578 ] }, { @@ -21025,7 +21025,7 @@ ], "count": 1, "duration": [ - 260 + 297 ] }, { @@ -21036,7 +21036,7 @@ ], "count": 1, "duration": [ - 600 + 638 ] } ], @@ -31562,7 +31562,7 @@ ] }, "TOP_100": { - "pizza-engine-0.1": [ + "lucene-9.9.2-bp": [ { "query": "the", "tags": [ @@ -31570,7 +31570,7 @@ ], "count": 1, "duration": [ - 9 + 852 ] }, { @@ -31582,7 +31582,7 @@ ], "count": 1, "duration": [ - 84 + 27 ] }, { @@ -31593,7 +31593,7 @@ ], "count": 1, "duration": [ - 17 + 23 ] }, { @@ -31605,7 +31605,7 @@ ], "count": 1, "duration": [ - 94 + 46 ] }, { @@ -31617,7 +31617,7 @@ ], "count": 1, "duration": [ - 33 + 23 ] }, { @@ -31628,7 +31628,7 @@ ], "count": 1, "duration": [ - 12 + 26 ] }, { @@ -31640,7 +31640,7 @@ ], "count": 1, "duration": [ - 33 + 34 ] }, { @@ -31652,7 +31652,7 @@ ], "count": 1, "duration": [ - 223 + 33 ] }, { @@ -31663,7 +31663,7 @@ ], "count": 1, "duration": [ - 42 + 33 ] }, { @@ -31675,7 +31675,7 @@ ], "count": 1, "duration": [ - 258 + 111 ] }, { @@ -31687,7 +31687,7 @@ ], "count": 1, "duration": [ - 183 + 25 ] }, { @@ -31698,7 +31698,7 @@ ], "count": 1, "duration": [ - 22 + 30 ] }, { @@ -31710,7 +31710,7 @@ ], "count": 1, "duration": [ - 170 + 78 ] }, { @@ -31722,7 +31722,7 @@ ], "count": 1, "duration": [ - 445 + 42 ] }, { @@ -31733,7 +31733,7 @@ ], "count": 1, "duration": [ - 36 + 43 ] }, { @@ -31745,7 +31745,7 @@ ], "count": 1, "duration": [ - 443 + 131 ] }, { @@ -31757,7 +31757,7 @@ ], "count": 1, "duration": [ - 365 + 44 ] }, { @@ -31768,7 +31768,7 @@ ], "count": 1, "duration": [ - 60 + 47 ] }, { @@ -31780,7 +31780,7 @@ ], "count": 1, "duration": [ - 385 + 120 ] }, { @@ -31792,7 +31792,7 @@ ], "count": 1, "duration": [ - 655 + 89 ] }, { @@ -31803,7 +31803,7 @@ ], "count": 1, "duration": [ - 216 + 107 ] }, { @@ -31815,7 +31815,7 @@ ], "count": 1, "duration": [ - 653 + 274 ] }, { @@ -31827,7 +31827,7 @@ ], "count": 1, "duration": [ - 55 + 21 ] }, { @@ -31838,7 +31838,7 @@ ], "count": 1, "duration": [ - 17 + 20 ] }, { @@ -31850,7 +31850,7 @@ ], "count": 1, "duration": [ - 65 + 39 ] }, { @@ -31862,7 +31862,7 @@ ], "count": 1, "duration": [ - 627 + 46 ] }, { @@ -31873,7 +31873,7 @@ ], "count": 1, "duration": [ - 64 + 49 ] }, { @@ -31885,7 +31885,7 @@ ], "count": 1, "duration": [ - 626 + 161 ] }, { @@ -31897,7 +31897,7 @@ ], "count": 1, "duration": [ - 434 + 90 ] }, { @@ -31908,7 +31908,7 @@ ], "count": 1, "duration": [ - 143 + 163 ] }, { @@ -31920,7 +31920,7 @@ ], "count": 1, "duration": [ - 443 + 426 ] }, { @@ -31932,7 +31932,7 @@ ], "count": 1, "duration": [ - 467 + 59 ] }, { @@ -31943,7 +31943,7 @@ ], "count": 1, "duration": [ - 134 + 66 ] }, { @@ -31955,7 +31955,7 @@ ], "count": 1, "duration": [ - 463 + 148 ] }, { @@ -31967,7 +31967,7 @@ ], "count": 1, "duration": [ - 569 + 39 ] }, { @@ -31978,7 +31978,7 @@ ], "count": 1, "duration": [ - 63 + 40 ] }, { @@ -31990,7 +31990,7 @@ ], "count": 1, "duration": [ - 566 + 250 ] }, { @@ -32002,7 +32002,7 @@ ], "count": 1, "duration": [ - 195 + 33 ] }, { @@ -32013,7 +32013,7 @@ ], "count": 1, "duration": [ - 28 + 33 ] }, { @@ -32025,7 +32025,7 @@ ], "count": 1, "duration": [ - 198 + 79 ] }, { @@ -32037,7 +32037,7 @@ ], "count": 1, "duration": [ - 363 + 45 ] }, { @@ -32048,7 +32048,7 @@ ], "count": 1, "duration": [ - 75 + 51 ] }, { @@ -32060,7 +32060,7 @@ ], "count": 1, "duration": [ - 384 + 159 ] }, { @@ -32072,7 +32072,7 @@ ], "count": 1, "duration": [ - 263 + 33 ] }, { @@ -32083,7 +32083,7 @@ ], "count": 1, "duration": [ - 25 + 36 ] }, { @@ -32095,7 +32095,7 @@ ], "count": 1, "duration": [ - 257 + 99 ] }, { @@ -32107,7 +32107,7 @@ ], "count": 1, "duration": [ - 510 + 30 ] }, { @@ -32118,7 +32118,7 @@ ], "count": 1, "duration": [ - 56 + 35 ] }, { @@ -32130,7 +32130,7 @@ ], "count": 1, "duration": [ - 499 + 205 ] }, { @@ -32142,7 +32142,7 @@ ], "count": 1, "duration": [ - 107 + 27 ] }, { @@ -32153,7 +32153,7 @@ ], "count": 1, "duration": [ - 23 + 26 ] }, { @@ -32165,7 +32165,7 @@ ], "count": 1, "duration": [ - 110 + 63 ] }, { @@ -32177,7 +32177,7 @@ ], "count": 1, "duration": [ - 433 + 63 ] }, { @@ -32188,7 +32188,7 @@ ], "count": 1, "duration": [ - 105 + 59 ] }, { @@ -32200,7 +32200,7 @@ ], "count": 1, "duration": [ - 430 + 116 ] }, { @@ -32212,7 +32212,7 @@ ], "count": 1, "duration": [ - 823 + 27 ] }, { @@ -32223,7 +32223,7 @@ ], "count": 1, "duration": [ - 242 + 25 ] }, { @@ -32235,7 +32235,7 @@ ], "count": 1, "duration": [ - 811 + 198 ] }, { @@ -32247,7 +32247,7 @@ ], "count": 1, "duration": [ - 815 + 62 ] }, { @@ -32258,7 +32258,7 @@ ], "count": 1, "duration": [ - 118 + 68 ] }, { @@ -32270,7 +32270,7 @@ ], "count": 1, "duration": [ - 807 + 210 ] }, { @@ -32282,7 +32282,7 @@ ], "count": 1, "duration": [ - 444 + 67 ] }, { @@ -32293,7 +32293,7 @@ ], "count": 1, "duration": [ - 93 + 68 ] }, { @@ -32305,7 +32305,7 @@ ], "count": 1, "duration": [ - 461 + 152 ] }, { @@ -32317,7 +32317,7 @@ ], "count": 1, "duration": [ - 460 + 114 ] }, { @@ -32328,7 +32328,7 @@ ], "count": 1, "duration": [ - 470 + 147 ] }, { @@ -32340,7 +32340,7 @@ ], "count": 1, "duration": [ - 509 + 136 ] }, { @@ -32352,7 +32352,7 @@ ], "count": 1, "duration": [ - 355 + 36 ] }, { @@ -32363,7 +32363,7 @@ ], "count": 1, "duration": [ - 30 + 35 ] }, { @@ -32375,7 +32375,7 @@ ], "count": 1, "duration": [ - 335 + 115 ] }, { @@ -32387,7 +32387,7 @@ ], "count": 1, "duration": [ - 471 + 66 ] }, { @@ -32398,7 +32398,7 @@ ], "count": 1, "duration": [ - 126 + 68 ] }, { @@ -32410,7 +32410,7 @@ ], "count": 1, "duration": [ - 482 + 144 ] }, { @@ -32422,7 +32422,7 @@ ], "count": 1, "duration": [ - 440 + 54 ] }, { @@ -32433,7 +32433,7 @@ ], "count": 1, "duration": [ - 94 + 52 ] }, { @@ -32445,7 +32445,7 @@ ], "count": 1, "duration": [ - 428 + 85 ] }, { @@ -32457,7 +32457,7 @@ ], "count": 1, "duration": [ - 848 + 56 ] }, { @@ -32468,7 +32468,7 @@ ], "count": 1, "duration": [ - 157 + 51 ] }, { @@ -32480,7 +32480,7 @@ ], "count": 1, "duration": [ - 799 + 226 ] }, { @@ -32492,7 +32492,7 @@ ], "count": 1, "duration": [ - 191 + 29 ] }, { @@ -32503,7 +32503,7 @@ ], "count": 1, "duration": [ - 32 + 26 ] }, { @@ -32515,7 +32515,7 @@ ], "count": 1, "duration": [ - 196 + 77 ] }, { @@ -32527,7 +32527,7 @@ ], "count": 1, "duration": [ - 673 + 47 ] }, { @@ -32538,7 +32538,7 @@ ], "count": 1, "duration": [ - 84 + 43 ] }, { @@ -32550,7 +32550,7 @@ ], "count": 1, "duration": [ - 672 + 161 ] }, { @@ -32562,7 +32562,7 @@ ], "count": 1, "duration": [ - 301 + 39 ] }, { @@ -32573,7 +32573,7 @@ ], "count": 1, "duration": [ - 58 + 42 ] }, { @@ -32585,7 +32585,7 @@ ], "count": 1, "duration": [ - 308 + 168 ] }, { @@ -32597,7 +32597,7 @@ ], "count": 1, "duration": [ - 713 + 49 ] }, { @@ -32608,7 +32608,7 @@ ], "count": 1, "duration": [ - 97 + 50 ] }, { @@ -32620,7 +32620,7 @@ ], "count": 1, "duration": [ - 693 + 169 ] }, { @@ -32632,7 +32632,7 @@ ], "count": 1, "duration": [ - 260 + 30 ] }, { @@ -32643,7 +32643,7 @@ ], "count": 1, "duration": [ - 31 + 37 ] }, { @@ -32655,7 +32655,7 @@ ], "count": 1, "duration": [ - 270 + 101 ] }, { @@ -32667,7 +32667,7 @@ ], "count": 1, "duration": [ - 785 + 152 ] }, { @@ -32678,7 +32678,7 @@ ], "count": 1, "duration": [ - 554 + 186 ] }, { @@ -32690,7 +32690,7 @@ ], "count": 1, "duration": [ - 772 + 224 ] }, { @@ -32702,7 +32702,7 @@ ], "count": 1, "duration": [ - 454 + 64 ] }, { @@ -32713,7 +32713,7 @@ ], "count": 1, "duration": [ - 121 + 64 ] }, { @@ -32725,7 +32725,7 @@ ], "count": 1, "duration": [ - 471 + 132 ] }, { @@ -32737,7 +32737,7 @@ ], "count": 1, "duration": [ - 499 + 88 ] }, { @@ -32748,7 +32748,7 @@ ], "count": 1, "duration": [ - 199 + 91 ] }, { @@ -32760,7 +32760,7 @@ ], "count": 1, "duration": [ - 492 + 156 ] }, { @@ -32772,7 +32772,7 @@ ], "count": 1, "duration": [ - 61 + 23 ] }, { @@ -32783,7 +32783,7 @@ ], "count": 1, "duration": [ - 21 + 26 ] }, { @@ -32795,7 +32795,7 @@ ], "count": 1, "duration": [ - 67 + 40 ] }, { @@ -32807,7 +32807,7 @@ ], "count": 1, "duration": [ - 930 + 85 ] }, { @@ -32818,7 +32818,7 @@ ], "count": 1, "duration": [ - 279 + 90 ] }, { @@ -32830,7 +32830,7 @@ ], "count": 1, "duration": [ - 885 + 294 ] }, { @@ -32842,7 +32842,7 @@ ], "count": 1, "duration": [ - 1250 + 117 ] }, { @@ -32853,7 +32853,7 @@ ], "count": 1, "duration": [ - 594 + 138 ] }, { @@ -32865,7 +32865,7 @@ ], "count": 1, "duration": [ - 1261 + 412 ] }, { @@ -32877,7 +32877,7 @@ ], "count": 1, "duration": [ - 967 + 65 ] }, { @@ -32888,7 +32888,7 @@ ], "count": 1, "duration": [ - 202 + 70 ] }, { @@ -32900,7 +32900,7 @@ ], "count": 1, "duration": [ - 967 + 320 ] }, { @@ -32912,7 +32912,7 @@ ], "count": 1, "duration": [ - 76 + 23 ] }, { @@ -32923,7 +32923,7 @@ ], "count": 1, "duration": [ - 13 + 24 ] }, { @@ -32935,7 +32935,7 @@ ], "count": 1, "duration": [ - 61 + 40 ] }, { @@ -32947,7 +32947,7 @@ ], "count": 1, "duration": [ - 156 + 32 ] }, { @@ -32958,7 +32958,7 @@ ], "count": 1, "duration": [ - 18 + 31 ] }, { @@ -32970,7 +32970,7 @@ ], "count": 1, "duration": [ - 152 + 69 ] }, { @@ -32982,7 +32982,7 @@ ], "count": 1, "duration": [ - 299 + 53 ] }, { @@ -32993,7 +32993,7 @@ ], "count": 1, "duration": [ - 40 + 82 ] }, { @@ -33005,7 +33005,7 @@ ], "count": 1, "duration": [ - 301 + 629 ] }, { @@ -33017,7 +33017,7 @@ ], "count": 1, "duration": [ - 644 + 183 ] }, { @@ -33028,7 +33028,7 @@ ], "count": 1, "duration": [ - 470 + 297 ] }, { @@ -33040,7 +33040,7 @@ ], "count": 1, "duration": [ - 638 + 338 ] }, { @@ -33052,7 +33052,7 @@ ], "count": 1, "duration": [ - 343 + 24 ] }, { @@ -33063,7 +33063,7 @@ ], "count": 1, "duration": [ - 47 + 26 ] }, { @@ -33075,7 +33075,7 @@ ], "count": 1, "duration": [ - 343 + 190 ] }, { @@ -33087,7 +33087,7 @@ ], "count": 1, "duration": [ - 835 + 37 ] }, { @@ -33098,7 +33098,7 @@ ], "count": 1, "duration": [ - 194 + 38 ] }, { @@ -33110,7 +33110,7 @@ ], "count": 1, "duration": [ - 856 + 291 ] }, { @@ -33122,7 +33122,7 @@ ], "count": 1, "duration": [ - 659 + 203 ] }, { @@ -33133,7 +33133,7 @@ ], "count": 1, "duration": [ - 548 + 361 ] }, { @@ -33145,7 +33145,7 @@ ], "count": 1, "duration": [ - 666 + 319 ] }, { @@ -33157,7 +33157,7 @@ ], "count": 1, "duration": [ - 310 + 38 ] }, { @@ -33168,7 +33168,7 @@ ], "count": 1, "duration": [ - 40 + 42 ] }, { @@ -33180,7 +33180,7 @@ ], "count": 1, "duration": [ - 299 + 134 ] }, { @@ -33192,7 +33192,7 @@ ], "count": 1, "duration": [ - 340 + 44 ] }, { @@ -33203,7 +33203,7 @@ ], "count": 1, "duration": [ - 46 + 52 ] }, { @@ -33215,7 +33215,7 @@ ], "count": 1, "duration": [ - 352 + 106 ] }, { @@ -33227,7 +33227,7 @@ ], "count": 1, "duration": [ - 398 + 64 ] }, { @@ -33238,7 +33238,7 @@ ], "count": 1, "duration": [ - 92 + 68 ] }, { @@ -33250,7 +33250,7 @@ ], "count": 1, "duration": [ - 403 + 129 ] }, { @@ -33262,7 +33262,7 @@ ], "count": 1, "duration": [ - 201 + 19 ] }, { @@ -33285,7 +33285,7 @@ ], "count": 1, "duration": [ - 196 + 77 ] }, { @@ -33297,7 +33297,7 @@ ], "count": 1, "duration": [ - 22 + 23 ] }, { @@ -33308,7 +33308,7 @@ ], "count": 1, "duration": [ - 17 + 24 ] }, { @@ -33320,7 +33320,7 @@ ], "count": 1, "duration": [ - 24 + 28 ] }, { @@ -33332,7 +33332,7 @@ ], "count": 1, "duration": [ - 357 + 96 ] }, { @@ -33343,7 +33343,7 @@ ], "count": 1, "duration": [ - 65 + 100 ] }, { @@ -33355,7 +33355,7 @@ ], "count": 1, "duration": [ - 363 + 514 ] }, { @@ -33367,7 +33367,7 @@ ], "count": 1, "duration": [ - 258 + 30 ] }, { @@ -33378,7 +33378,7 @@ ], "count": 1, "duration": [ - 33 + 28 ] }, { @@ -33390,7 +33390,7 @@ ], "count": 1, "duration": [ - 253 + 122 ] }, { @@ -33402,7 +33402,7 @@ ], "count": 1, "duration": [ - 212 + 29 ] }, { @@ -33413,7 +33413,7 @@ ], "count": 1, "duration": [ - 37 + 30 ] }, { @@ -33425,7 +33425,7 @@ ], "count": 1, "duration": [ - 183 + 77 ] }, { @@ -33437,7 +33437,7 @@ ], "count": 1, "duration": [ - 557 + 120 ] }, { @@ -33448,7 +33448,7 @@ ], "count": 1, "duration": [ - 217 + 183 ] }, { @@ -33460,7 +33460,7 @@ ], "count": 1, "duration": [ - 579 + 272 ] }, { @@ -33472,7 +33472,7 @@ ], "count": 1, "duration": [ - 73 + 24 ] }, { @@ -33483,7 +33483,7 @@ ], "count": 1, "duration": [ - 13 + 26 ] }, { @@ -33495,7 +33495,7 @@ ], "count": 1, "duration": [ - 73 + 39 ] }, { @@ -33507,7 +33507,7 @@ ], "count": 1, "duration": [ - 170 + 38 ] }, { @@ -33518,7 +33518,7 @@ ], "count": 1, "duration": [ - 23 + 38 ] }, { @@ -33530,7 +33530,7 @@ ], "count": 1, "duration": [ - 174 + 800 ] }, { @@ -33542,7 +33542,7 @@ ], "count": 1, "duration": [ - 259 + 59 ] }, { @@ -33553,7 +33553,7 @@ ], "count": 1, "duration": [ - 37 + 79 ] }, { @@ -33565,7 +33565,7 @@ ], "count": 1, "duration": [ - 253 + 622 ] }, { @@ -33577,7 +33577,7 @@ ], "count": 1, "duration": [ - 143 + 38 ] }, { @@ -33588,7 +33588,7 @@ ], "count": 1, "duration": [ - 20 + 37 ] }, { @@ -33600,7 +33600,7 @@ ], "count": 1, "duration": [ - 125 + 741 ] }, { @@ -33612,7 +33612,7 @@ ], "count": 1, "duration": [ - 473 + 69 ] }, { @@ -33623,7 +33623,7 @@ ], "count": 1, "duration": [ - 140 + 74 ] }, { @@ -33635,7 +33635,7 @@ ], "count": 1, "duration": [ - 465 + 135 ] }, { @@ -33647,7 +33647,7 @@ ], "count": 1, "duration": [ - 49 + 20 ] }, { @@ -33658,7 +33658,7 @@ ], "count": 1, "duration": [ - 14 + 22 ] }, { @@ -33670,7 +33670,7 @@ ], "count": 1, "duration": [ - 52 + 36 ] }, { @@ -33682,7 +33682,7 @@ ], "count": 1, "duration": [ - 424 + 59 ] }, { @@ -33693,7 +33693,7 @@ ], "count": 1, "duration": [ - 84 + 49 ] }, { @@ -33705,7 +33705,7 @@ ], "count": 1, "duration": [ - 437 + 136 ] }, { @@ -33717,7 +33717,7 @@ ], "count": 1, "duration": [ - 38 + 22 ] }, { @@ -33728,7 +33728,7 @@ ], "count": 1, "duration": [ - 16 + 22 ] }, { @@ -33740,7 +33740,7 @@ ], "count": 1, "duration": [ - 38 + 36 ] }, { @@ -33752,7 +33752,7 @@ ], "count": 1, "duration": [ - 233 + 39 ] }, { @@ -33763,7 +33763,7 @@ ], "count": 1, "duration": [ - 47 + 44 ] }, { @@ -33775,7 +33775,7 @@ ], "count": 1, "duration": [ - 260 + 97 ] }, { @@ -33787,7 +33787,7 @@ ], "count": 1, "duration": [ - 557 + 96 ] }, { @@ -33798,7 +33798,7 @@ ], "count": 1, "duration": [ - 189 + 100 ] }, { @@ -33810,7 +33810,7 @@ ], "count": 1, "duration": [ - 562 + 167 ] }, { @@ -33822,7 +33822,7 @@ ], "count": 1, "duration": [ - 95 + 27 ] }, { @@ -33833,7 +33833,7 @@ ], "count": 1, "duration": [ - 13 + 25 ] }, { @@ -33845,7 +33845,7 @@ ], "count": 1, "duration": [ - 88 + 52 ] }, { @@ -33857,7 +33857,7 @@ ], "count": 1, "duration": [ - 159 + 43 ] }, { @@ -33868,7 +33868,7 @@ ], "count": 1, "duration": [ - 67 + 49 ] }, { @@ -33880,7 +33880,7 @@ ], "count": 1, "duration": [ - 164 + 79 ] }, { @@ -33892,7 +33892,7 @@ ], "count": 1, "duration": [ - 224 + 34 ] }, { @@ -33903,7 +33903,7 @@ ], "count": 1, "duration": [ - 31 + 32 ] }, { @@ -33915,7 +33915,7 @@ ], "count": 1, "duration": [ - 206 + 85 ] }, { @@ -33927,7 +33927,7 @@ ], "count": 1, "duration": [ - 99 + 22 ] }, { @@ -33938,7 +33938,7 @@ ], "count": 1, "duration": [ - 14 + 27 ] }, { @@ -33950,7 +33950,7 @@ ], "count": 1, "duration": [ - 79 + 49 ] }, { @@ -33962,7 +33962,7 @@ ], "count": 1, "duration": [ - 426 + 52 ] }, { @@ -33973,7 +33973,7 @@ ], "count": 1, "duration": [ - 103 + 55 ] }, { @@ -33985,7 +33985,7 @@ ], "count": 1, "duration": [ - 423 + 154 ] }, { @@ -33997,7 +33997,7 @@ ], "count": 1, "duration": [ - 152 + 22 ] }, { @@ -34008,7 +34008,7 @@ ], "count": 1, "duration": [ - 16 + 21 ] }, { @@ -34020,7 +34020,7 @@ ], "count": 1, "duration": [ - 148 + 73 ] }, { @@ -34032,7 +34032,7 @@ ], "count": 1, "duration": [ - 936 + 51 ] }, { @@ -34043,7 +34043,7 @@ ], "count": 1, "duration": [ - 210 + 48 ] }, { @@ -34055,7 +34055,7 @@ ], "count": 1, "duration": [ - 844 + 287 ] }, { @@ -34067,7 +34067,7 @@ ], "count": 1, "duration": [ - 779 + 56 ] }, { @@ -34078,7 +34078,7 @@ ], "count": 1, "duration": [ - 118 + 59 ] }, { @@ -34090,7 +34090,7 @@ ], "count": 1, "duration": [ - 759 + 541 ] }, { @@ -34102,7 +34102,7 @@ ], "count": 1, "duration": [ - 410 + 53 ] }, { @@ -34113,7 +34113,7 @@ ], "count": 1, "duration": [ - 60 + 52 ] }, { @@ -34125,7 +34125,7 @@ ], "count": 1, "duration": [ - 408 + 135 ] }, { @@ -34137,7 +34137,7 @@ ], "count": 1, "duration": [ - 145 + 31 ] }, { @@ -34148,7 +34148,7 @@ ], "count": 1, "duration": [ - 36 + 35 ] }, { @@ -34160,7 +34160,7 @@ ], "count": 1, "duration": [ - 145 + 68 ] }, { @@ -34172,7 +34172,7 @@ ], "count": 1, "duration": [ - 195 + 32 ] }, { @@ -34183,7 +34183,7 @@ ], "count": 1, "duration": [ - 42 + 34 ] }, { @@ -34195,7 +34195,7 @@ ], "count": 1, "duration": [ - 209 + 76 ] }, { @@ -34207,7 +34207,7 @@ ], "count": 1, "duration": [ - 295 + 37 ] }, { @@ -34218,7 +34218,7 @@ ], "count": 1, "duration": [ - 42 + 38 ] }, { @@ -34230,7 +34230,7 @@ ], "count": 1, "duration": [ - 276 + 116 ] }, { @@ -34242,7 +34242,7 @@ ], "count": 1, "duration": [ - 235 + 39 ] }, { @@ -34265,7 +34265,7 @@ ], "count": 1, "duration": [ - 232 + 91 ] }, { @@ -34277,7 +34277,7 @@ ], "count": 1, "duration": [ - 411 + 55 ] }, { @@ -34288,7 +34288,7 @@ ], "count": 1, "duration": [ - 109 + 57 ] }, { @@ -34300,7 +34300,7 @@ ], "count": 1, "duration": [ - 407 + 149 ] }, { @@ -34312,7 +34312,7 @@ ], "count": 1, "duration": [ - 669 + 117 ] }, { @@ -34323,7 +34323,7 @@ ], "count": 1, "duration": [ - 323 + 134 ] }, { @@ -34335,7 +34335,7 @@ ], "count": 1, "duration": [ - 722 + 199 ] }, { @@ -34347,7 +34347,7 @@ ], "count": 1, "duration": [ - 316 + 41 ] }, { @@ -34358,7 +34358,7 @@ ], "count": 1, "duration": [ - 44 + 42 ] }, { @@ -34370,7 +34370,7 @@ ], "count": 1, "duration": [ - 314 + 135 ] }, { @@ -34382,7 +34382,7 @@ ], "count": 1, "duration": [ - 1000 + 286 ] }, { @@ -34393,7 +34393,7 @@ ], "count": 1, "duration": [ - 979 + 333 ] }, { @@ -34405,7 +34405,7 @@ ], "count": 1, "duration": [ - 965 + 406 ] }, { @@ -34417,7 +34417,7 @@ ], "count": 1, "duration": [ - 578 + 68 ] }, { @@ -34428,7 +34428,7 @@ ], "count": 1, "duration": [ - 130 + 71 ] }, { @@ -34440,7 +34440,7 @@ ], "count": 1, "duration": [ - 556 + 118 ] }, { @@ -34452,7 +34452,7 @@ ], "count": 1, "duration": [ - 62 + 24 ] }, { @@ -34463,7 +34463,7 @@ ], "count": 1, "duration": [ - 23 + 27 ] }, { @@ -34475,7 +34475,7 @@ ], "count": 1, "duration": [ - 63 + 35 ] }, { @@ -34487,7 +34487,7 @@ ], "count": 1, "duration": [ - 269 + 54 ] }, { @@ -34498,7 +34498,7 @@ ], "count": 1, "duration": [ - 41 + 66 ] }, { @@ -34510,7 +34510,7 @@ ], "count": 1, "duration": [ - 266 + 561 ] }, { @@ -34522,7 +34522,7 @@ ], "count": 1, "duration": [ - 224 + 41 ] }, { @@ -34533,7 +34533,7 @@ ], "count": 1, "duration": [ - 77 + 44 ] }, { @@ -34545,7 +34545,7 @@ ], "count": 1, "duration": [ - 217 + 84 ] }, { @@ -34557,7 +34557,7 @@ ], "count": 1, "duration": [ - 330 + 51 ] }, { @@ -34568,7 +34568,7 @@ ], "count": 1, "duration": [ - 66 + 54 ] }, { @@ -34580,7 +34580,7 @@ ], "count": 1, "duration": [ - 325 + 120 ] }, { @@ -34592,7 +34592,7 @@ ], "count": 1, "duration": [ - 1156 + 50 ] }, { @@ -34603,7 +34603,7 @@ ], "count": 1, "duration": [ - 206 + 54 ] }, { @@ -34615,7 +34615,7 @@ ], "count": 1, "duration": [ - 1155 + 593 ] }, { @@ -34627,7 +34627,7 @@ ], "count": 1, "duration": [ - 415 + 54 ] }, { @@ -34638,7 +34638,7 @@ ], "count": 1, "duration": [ - 94 + 56 ] }, { @@ -34650,7 +34650,7 @@ ], "count": 1, "duration": [ - 418 + 147 ] }, { @@ -34662,7 +34662,7 @@ ], "count": 1, "duration": [ - 316 + 47 ] }, { @@ -34673,7 +34673,7 @@ ], "count": 1, "duration": [ - 71 + 59 ] }, { @@ -34685,7 +34685,7 @@ ], "count": 1, "duration": [ - 323 + 119 ] }, { @@ -34697,7 +34697,7 @@ ], "count": 1, "duration": [ - 1096 + 122 ] }, { @@ -34708,7 +34708,7 @@ ], "count": 1, "duration": [ - 296 + 123 ] }, { @@ -34720,7 +34720,7 @@ ], "count": 1, "duration": [ - 1096 + 364 ] }, { @@ -34732,7 +34732,7 @@ ], "count": 1, "duration": [ - 249 + 41 ] }, { @@ -34743,7 +34743,7 @@ ], "count": 1, "duration": [ - 47 + 38 ] }, { @@ -34755,7 +34755,7 @@ ], "count": 1, "duration": [ - 262 + 90 ] }, { @@ -34767,7 +34767,7 @@ ], "count": 1, "duration": [ - 133 + 26 ] }, { @@ -34778,7 +34778,7 @@ ], "count": 1, "duration": [ - 17 + 25 ] }, { @@ -34790,7 +34790,7 @@ ], "count": 1, "duration": [ - 130 + 59 ] }, { @@ -34802,7 +34802,7 @@ ], "count": 1, "duration": [ - 168 + 26 ] }, { @@ -34813,7 +34813,7 @@ ], "count": 1, "duration": [ - 19 + 26 ] }, { @@ -34825,7 +34825,7 @@ ], "count": 1, "duration": [ - 167 + 69 ] }, { @@ -34837,7 +34837,7 @@ ], "count": 1, "duration": [ - 611 + 110 ] }, { @@ -34848,7 +34848,7 @@ ], "count": 1, "duration": [ - 204 + 139 ] }, { @@ -34860,7 +34860,7 @@ ], "count": 1, "duration": [ - 604 + 404 ] }, { @@ -34872,7 +34872,7 @@ ], "count": 1, "duration": [ - 170 + 22 ] }, { @@ -34883,7 +34883,7 @@ ], "count": 1, "duration": [ - 17 + 22 ] }, { @@ -34895,7 +34895,7 @@ ], "count": 1, "duration": [ - 160 + 68 ] }, { @@ -34907,7 +34907,7 @@ ], "count": 1, "duration": [ - 238 + 35 ] }, { @@ -34930,7 +34930,7 @@ ], "count": 1, "duration": [ - 237 + 101 ] }, { @@ -34942,7 +34942,7 @@ ], "count": 1, "duration": [ - 370 + 61 ] }, { @@ -34953,7 +34953,7 @@ ], "count": 1, "duration": [ - 117 + 64 ] }, { @@ -34965,7 +34965,7 @@ ], "count": 1, "duration": [ - 396 + 115 ] }, { @@ -34977,7 +34977,7 @@ ], "count": 1, "duration": [ - 1277 + 85 ] }, { @@ -34988,7 +34988,7 @@ ], "count": 1, "duration": [ - 252 + 101 ] }, { @@ -35000,7 +35000,7 @@ ], "count": 1, "duration": [ - 1278 + 471 ] }, { @@ -35012,7 +35012,7 @@ ], "count": 1, "duration": [ - 338 + 26 ] }, { @@ -35023,7 +35023,7 @@ ], "count": 1, "duration": [ - 44 + 26 ] }, { @@ -35035,7 +35035,7 @@ ], "count": 1, "duration": [ - 325 + 159 ] }, { @@ -35047,7 +35047,7 @@ ], "count": 1, "duration": [ - 347 + 32 ] }, { @@ -35058,7 +35058,7 @@ ], "count": 1, "duration": [ - 37 + 29 ] }, { @@ -35070,7 +35070,7 @@ ], "count": 1, "duration": [ - 352 + 122 ] }, { @@ -35082,7 +35082,7 @@ ], "count": 1, "duration": [ - 327 + 40 ] }, { @@ -35093,7 +35093,7 @@ ], "count": 1, "duration": [ - 55 + 47 ] }, { @@ -35105,7 +35105,7 @@ ], "count": 1, "duration": [ - 328 + 148 ] }, { @@ -35117,7 +35117,7 @@ ], "count": 1, "duration": [ - 339 + 42 ] }, { @@ -35128,7 +35128,7 @@ ], "count": 1, "duration": [ - 42 + 51 ] }, { @@ -35140,7 +35140,7 @@ ], "count": 1, "duration": [ - 331 + 92 ] }, { @@ -35152,7 +35152,7 @@ ], "count": 1, "duration": [ - 140 + 24 ] }, { @@ -35163,7 +35163,7 @@ ], "count": 1, "duration": [ - 24 + 28 ] }, { @@ -35175,7 +35175,7 @@ ], "count": 1, "duration": [ - 135 + 73 ] }, { @@ -35187,7 +35187,7 @@ ], "count": 1, "duration": [ - 102 + 25 ] }, { @@ -35198,7 +35198,7 @@ ], "count": 1, "duration": [ - 14 + 25 ] }, { @@ -35210,7 +35210,7 @@ ], "count": 1, "duration": [ - 111 + 53 ] }, { @@ -35222,7 +35222,7 @@ ], "count": 1, "duration": [ - 105 + 31 ] }, { @@ -35233,7 +35233,7 @@ ], "count": 1, "duration": [ - 16 + 23 ] }, { @@ -35245,7 +35245,7 @@ ], "count": 1, "duration": [ - 111 + 52 ] }, { @@ -35257,7 +35257,7 @@ ], "count": 1, "duration": [ - 427 + 86 ] }, { @@ -35268,7 +35268,7 @@ ], "count": 1, "duration": [ - 120 + 153 ] }, { @@ -35280,7 +35280,7 @@ ], "count": 1, "duration": [ - 426 + 329 ] }, { @@ -35292,7 +35292,7 @@ ], "count": 1, "duration": [ - 70 + 22 ] }, { @@ -35303,7 +35303,7 @@ ], "count": 1, "duration": [ - 15 + 25 ] }, { @@ -35315,7 +35315,7 @@ ], "count": 1, "duration": [ - 56 + 47 ] }, { @@ -35327,7 +35327,7 @@ ], "count": 1, "duration": [ - 362 + 51 ] }, { @@ -35338,7 +35338,7 @@ ], "count": 1, "duration": [ - 75 + 42 ] }, { @@ -35350,7 +35350,7 @@ ], "count": 1, "duration": [ - 352 + 131 ] }, { @@ -35362,7 +35362,7 @@ ], "count": 1, "duration": [ - 71 + 26 ] }, { @@ -35373,7 +35373,7 @@ ], "count": 1, "duration": [ - 20 + 26 ] }, { @@ -35385,7 +35385,7 @@ ], "count": 1, "duration": [ - 70 + 48 ] }, { @@ -35397,7 +35397,7 @@ ], "count": 1, "duration": [ - 118 + 27 ] }, { @@ -35408,7 +35408,7 @@ ], "count": 1, "duration": [ - 25 + 33 ] }, { @@ -35420,7 +35420,7 @@ ], "count": 1, "duration": [ - 120 + 55 ] }, { @@ -35432,7 +35432,7 @@ ], "count": 1, "duration": [ - 271 + 44 ] }, { @@ -35443,7 +35443,7 @@ ], "count": 1, "duration": [ - 40 + 43 ] }, { @@ -35455,7 +35455,7 @@ ], "count": 1, "duration": [ - 284 + 93 ] }, { @@ -35467,7 +35467,7 @@ ], "count": 1, "duration": [ - 238 + 37 ] }, { @@ -35478,7 +35478,7 @@ ], "count": 1, "duration": [ - 31 + 38 ] }, { @@ -35490,7 +35490,7 @@ ], "count": 1, "duration": [ - 235 + 98 ] }, { @@ -35502,7 +35502,7 @@ ], "count": 1, "duration": [ - 1213 + 162 ] }, { @@ -35513,7 +35513,7 @@ ], "count": 1, "duration": [ - 432 + 163 ] }, { @@ -35525,7 +35525,7 @@ ], "count": 1, "duration": [ - 1268 + 354 ] }, { @@ -35537,7 +35537,7 @@ ], "count": 1, "duration": [ - 480 + 59 ] }, { @@ -35548,7 +35548,7 @@ ], "count": 1, "duration": [ - 142 + 65 ] }, { @@ -35560,7 +35560,7 @@ ], "count": 1, "duration": [ - 469 + 121 ] }, { @@ -35572,7 +35572,7 @@ ], "count": 1, "duration": [ - 470 + 38 ] }, { @@ -35583,7 +35583,7 @@ ], "count": 1, "duration": [ - 52 + 34 ] }, { @@ -35595,7 +35595,7 @@ ], "count": 1, "duration": [ - 460 + 124 ] }, { @@ -35607,7 +35607,7 @@ ], "count": 1, "duration": [ - 83 + 29 ] }, { @@ -35618,7 +35618,7 @@ ], "count": 1, "duration": [ - 24 + 28 ] }, { @@ -35630,7 +35630,7 @@ ], "count": 1, "duration": [ - 95 + 51 ] }, { @@ -35642,7 +35642,7 @@ ], "count": 1, "duration": [ - 50 + 21 ] }, { @@ -35653,7 +35653,7 @@ ], "count": 1, "duration": [ - 13 + 25 ] }, { @@ -35665,7 +35665,7 @@ ], "count": 1, "duration": [ - 45 + 40 ] }, { @@ -35677,7 +35677,7 @@ ], "count": 1, "duration": [ - 701 + 60 ] }, { @@ -35688,7 +35688,7 @@ ], "count": 1, "duration": [ - 95 + 61 ] }, { @@ -35700,7 +35700,7 @@ ], "count": 1, "duration": [ - 703 + 224 ] }, { @@ -35712,7 +35712,7 @@ ], "count": 1, "duration": [ - 153 + 25 ] }, { @@ -35723,7 +35723,7 @@ ], "count": 1, "duration": [ - 25 + 30 ] }, { @@ -35735,7 +35735,7 @@ ], "count": 1, "duration": [ - 158 + 74 ] }, { @@ -35747,7 +35747,7 @@ ], "count": 1, "duration": [ - 116 + 26 ] }, { @@ -35758,7 +35758,7 @@ ], "count": 1, "duration": [ - 29 + 27 ] }, { @@ -35770,7 +35770,7 @@ ], "count": 1, "duration": [ - 133 + 67 ] }, { @@ -35782,7 +35782,7 @@ ], "count": 1, "duration": [ - 369 + 29 ] }, { @@ -35793,7 +35793,7 @@ ], "count": 1, "duration": [ - 63 + 36 ] }, { @@ -35805,7 +35805,7 @@ ], "count": 1, "duration": [ - 402 + 198 ] }, { @@ -35817,7 +35817,7 @@ ], "count": 1, "duration": [ - 245 + 39 ] }, { @@ -35828,7 +35828,7 @@ ], "count": 1, "duration": [ - 45 + 44 ] }, { @@ -35840,7 +35840,7 @@ ], "count": 1, "duration": [ - 238 + 80 ] }, { @@ -35852,7 +35852,7 @@ ], "count": 1, "duration": [ - 56 + 20 ] }, { @@ -35863,7 +35863,7 @@ ], "count": 1, "duration": [ - 17 + 21 ] }, { @@ -35875,7 +35875,7 @@ ], "count": 1, "duration": [ - 45 + 39 ] }, { @@ -35887,7 +35887,7 @@ ], "count": 1, "duration": [ - 489 + 44 ] }, { @@ -35898,7 +35898,7 @@ ], "count": 1, "duration": [ - 51 + 46 ] }, { @@ -35910,7 +35910,7 @@ ], "count": 1, "duration": [ - 469 + 139 ] }, { @@ -35922,7 +35922,7 @@ ], "count": 1, "duration": [ - 394 + 51 ] }, { @@ -35933,7 +35933,7 @@ ], "count": 1, "duration": [ - 66 + 58 ] }, { @@ -35945,7 +35945,7 @@ ], "count": 1, "duration": [ - 387 + 301 ] }, { @@ -35957,7 +35957,7 @@ ], "count": 1, "duration": [ - 480 + 71 ] }, { @@ -35968,7 +35968,7 @@ ], "count": 1, "duration": [ - 129 + 63 ] }, { @@ -35980,7 +35980,7 @@ ], "count": 1, "duration": [ - 478 + 133 ] }, { @@ -35992,7 +35992,7 @@ ], "count": 1, "duration": [ - 224 + 32 ] }, { @@ -36003,7 +36003,7 @@ ], "count": 1, "duration": [ - 32 + 33 ] }, { @@ -36015,7 +36015,7 @@ ], "count": 1, "duration": [ - 237 + 101 ] }, { @@ -36027,7 +36027,7 @@ ], "count": 1, "duration": [ - 636 + 57 ] }, { @@ -36038,7 +36038,7 @@ ], "count": 1, "duration": [ - 64 + 61 ] }, { @@ -36050,7 +36050,7 @@ ], "count": 1, "duration": [ - 628 + 179 ] }, { @@ -36062,7 +36062,7 @@ ], "count": 1, "duration": [ - 61 + 24 ] }, { @@ -36073,7 +36073,7 @@ ], "count": 1, "duration": [ - 14 + 24 ] }, { @@ -36085,7 +36085,7 @@ ], "count": 1, "duration": [ - 60 + 46 ] }, { @@ -36097,7 +36097,7 @@ ], "count": 1, "duration": [ - 437 + 35 ] }, { @@ -36108,7 +36108,7 @@ ], "count": 1, "duration": [ - 67 + 35 ] }, { @@ -36120,7 +36120,7 @@ ], "count": 1, "duration": [ - 438 + 196 ] }, { @@ -36132,7 +36132,7 @@ ], "count": 1, "duration": [ - 269 + 32 ] }, { @@ -36143,7 +36143,7 @@ ], "count": 1, "duration": [ - 42 + 28 ] }, { @@ -36155,7 +36155,7 @@ ], "count": 1, "duration": [ - 275 + 118 ] }, { @@ -36167,7 +36167,7 @@ ], "count": 1, "duration": [ - 375 + 33 ] }, { @@ -36178,7 +36178,7 @@ ], "count": 1, "duration": [ - 46 + 29 ] }, { @@ -36190,7 +36190,7 @@ ], "count": 1, "duration": [ - 371 + 98 ] }, { @@ -36202,7 +36202,7 @@ ], "count": 1, "duration": [ - 421 + 31 ] }, { @@ -36213,7 +36213,7 @@ ], "count": 1, "duration": [ - 40 + 32 ] }, { @@ -36225,7 +36225,7 @@ ], "count": 1, "duration": [ - 441 + 154 ] }, { @@ -36237,7 +36237,7 @@ ], "count": 1, "duration": [ - 223 + 144 ] }, { @@ -36248,7 +36248,7 @@ ], "count": 1, "duration": [ - 490 + 502 ] }, { @@ -36260,7 +36260,7 @@ ], "count": 1, "duration": [ - 219 + 752 ] }, { @@ -36272,7 +36272,7 @@ ], "count": 1, "duration": [ - 165 + 28 ] }, { @@ -36283,7 +36283,7 @@ ], "count": 1, "duration": [ - 19 + 29 ] }, { @@ -36295,7 +36295,7 @@ ], "count": 1, "duration": [ - 157 + 67 ] }, { @@ -36307,7 +36307,7 @@ ], "count": 1, "duration": [ - 164 + 26 ] }, { @@ -36318,7 +36318,7 @@ ], "count": 1, "duration": [ - 24 + 30 ] }, { @@ -36330,7 +36330,7 @@ ], "count": 1, "duration": [ - 165 + 85 ] }, { @@ -36342,7 +36342,7 @@ ], "count": 1, "duration": [ - 529 + 32 ] }, { @@ -36353,7 +36353,7 @@ ], "count": 1, "duration": [ - 62 + 34 ] }, { @@ -36365,7 +36365,7 @@ ], "count": 1, "duration": [ - 515 + 165 ] }, { @@ -36377,7 +36377,7 @@ ], "count": 1, "duration": [ - 376 + 59 ] }, { @@ -36388,7 +36388,7 @@ ], "count": 1, "duration": [ - 77 + 66 ] }, { @@ -36400,7 +36400,7 @@ ], "count": 1, "duration": [ - 376 + 332 ] }, { @@ -36412,7 +36412,7 @@ ], "count": 1, "duration": [ - 159 + 26 ] }, { @@ -36435,7 +36435,7 @@ ], "count": 1, "duration": [ - 160 + 74 ] }, { @@ -36447,7 +36447,7 @@ ], "count": 1, "duration": [ - 40 + 24 ] }, { @@ -36458,7 +36458,7 @@ ], "count": 1, "duration": [ - 21 + 26 ] }, { @@ -36470,7 +36470,7 @@ ], "count": 1, "duration": [ - 41 + 37 ] }, { @@ -36482,7 +36482,7 @@ ], "count": 1, "duration": [ - 76 + 21 ] }, { @@ -36493,7 +36493,7 @@ ], "count": 1, "duration": [ - 16 + 18 ] }, { @@ -36505,7 +36505,7 @@ ], "count": 1, "duration": [ - 75 + 49 ] }, { @@ -36517,7 +36517,7 @@ ], "count": 1, "duration": [ - 256 + 41 ] }, { @@ -36528,7 +36528,7 @@ ], "count": 1, "duration": [ - 54 + 39 ] }, { @@ -36540,7 +36540,7 @@ ], "count": 1, "duration": [ - 263 + 86 ] }, { @@ -36552,7 +36552,7 @@ ], "count": 1, "duration": [ - 52 + 35 ] }, { @@ -36563,7 +36563,7 @@ ], "count": 1, "duration": [ - 29 + 34 ] }, { @@ -36575,7 +36575,7 @@ ], "count": 1, "duration": [ - 63 + 34 ] }, { @@ -36587,7 +36587,7 @@ ], "count": 1, "duration": [ - 190 + 34 ] }, { @@ -36598,7 +36598,7 @@ ], "count": 1, "duration": [ - 49 + 35 ] }, { @@ -36610,7 +36610,7 @@ ], "count": 1, "duration": [ - 192 + 82 ] }, { @@ -36622,7 +36622,7 @@ ], "count": 1, "duration": [ - 542 + 79 ] }, { @@ -36633,7 +36633,7 @@ ], "count": 1, "duration": [ - 157 + 86 ] }, { @@ -36645,7 +36645,7 @@ ], "count": 1, "duration": [ - 541 + 528 ] }, { @@ -36657,7 +36657,7 @@ ], "count": 1, "duration": [ - 200 + 28 ] }, { @@ -36668,7 +36668,7 @@ ], "count": 1, "duration": [ - 25 + 34 ] }, { @@ -36680,7 +36680,7 @@ ], "count": 1, "duration": [ - 197 + 89 ] }, { @@ -36692,7 +36692,7 @@ ], "count": 1, "duration": [ - 708 + 39 ] }, { @@ -36703,7 +36703,7 @@ ], "count": 1, "duration": [ - 68 + 51 ] }, { @@ -36715,7 +36715,7 @@ ], "count": 1, "duration": [ - 710 + 198 ] }, { @@ -36727,7 +36727,7 @@ ], "count": 1, "duration": [ - 597 + 48 ] }, { @@ -36738,7 +36738,7 @@ ], "count": 1, "duration": [ - 77 + 51 ] }, { @@ -36750,7 +36750,7 @@ ], "count": 1, "duration": [ - 603 + 194 ] }, { @@ -36762,7 +36762,7 @@ ], "count": 1, "duration": [ - 267 + 41 ] }, { @@ -36773,7 +36773,7 @@ ], "count": 1, "duration": [ - 47 + 40 ] }, { @@ -36785,7 +36785,7 @@ ], "count": 1, "duration": [ - 283 + 94 ] }, { @@ -36797,7 +36797,7 @@ ], "count": 1, "duration": [ - 193 + 31 ] }, { @@ -36808,7 +36808,7 @@ ], "count": 1, "duration": [ - 29 + 34 ] }, { @@ -36820,7 +36820,7 @@ ], "count": 1, "duration": [ - 184 + 83 ] }, { @@ -36832,7 +36832,7 @@ ], "count": 1, "duration": [ - 133 + 23 ] }, { @@ -36843,7 +36843,7 @@ ], "count": 1, "duration": [ - 18 + 21 ] }, { @@ -36855,7 +36855,7 @@ ], "count": 1, "duration": [ - 129 + 63 ] }, { @@ -36867,7 +36867,7 @@ ], "count": 1, "duration": [ - 386 + 51 ] }, { @@ -36878,7 +36878,7 @@ ], "count": 1, "duration": [ - 74 + 56 ] }, { @@ -36890,7 +36890,7 @@ ], "count": 1, "duration": [ - 349 + 104 ] }, { @@ -36902,7 +36902,7 @@ ], "count": 1, "duration": [ - 283 + 37 ] }, { @@ -36913,7 +36913,7 @@ ], "count": 1, "duration": [ - 70 + 43 ] }, { @@ -36925,7 +36925,7 @@ ], "count": 1, "duration": [ - 285 + 93 ] }, { @@ -36937,7 +36937,7 @@ ], "count": 1, "duration": [ - 13 + 26 ] }, { @@ -36948,7 +36948,7 @@ ], "count": 1, "duration": [ - 16 + 31 ] }, { @@ -36960,7 +36960,7 @@ ], "count": 1, "duration": [ - 13 + 1435 ] }, { @@ -36972,7 +36972,7 @@ ], "count": 1, "duration": [ - 262 + 30 ] }, { @@ -36983,7 +36983,7 @@ ], "count": 1, "duration": [ - 48 + 34 ] }, { @@ -36995,7 +36995,7 @@ ], "count": 1, "duration": [ - 265 + 137 ] }, { @@ -37007,7 +37007,7 @@ ], "count": 1, "duration": [ - 852 + 61 ] }, { @@ -37018,7 +37018,7 @@ ], "count": 1, "duration": [ - 144 + 60 ] }, { @@ -37030,7 +37030,7 @@ ], "count": 1, "duration": [ - 836 + 354 ] }, { @@ -37042,7 +37042,7 @@ ], "count": 1, "duration": [ - 420 + 57 ] }, { @@ -37053,7 +37053,7 @@ ], "count": 1, "duration": [ - 90 + 58 ] }, { @@ -37065,7 +37065,7 @@ ], "count": 1, "duration": [ - 435 + 113 ] }, { @@ -37077,7 +37077,7 @@ ], "count": 1, "duration": [ - 1021 + 51 ] }, { @@ -37088,7 +37088,7 @@ ], "count": 1, "duration": [ - 186 + 52 ] }, { @@ -37100,7 +37100,7 @@ ], "count": 1, "duration": [ - 1026 + 290 ] }, { @@ -37112,7 +37112,7 @@ ], "count": 1, "duration": [ - 290 + 30 ] }, { @@ -37123,7 +37123,7 @@ ], "count": 1, "duration": [ - 45 + 29 ] }, { @@ -37135,7 +37135,7 @@ ], "count": 1, "duration": [ - 326 + 145 ] }, { @@ -37147,7 +37147,7 @@ ], "count": 1, "duration": [ - 79 + 25 ] }, { @@ -37158,7 +37158,7 @@ ], "count": 1, "duration": [ - 17 + 25 ] }, { @@ -37170,7 +37170,7 @@ ], "count": 1, "duration": [ - 78 + 52 ] }, { @@ -37182,7 +37182,7 @@ ], "count": 1, "duration": [ - 530 + 65 ] }, { @@ -37193,7 +37193,7 @@ ], "count": 1, "duration": [ - 93 + 67 ] }, { @@ -37205,7 +37205,7 @@ ], "count": 1, "duration": [ - 542 + 181 ] }, { @@ -37217,7 +37217,7 @@ ], "count": 1, "duration": [ - 80 + 22 ] }, { @@ -37228,7 +37228,7 @@ ], "count": 1, "duration": [ - 13 + 20 ] }, { @@ -37240,7 +37240,7 @@ ], "count": 1, "duration": [ - 72 + 44 ] }, { @@ -37252,7 +37252,7 @@ ], "count": 1, "duration": [ - 182 + 28 ] }, { @@ -37263,7 +37263,7 @@ ], "count": 1, "duration": [ - 27 + 22 ] }, { @@ -37275,7 +37275,7 @@ ], "count": 1, "duration": [ - 174 + 76 ] }, { @@ -37287,7 +37287,7 @@ ], "count": 1, "duration": [ - 341 + 45 ] }, { @@ -37298,7 +37298,7 @@ ], "count": 1, "duration": [ - 58 + 49 ] }, { @@ -37310,7 +37310,7 @@ ], "count": 1, "duration": [ - 339 + 129 ] }, { @@ -37322,7 +37322,7 @@ ], "count": 1, "duration": [ - 577 + 66 ] }, { @@ -37333,7 +37333,7 @@ ], "count": 1, "duration": [ - 131 + 74 ] }, { @@ -37345,7 +37345,7 @@ ], "count": 1, "duration": [ - 522 + 109 ] }, { @@ -37357,7 +37357,7 @@ ], "count": 1, "duration": [ - 77 + 26 ] }, { @@ -37380,7 +37380,7 @@ ], "count": 1, "duration": [ - 86 + 49 ] }, { @@ -37392,7 +37392,7 @@ ], "count": 1, "duration": [ - 497 + 41 ] }, { @@ -37403,7 +37403,7 @@ ], "count": 1, "duration": [ - 93 + 48 ] }, { @@ -37415,7 +37415,7 @@ ], "count": 1, "duration": [ - 504 + 165 ] }, { @@ -37427,7 +37427,7 @@ ], "count": 1, "duration": [ - 592 + 98 ] }, { @@ -37438,7 +37438,7 @@ ], "count": 1, "duration": [ - 188 + 132 ] }, { @@ -37450,7 +37450,7 @@ ], "count": 1, "duration": [ - 590 + 417 ] }, { @@ -37462,7 +37462,7 @@ ], "count": 1, "duration": [ - 291 + 37 ] }, { @@ -37473,7 +37473,7 @@ ], "count": 1, "duration": [ - 34 + 38 ] }, { @@ -37485,7 +37485,7 @@ ], "count": 1, "duration": [ - 277 + 108 ] }, { @@ -37497,7 +37497,7 @@ ], "count": 1, "duration": [ - 196 + 36 ] }, { @@ -37508,7 +37508,7 @@ ], "count": 1, "duration": [ - 33 + 39 ] }, { @@ -37520,7 +37520,7 @@ ], "count": 1, "duration": [ - 203 + 80 ] }, { @@ -37532,7 +37532,7 @@ ], "count": 1, "duration": [ - 337 + 44 ] }, { @@ -37543,7 +37543,7 @@ ], "count": 1, "duration": [ - 64 + 41 ] }, { @@ -37555,7 +37555,7 @@ ], "count": 1, "duration": [ - 339 + 89 ] }, { @@ -37567,7 +37567,7 @@ ], "count": 1, "duration": [ - 73 + 21 ] }, { @@ -37578,7 +37578,7 @@ ], "count": 1, "duration": [ - 17 + 26 ] }, { @@ -37590,7 +37590,7 @@ ], "count": 1, "duration": [ - 73 + 44 ] }, { @@ -37602,7 +37602,7 @@ ], "count": 1, "duration": [ - 695 + 107 ] }, { @@ -37613,7 +37613,7 @@ ], "count": 1, "duration": [ - 338 + 128 ] }, { @@ -37625,7 +37625,7 @@ ], "count": 1, "duration": [ - 697 + 215 ] }, { @@ -37637,7 +37637,7 @@ ], "count": 1, "duration": [ - 781 + 39 ] }, { @@ -37648,7 +37648,7 @@ ], "count": 1, "duration": [ - 140 + 48 ] }, { @@ -37660,7 +37660,7 @@ ], "count": 1, "duration": [ - 773 + 269 ] }, { @@ -37672,7 +37672,7 @@ ], "count": 1, "duration": [ - 391 + 40 ] }, { @@ -37683,7 +37683,7 @@ ], "count": 1, "duration": [ - 64 + 45 ] }, { @@ -37695,7 +37695,7 @@ ], "count": 1, "duration": [ - 395 + 182 ] }, { @@ -37707,7 +37707,7 @@ ], "count": 1, "duration": [ - 59 + 21 ] }, { @@ -37718,7 +37718,7 @@ ], "count": 1, "duration": [ - 14 + 24 ] }, { @@ -37730,7 +37730,7 @@ ], "count": 1, "duration": [ - 58 + 47 ] }, { @@ -37742,7 +37742,7 @@ ], "count": 1, "duration": [ - 685 + 141 ] }, { @@ -37753,7 +37753,7 @@ ], "count": 1, "duration": [ - 345 + 143 ] }, { @@ -37765,7 +37765,7 @@ ], "count": 1, "duration": [ - 662 + 234 ] }, { @@ -37777,7 +37777,7 @@ ], "count": 1, "duration": [ - 221 + 36 ] }, { @@ -37788,7 +37788,7 @@ ], "count": 1, "duration": [ - 27 + 34 ] }, { @@ -37800,7 +37800,7 @@ ], "count": 1, "duration": [ - 223 + 90 ] }, { @@ -37812,7 +37812,7 @@ ], "count": 1, "duration": [ - 382 + 38 ] }, { @@ -37823,7 +37823,7 @@ ], "count": 1, "duration": [ - 69 + 41 ] }, { @@ -37835,7 +37835,7 @@ ], "count": 1, "duration": [ - 390 + 148 ] }, { @@ -37847,7 +37847,7 @@ ], "count": 1, "duration": [ - 343 + 87 ] }, { @@ -37858,7 +37858,7 @@ ], "count": 1, "duration": [ - 81 + 101 ] }, { @@ -37870,7 +37870,7 @@ ], "count": 1, "duration": [ - 342 + 887 ] }, { @@ -37882,7 +37882,7 @@ ], "count": 1, "duration": [ - 111 + 29 ] }, { @@ -37893,7 +37893,7 @@ ], "count": 1, "duration": [ - 24 + 29 ] }, { @@ -37905,7 +37905,7 @@ ], "count": 1, "duration": [ - 113 + 53 ] }, { @@ -37917,7 +37917,7 @@ ], "count": 1, "duration": [ - 352 + 73 ] }, { @@ -37928,7 +37928,7 @@ ], "count": 1, "duration": [ - 75 + 96 ] }, { @@ -37940,7 +37940,7 @@ ], "count": 1, "duration": [ - 350 + 501 ] }, { @@ -37952,7 +37952,7 @@ ], "count": 1, "duration": [ - 323 + 42 ] }, { @@ -37963,7 +37963,7 @@ ], "count": 1, "duration": [ - 43 + 42 ] }, { @@ -37975,7 +37975,7 @@ ], "count": 1, "duration": [ - 330 + 118 ] }, { @@ -37987,7 +37987,7 @@ ], "count": 1, "duration": [ - 245 + 29 ] }, { @@ -37998,7 +37998,7 @@ ], "count": 1, "duration": [ - 45 + 21 ] }, { @@ -38010,7 +38010,7 @@ ], "count": 1, "duration": [ - 242 + 107 ] }, { @@ -38022,7 +38022,7 @@ ], "count": 1, "duration": [ - 796 + 39 ] }, { @@ -38033,7 +38033,7 @@ ], "count": 1, "duration": [ - 129 + 42 ] }, { @@ -38045,7 +38045,7 @@ ], "count": 1, "duration": [ - 789 + 352 ] }, { @@ -38057,7 +38057,7 @@ ], "count": 1, "duration": [ - 230 + 36 ] }, { @@ -38068,7 +38068,7 @@ ], "count": 1, "duration": [ - 23 + 42 ] }, { @@ -38080,7 +38080,7 @@ ], "count": 1, "duration": [ - 218 + 536 ] }, { @@ -38092,7 +38092,7 @@ ], "count": 1, "duration": [ - 67 + 28 ] }, { @@ -38103,7 +38103,7 @@ ], "count": 1, "duration": [ - 21 + 29 ] }, { @@ -38115,7 +38115,7 @@ ], "count": 1, "duration": [ - 80 + 45 ] }, { @@ -38127,7 +38127,7 @@ ], "count": 1, "duration": [ - 245 + 34 ] }, { @@ -38138,7 +38138,7 @@ ], "count": 1, "duration": [ - 29 + 35 ] }, { @@ -38150,7 +38150,7 @@ ], "count": 1, "duration": [ - 235 + 109 ] }, { @@ -38162,7 +38162,7 @@ ], "count": 1, "duration": [ - 14 + 27 ] }, { @@ -38173,7 +38173,7 @@ ], "count": 1, "duration": [ - 13 + 23 ] }, { @@ -38185,7 +38185,7 @@ ], "count": 1, "duration": [ - 13 + 62 ] }, { @@ -38197,7 +38197,7 @@ ], "count": 1, "duration": [ - 672 + 53 ] }, { @@ -38208,7 +38208,7 @@ ], "count": 1, "duration": [ - 57 + 58 ] }, { @@ -38220,7 +38220,7 @@ ], "count": 1, "duration": [ - 668 + 180 ] }, { @@ -38232,7 +38232,7 @@ ], "count": 1, "duration": [ - 625 + 260 ] }, { @@ -38243,7 +38243,7 @@ ], "count": 1, "duration": [ - 65 + 53 ] }, { @@ -38255,7 +38255,7 @@ ], "count": 1, "duration": [ - 645 + 204 ] }, { @@ -38278,7 +38278,7 @@ ], "count": 1, "duration": [ - 19 + 21 ] }, { @@ -38290,7 +38290,7 @@ ], "count": 1, "duration": [ - 20 + 27 ] }, { @@ -38302,7 +38302,7 @@ ], "count": 1, "duration": [ - 286 + 42 ] }, { @@ -38313,7 +38313,7 @@ ], "count": 1, "duration": [ - 37 + 36 ] }, { @@ -38325,7 +38325,7 @@ ], "count": 1, "duration": [ - 297 + 149 ] }, { @@ -38337,7 +38337,7 @@ ], "count": 1, "duration": [ - 179 + 41 ] }, { @@ -38348,7 +38348,7 @@ ], "count": 1, "duration": [ - 64 + 50 ] }, { @@ -38360,7 +38360,7 @@ ], "count": 1, "duration": [ - 176 + 63 ] }, { @@ -38372,7 +38372,7 @@ ], "count": 1, "duration": [ - 242 + 28 ] }, { @@ -38383,7 +38383,7 @@ ], "count": 1, "duration": [ - 41 + 35 ] }, { @@ -38395,7 +38395,7 @@ ], "count": 1, "duration": [ - 237 + 85 ] }, { @@ -38407,7 +38407,7 @@ ], "count": 1, "duration": [ - 360 + 52 ] }, { @@ -38418,7 +38418,7 @@ ], "count": 1, "duration": [ - 64 + 47 ] }, { @@ -38430,7 +38430,7 @@ ], "count": 1, "duration": [ - 367 + 97 ] }, { @@ -38442,7 +38442,7 @@ ], "count": 1, "duration": [ - 339 + 41 ] }, { @@ -38453,7 +38453,7 @@ ], "count": 1, "duration": [ - 43 + 38 ] }, { @@ -38465,7 +38465,7 @@ ], "count": 1, "duration": [ - 333 + 107 ] }, { @@ -38477,7 +38477,7 @@ ], "count": 1, "duration": [ - 209 + 221 ] }, { @@ -38488,7 +38488,7 @@ ], "count": 1, "duration": [ - 26 + 32 ] }, { @@ -38500,7 +38500,7 @@ ], "count": 1, "duration": [ - 213 + 97 ] }, { @@ -38512,7 +38512,7 @@ ], "count": 1, "duration": [ - 193 + 26 ] }, { @@ -38523,7 +38523,7 @@ ], "count": 1, "duration": [ - 24 + 30 ] }, { @@ -38535,7 +38535,7 @@ ], "count": 1, "duration": [ - 198 + 77 ] }, { @@ -38547,7 +38547,7 @@ ], "count": 1, "duration": [ - 223 + 56 ] }, { @@ -38558,7 +38558,7 @@ ], "count": 1, "duration": [ - 33 + 77 ] }, { @@ -38570,7 +38570,7 @@ ], "count": 1, "duration": [ - 233 + 646 ] }, { @@ -38582,7 +38582,7 @@ ], "count": 1, "duration": [ - 261 + 54 ] }, { @@ -38593,7 +38593,7 @@ ], "count": 1, "duration": [ - 35 + 63 ] }, { @@ -38605,7 +38605,7 @@ ], "count": 1, "duration": [ - 268 + 271 ] }, { @@ -38617,7 +38617,7 @@ ], "count": 1, "duration": [ - 224 + 37 ] }, { @@ -38628,7 +38628,7 @@ ], "count": 1, "duration": [ - 25 + 43 ] }, { @@ -38640,7 +38640,7 @@ ], "count": 1, "duration": [ - 225 + 534 ] }, { @@ -38652,7 +38652,7 @@ ], "count": 1, "duration": [ - 101 + 23 ] }, { @@ -38663,7 +38663,7 @@ ], "count": 1, "duration": [ - 27 + 21 ] }, { @@ -38675,7 +38675,7 @@ ], "count": 1, "duration": [ - 103 + 56 ] }, { @@ -38687,7 +38687,7 @@ ], "count": 1, "duration": [ - 829 + 61 ] }, { @@ -38698,7 +38698,7 @@ ], "count": 1, "duration": [ - 242 + 70 ] }, { @@ -38710,7 +38710,7 @@ ], "count": 1, "duration": [ - 871 + 224 ] }, { @@ -38722,7 +38722,7 @@ ], "count": 1, "duration": [ - 146 + 26 ] }, { @@ -38733,7 +38733,7 @@ ], "count": 1, "duration": [ - 20 + 27 ] }, { @@ -38745,7 +38745,7 @@ ], "count": 1, "duration": [ - 134 + 76 ] }, { @@ -38757,7 +38757,7 @@ ], "count": 1, "duration": [ - 52 + 29 ] }, { @@ -38768,7 +38768,7 @@ ], "count": 1, "duration": [ - 23 + 25 ] }, { @@ -38780,7 +38780,7 @@ ], "count": 1, "duration": [ - 57 + 41 ] }, { @@ -38792,7 +38792,7 @@ ], "count": 1, "duration": [ - 728 + 73 ] }, { @@ -38803,7 +38803,7 @@ ], "count": 1, "duration": [ - 105 + 74 ] }, { @@ -38815,7 +38815,7 @@ ], "count": 1, "duration": [ - 740 + 214 ] }, { @@ -38827,7 +38827,7 @@ ], "count": 1, "duration": [ - 220 + 28 ] }, { @@ -38838,7 +38838,7 @@ ], "count": 1, "duration": [ - 24 + 27 ] }, { @@ -38850,7 +38850,7 @@ ], "count": 1, "duration": [ - 223 + 101 ] }, { @@ -38862,7 +38862,7 @@ ], "count": 1, "duration": [ - 212 + 23 ] }, { @@ -38873,7 +38873,7 @@ ], "count": 1, "duration": [ - 22 + 28 ] }, { @@ -38885,7 +38885,7 @@ ], "count": 1, "duration": [ - 210 + 94 ] }, { @@ -38897,7 +38897,7 @@ ], "count": 1, "duration": [ - 310 + 47 ] }, { @@ -38908,7 +38908,7 @@ ], "count": 1, "duration": [ - 55 + 44 ] }, { @@ -38920,7 +38920,7 @@ ], "count": 1, "duration": [ - 317 + 107 ] }, { @@ -38932,7 +38932,7 @@ ], "count": 1, "duration": [ - 253 + 35 ] }, { @@ -38943,7 +38943,7 @@ ], "count": 1, "duration": [ - 30 + 29 ] }, { @@ -38955,7 +38955,7 @@ ], "count": 1, "duration": [ - 248 + 99 ] }, { @@ -38967,7 +38967,7 @@ ], "count": 1, "duration": [ - 404 + 65 ] }, { @@ -38978,7 +38978,7 @@ ], "count": 1, "duration": [ - 101 + 57 ] }, { @@ -38990,7 +38990,7 @@ ], "count": 1, "duration": [ - 409 + 128 ] }, { @@ -39002,7 +39002,7 @@ ], "count": 1, "duration": [ - 459 + 38 ] }, { @@ -39013,7 +39013,7 @@ ], "count": 1, "duration": [ - 115 + 52 ] }, { @@ -39025,7 +39025,7 @@ ], "count": 1, "duration": [ - 454 + 280 ] }, { @@ -39037,7 +39037,7 @@ ], "count": 1, "duration": [ - 219 + 25 ] }, { @@ -39048,7 +39048,7 @@ ], "count": 1, "duration": [ - 41 + 38 ] }, { @@ -39060,7 +39060,7 @@ ], "count": 1, "duration": [ - 220 + 76 ] }, { @@ -39072,7 +39072,7 @@ ], "count": 1, "duration": [ - 381 + 42 ] }, { @@ -39083,7 +39083,7 @@ ], "count": 1, "duration": [ - 72 + 40 ] }, { @@ -39095,7 +39095,7 @@ ], "count": 1, "duration": [ - 379 + 223 ] }, { @@ -39107,7 +39107,7 @@ ], "count": 1, "duration": [ - 667 + 47 ] }, { @@ -39118,7 +39118,7 @@ ], "count": 1, "duration": [ - 135 + 44 ] }, { @@ -39130,7 +39130,7 @@ ], "count": 1, "duration": [ - 670 + 158 ] }, { @@ -39142,7 +39142,7 @@ ], "count": 1, "duration": [ - 630 + 75 ] }, { @@ -39153,7 +39153,7 @@ ], "count": 1, "duration": [ - 297 + 102 ] }, { @@ -39165,7 +39165,7 @@ ], "count": 1, "duration": [ - 637 + 245 ] }, { @@ -39177,7 +39177,7 @@ ], "count": 1, "duration": [ - 104 + 21 ] }, { @@ -39188,7 +39188,7 @@ ], "count": 1, "duration": [ - 16 + 21 ] }, { @@ -39200,7 +39200,7 @@ ], "count": 1, "duration": [ - 105 + 50 ] }, { @@ -39212,7 +39212,7 @@ ], "count": 1, "duration": [ - 313 + 39 ] }, { @@ -39223,7 +39223,7 @@ ], "count": 1, "duration": [ - 45 + 42 ] }, { @@ -39235,7 +39235,7 @@ ], "count": 1, "duration": [ - 292 + 149 ] }, { @@ -39247,7 +39247,7 @@ ], "count": 1, "duration": [ - 686 + 72 ] }, { @@ -39258,7 +39258,7 @@ ], "count": 1, "duration": [ - 154 + 85 ] }, { @@ -39270,7 +39270,7 @@ ], "count": 1, "duration": [ - 691 + 184 ] }, { @@ -39282,7 +39282,7 @@ ], "count": 1, "duration": [ - 325 + 69 ] }, { @@ -39293,7 +39293,7 @@ ], "count": 1, "duration": [ - 57 + 77 ] }, { @@ -39305,7 +39305,7 @@ ], "count": 1, "duration": [ - 329 + 299 ] }, { @@ -39317,7 +39317,7 @@ ], "count": 1, "duration": [ - 889 + 74 ] }, { @@ -39328,7 +39328,7 @@ ], "count": 1, "duration": [ - 138 + 74 ] }, { @@ -39340,7 +39340,7 @@ ], "count": 1, "duration": [ - 887 + 238 ] }, { @@ -39352,7 +39352,7 @@ ], "count": 1, "duration": [ - 303 + 28 ] }, { @@ -39363,7 +39363,7 @@ ], "count": 1, "duration": [ - 35 + 29 ] }, { @@ -39375,7 +39375,7 @@ ], "count": 1, "duration": [ - 310 + 114 ] }, { @@ -39387,7 +39387,7 @@ ], "count": 1, "duration": [ - 811 + 43 ] }, { @@ -39398,7 +39398,7 @@ ], "count": 1, "duration": [ - 232 + 43 ] }, { @@ -39410,7 +39410,7 @@ ], "count": 1, "duration": [ - 800 + 279 ] }, { @@ -39422,7 +39422,7 @@ ], "count": 1, "duration": [ - 209 + 27 ] }, { @@ -39433,7 +39433,7 @@ ], "count": 1, "duration": [ - 26 + 30 ] }, { @@ -39445,7 +39445,7 @@ ], "count": 1, "duration": [ - 212 + 94 ] }, { @@ -39457,7 +39457,7 @@ ], "count": 1, "duration": [ - 56 + 26 ] }, { @@ -39468,7 +39468,7 @@ ], "count": 1, "duration": [ - 20 + 26 ] }, { @@ -39480,7 +39480,7 @@ ], "count": 1, "duration": [ - 56 + 45 ] }, { @@ -39492,7 +39492,7 @@ ], "count": 1, "duration": [ - 246 + 26 ] }, { @@ -39503,7 +39503,7 @@ ], "count": 1, "duration": [ - 30 + 33 ] }, { @@ -39515,7 +39515,7 @@ ], "count": 1, "duration": [ - 248 + 117 ] }, { @@ -39527,7 +39527,7 @@ ], "count": 1, "duration": [ - 105 + 96 ] }, { @@ -39538,7 +39538,7 @@ ], "count": 1, "duration": [ - 135 + 199 ] }, { @@ -39550,7 +39550,7 @@ ], "count": 1, "duration": [ - 103 + 789 ] }, { @@ -39562,7 +39562,7 @@ ], "count": 1, "duration": [ - 62 + 25 ] }, { @@ -39573,7 +39573,7 @@ ], "count": 1, "duration": [ - 20 + 24 ] }, { @@ -39585,7 +39585,7 @@ ], "count": 1, "duration": [ - 75 + 43 ] }, { @@ -39597,7 +39597,7 @@ ], "count": 1, "duration": [ - 418 + 36 ] }, { @@ -39608,7 +39608,7 @@ ], "count": 1, "duration": [ - 87 + 43 ] }, { @@ -39620,7 +39620,7 @@ ], "count": 1, "duration": [ - 425 + 242 ] }, { @@ -39632,7 +39632,7 @@ ], "count": 1, "duration": [ - 470 + 35 ] }, { @@ -39643,7 +39643,7 @@ ], "count": 1, "duration": [ - 47 + 36 ] }, { @@ -39655,7 +39655,7 @@ ], "count": 1, "duration": [ - 471 + 450 ] }, { @@ -39667,7 +39667,7 @@ ], "count": 1, "duration": [ - 35 + 19 ] }, { @@ -39678,7 +39678,7 @@ ], "count": 1, "duration": [ - 17 + 19 ] }, { @@ -39690,7 +39690,7 @@ ], "count": 1, "duration": [ - 40 + 34 ] }, { @@ -39702,7 +39702,7 @@ ], "count": 1, "duration": [ - 206 + 34 ] }, { @@ -39713,7 +39713,7 @@ ], "count": 1, "duration": [ - 25 + 35 ] }, { @@ -39725,7 +39725,7 @@ ], "count": 1, "duration": [ - 204 + 79 ] }, { @@ -39737,7 +39737,7 @@ ], "count": 1, "duration": [ - 594 + 87 ] }, { @@ -39748,7 +39748,7 @@ ], "count": 1, "duration": [ - 166 + 86 ] }, { @@ -39760,7 +39760,7 @@ ], "count": 1, "duration": [ - 595 + 168 ] }, { @@ -39772,7 +39772,7 @@ ], "count": 1, "duration": [ - 979 + 66 ] }, { @@ -39783,7 +39783,7 @@ ], "count": 1, "duration": [ - 251 + 73 ] }, { @@ -39795,7 +39795,7 @@ ], "count": 1, "duration": [ - 976 + 231 ] }, { @@ -39807,7 +39807,7 @@ ], "count": 1, "duration": [ - 505 + 65 ] }, { @@ -39818,7 +39818,7 @@ ], "count": 1, "duration": [ - 119 + 76 ] }, { @@ -39830,7 +39830,7 @@ ], "count": 1, "duration": [ - 530 + 485 ] }, { @@ -39842,7 +39842,7 @@ ], "count": 1, "duration": [ - 401 + 106 ] }, { @@ -39853,7 +39853,7 @@ ], "count": 1, "duration": [ - 112 + 161 ] }, { @@ -39865,7 +39865,7 @@ ], "count": 1, "duration": [ - 397 + 363 ] }, { @@ -39877,7 +39877,7 @@ ], "count": 1, "duration": [ - 277 + 40 ] }, { @@ -39888,7 +39888,7 @@ ], "count": 1, "duration": [ - 49 + 44 ] }, { @@ -39900,7 +39900,7 @@ ], "count": 1, "duration": [ - 296 + 111 ] }, { @@ -39912,7 +39912,7 @@ ], "count": 1, "duration": [ - 318 + 45 ] }, { @@ -39923,7 +39923,7 @@ ], "count": 1, "duration": [ - 47 + 41 ] }, { @@ -39935,7 +39935,7 @@ ], "count": 1, "duration": [ - 313 + 133 ] }, { @@ -39947,7 +39947,7 @@ ], "count": 1, "duration": [ - 241 + 35 ] }, { @@ -39958,7 +39958,7 @@ ], "count": 1, "duration": [ - 30 + 35 ] }, { @@ -39970,7 +39970,7 @@ ], "count": 1, "duration": [ - 241 + 112 ] }, { @@ -39982,7 +39982,7 @@ ], "count": 1, "duration": [ - 470 + 80 ] }, { @@ -39993,7 +39993,7 @@ ], "count": 1, "duration": [ - 121 + 74 ] }, { @@ -40005,7 +40005,7 @@ ], "count": 1, "duration": [ - 470 + 149 ] }, { @@ -40017,7 +40017,7 @@ ], "count": 1, "duration": [ - 244 + 27 ] }, { @@ -40028,7 +40028,7 @@ ], "count": 1, "duration": [ - 33 + 27 ] }, { @@ -40040,7 +40040,7 @@ ], "count": 1, "duration": [ - 245 + 101 ] }, { @@ -40052,7 +40052,7 @@ ], "count": 1, "duration": [ - 48 + 23 ] }, { @@ -40063,7 +40063,7 @@ ], "count": 1, "duration": [ - 18 + 24 ] }, { @@ -40075,7 +40075,7 @@ ], "count": 1, "duration": [ - 45 + 41 ] }, { @@ -40087,7 +40087,7 @@ ], "count": 1, "duration": [ - 441 + 54 ] }, { @@ -40098,7 +40098,7 @@ ], "count": 1, "duration": [ - 113 + 62 ] }, { @@ -40110,7 +40110,7 @@ ], "count": 1, "duration": [ - 459 + 139 ] }, { @@ -40122,7 +40122,7 @@ ], "count": 1, "duration": [ - 536 + 100 ] }, { @@ -40133,7 +40133,7 @@ ], "count": 1, "duration": [ - 157 + 133 ] }, { @@ -40145,7 +40145,7 @@ ], "count": 1, "duration": [ - 540 + 362 ] }, { @@ -40157,7 +40157,7 @@ ], "count": 1, "duration": [ - 88 + 29 ] }, { @@ -40168,7 +40168,7 @@ ], "count": 1, "duration": [ - 25 + 32 ] }, { @@ -40180,7 +40180,7 @@ ], "count": 1, "duration": [ - 85 + 55 ] }, { @@ -40192,7 +40192,7 @@ ], "count": 1, "duration": [ - 330 + 61 ] }, { @@ -40203,7 +40203,7 @@ ], "count": 1, "duration": [ - 52 + 74 ] }, { @@ -40215,7 +40215,7 @@ ], "count": 1, "duration": [ - 326 + 711 ] }, { @@ -40227,7 +40227,7 @@ ], "count": 1, "duration": [ - 278 + 21 ] }, { @@ -40238,7 +40238,7 @@ ], "count": 1, "duration": [ - 26 + 24 ] }, { @@ -40250,7 +40250,7 @@ ], "count": 1, "duration": [ - 257 + 113 ] }, { @@ -40262,7 +40262,7 @@ ], "count": 1, "duration": [ - 785 + 29 ] }, { @@ -40273,7 +40273,7 @@ ], "count": 1, "duration": [ - 167 + 34 ] }, { @@ -40285,7 +40285,7 @@ ], "count": 1, "duration": [ - 797 + 294 ] }, { @@ -40297,7 +40297,7 @@ ], "count": 1, "duration": [ - 31 + 19 ] }, { @@ -40308,7 +40308,7 @@ ], "count": 1, "duration": [ - 14 + 21 ] }, { @@ -40332,7 +40332,7 @@ ], "count": 1, "duration": [ - 447 + 75 ] }, { @@ -40343,7 +40343,7 @@ ], "count": 1, "duration": [ - 169 + 82 ] }, { @@ -40355,7 +40355,7 @@ ], "count": 1, "duration": [ - 443 + 135 ] }, { @@ -40367,7 +40367,7 @@ ], "count": 1, "duration": [ - 113 + 22 ] }, { @@ -40378,7 +40378,7 @@ ], "count": 1, "duration": [ - 15 + 21 ] }, { @@ -40390,7 +40390,7 @@ ], "count": 1, "duration": [ - 113 + 56 ] }, { @@ -40402,7 +40402,7 @@ ], "count": 1, "duration": [ - 660 + 38 ] }, { @@ -40413,7 +40413,7 @@ ], "count": 1, "duration": [ - 172 + 40 ] }, { @@ -40425,7 +40425,7 @@ ], "count": 1, "duration": [ - 682 + 222 ] }, { @@ -40437,7 +40437,7 @@ ], "count": 1, "duration": [ - 735 + 35 ] }, { @@ -40448,7 +40448,7 @@ ], "count": 1, "duration": [ - 161 + 37 ] }, { @@ -40460,7 +40460,7 @@ ], "count": 1, "duration": [ - 751 + 254 ] }, { @@ -40472,7 +40472,7 @@ ], "count": 1, "duration": [ - 707 + 34 ] }, { @@ -40483,7 +40483,7 @@ ], "count": 1, "duration": [ - 116 + 34 ] }, { @@ -40495,7 +40495,7 @@ ], "count": 1, "duration": [ - 698 + 254 ] }, { @@ -40507,7 +40507,7 @@ ], "count": 1, "duration": [ - 1962 + 61 ] }, { @@ -40518,7 +40518,7 @@ ], "count": 1, "duration": [ - 602 + 64 ] }, { @@ -40530,7 +40530,7 @@ ], "count": 1, "duration": [ - 1991 + 693 ] }, { @@ -40542,7 +40542,7 @@ ], "count": 1, "duration": [ - 74 + 23 ] }, { @@ -40553,7 +40553,7 @@ ], "count": 1, "duration": [ - 17 + 23 ] }, { @@ -40565,7 +40565,7 @@ ], "count": 1, "duration": [ - 82 + 43 ] }, { @@ -40577,7 +40577,7 @@ ], "count": 1, "duration": [ - 91 + 24 ] }, { @@ -40588,7 +40588,7 @@ ], "count": 1, "duration": [ - 22 + 23 ] }, { @@ -40600,7 +40600,7 @@ ], "count": 1, "duration": [ - 74 + 45 ] }, { @@ -40612,7 +40612,7 @@ ], "count": 1, "duration": [ - 1067 + 89 ] }, { @@ -40623,7 +40623,7 @@ ], "count": 1, "duration": [ - 438 + 96 ] }, { @@ -40635,7 +40635,7 @@ ], "count": 1, "duration": [ - 1072 + 328 ] }, { @@ -40647,7 +40647,7 @@ ], "count": 1, "duration": [ - 402 + 108 ] }, { @@ -40658,7 +40658,7 @@ ], "count": 1, "duration": [ - 140 + 172 ] }, { @@ -40670,7 +40670,7 @@ ], "count": 1, "duration": [ - 379 + 497 ] }, { @@ -40682,7 +40682,7 @@ ], "count": 1, "duration": [ - 814 + 38 ] }, { @@ -40693,7 +40693,7 @@ ], "count": 1, "duration": [ - 153 + 42 ] }, { @@ -40705,7 +40705,7 @@ ], "count": 1, "duration": [ - 818 + 192 ] }, { @@ -40717,7 +40717,7 @@ ], "count": 1, "duration": [ - 711 + 156 ] }, { @@ -40728,7 +40728,7 @@ ], "count": 1, "duration": [ - 404 + 165 ] }, { @@ -40740,7 +40740,7 @@ ], "count": 1, "duration": [ - 707 + 248 ] }, { @@ -40752,7 +40752,7 @@ ], "count": 1, "duration": [ - 45 + 23 ] }, { @@ -40763,7 +40763,7 @@ ], "count": 1, "duration": [ - 19 + 24 ] }, { @@ -40775,7 +40775,7 @@ ], "count": 1, "duration": [ - 50 + 41 ] }, { @@ -40787,7 +40787,7 @@ ], "count": 1, "duration": [ - 429 + 46 ] }, { @@ -40798,7 +40798,7 @@ ], "count": 1, "duration": [ - 88 + 55 ] }, { @@ -40810,7 +40810,7 @@ ], "count": 1, "duration": [ - 422 + 133 ] }, { @@ -40822,7 +40822,7 @@ ], "count": 1, "duration": [ - 349 + 37 ] }, { @@ -40833,7 +40833,7 @@ ], "count": 1, "duration": [ - 68 + 41 ] }, { @@ -40845,7 +40845,7 @@ ], "count": 1, "duration": [ - 347 + 156 ] }, { @@ -40857,7 +40857,7 @@ ], "count": 1, "duration": [ - 336 + 39 ] }, { @@ -40868,7 +40868,7 @@ ], "count": 1, "duration": [ - 74 + 45 ] }, { @@ -40880,7 +40880,7 @@ ], "count": 1, "duration": [ - 332 + 180 ] }, { @@ -40892,7 +40892,7 @@ ], "count": 1, "duration": [ - 40 + 26 ] }, { @@ -40903,7 +40903,7 @@ ], "count": 1, "duration": [ - 25 + 24 ] }, { @@ -40927,7 +40927,7 @@ ], "count": 1, "duration": [ - 394 + 74 ] }, { @@ -40938,7 +40938,7 @@ ], "count": 1, "duration": [ - 92 + 119 ] }, { @@ -40962,7 +40962,7 @@ ], "count": 1, "duration": [ - 257 + 41 ] }, { @@ -40973,7 +40973,7 @@ ], "count": 1, "duration": [ - 50 + 46 ] }, { @@ -40985,7 +40985,7 @@ ], "count": 1, "duration": [ - 257 + 128 ] }, { @@ -40997,7 +40997,7 @@ ], "count": 1, "duration": [ - 909 + 33 ] }, { @@ -41008,7 +41008,7 @@ ], "count": 1, "duration": [ - 295 + 41 ] }, { @@ -41020,7 +41020,7 @@ ], "count": 1, "duration": [ - 905 + 328 ] }, { @@ -41032,7 +41032,7 @@ ], "count": 1, "duration": [ - 731 + 322 ] }, { @@ -41043,7 +41043,7 @@ ], "count": 1, "duration": [ - 888 + 1014 ] }, { @@ -41055,7 +41055,7 @@ ], "count": 1, "duration": [ - 754 + 628 ] }, { @@ -41067,7 +41067,7 @@ ], "count": 1, "duration": [ - 53 + 22 ] }, { @@ -41078,7 +41078,7 @@ ], "count": 1, "duration": [ - 15 + 21 ] }, { @@ -41090,7 +41090,7 @@ ], "count": 1, "duration": [ - 56 + 32 ] }, { @@ -41102,7 +41102,7 @@ ], "count": 1, "duration": [ - 292 + 32 ] }, { @@ -41113,7 +41113,7 @@ ], "count": 1, "duration": [ - 41 + 36 ] }, { @@ -41125,7 +41125,7 @@ ], "count": 1, "duration": [ - 294 + 148 ] }, { @@ -41137,7 +41137,7 @@ ], "count": 1, "duration": [ - 401 + 53 ] }, { @@ -41148,7 +41148,7 @@ ], "count": 1, "duration": [ - 90 + 59 ] }, { @@ -41160,7 +41160,7 @@ ], "count": 1, "duration": [ - 395 + 155 ] }, { @@ -41172,7 +41172,7 @@ ], "count": 1, "duration": [ - 19 + 34 ] }, { @@ -41183,7 +41183,7 @@ ], "count": 1, "duration": [ - 17 + 41 ] }, { @@ -41195,7 +41195,7 @@ ], "count": 1, "duration": [ - 17 + 1465 ] }, { @@ -41207,7 +41207,7 @@ ], "count": 1, "duration": [ - 372 + 30 ] }, { @@ -41218,7 +41218,7 @@ ], "count": 1, "duration": [ - 40 + 35 ] }, { @@ -41230,7 +41230,7 @@ ], "count": 1, "duration": [ - 348 + 109 ] }, { @@ -41242,7 +41242,7 @@ ], "count": 1, "duration": [ - 186 + 25 ] }, { @@ -41253,7 +41253,7 @@ ], "count": 1, "duration": [ - 24 + 25 ] }, { @@ -41265,7 +41265,7 @@ ], "count": 1, "duration": [ - 186 + 76 ] }, { @@ -41277,7 +41277,7 @@ ], "count": 1, "duration": [ - 71 + 21 ] }, { @@ -41288,7 +41288,7 @@ ], "count": 1, "duration": [ - 19 + 21 ] }, { @@ -41300,7 +41300,7 @@ ], "count": 1, "duration": [ - 73 + 46 ] }, { @@ -41312,7 +41312,7 @@ ], "count": 1, "duration": [ - 263 + 25 ] }, { @@ -41323,7 +41323,7 @@ ], "count": 1, "duration": [ - 47 + 26 ] }, { @@ -41335,7 +41335,7 @@ ], "count": 1, "duration": [ - 267 + 127 ] }, { @@ -41347,7 +41347,7 @@ ], "count": 1, "duration": [ - 128 + 27 ] }, { @@ -41358,7 +41358,7 @@ ], "count": 1, "duration": [ - 22 + 28 ] }, { @@ -41370,7 +41370,7 @@ ], "count": 1, "duration": [ - 129 + 56 ] }, { @@ -41382,7 +41382,7 @@ ], "count": 1, "duration": [ - 844 + 79 ] }, { @@ -41393,7 +41393,7 @@ ], "count": 1, "duration": [ - 142 + 87 ] }, { @@ -41405,7 +41405,7 @@ ], "count": 1, "duration": [ - 884 + 238 ] }, { @@ -41417,7 +41417,7 @@ ], "count": 1, "duration": [ - 1294 + 61 ] }, { @@ -41428,7 +41428,7 @@ ], "count": 1, "duration": [ - 135 + 64 ] }, { @@ -41440,7 +41440,7 @@ ], "count": 1, "duration": [ - 1294 + 425 ] }, { @@ -41452,7 +41452,7 @@ ], "count": 1, "duration": [ - 474 + 66 ] }, { @@ -41463,7 +41463,7 @@ ], "count": 1, "duration": [ - 116 + 66 ] }, { @@ -41475,7 +41475,7 @@ ], "count": 1, "duration": [ - 467 + 177 ] }, { @@ -41487,7 +41487,7 @@ ], "count": 1, "duration": [ - 384 + 47 ] }, { @@ -41498,7 +41498,7 @@ ], "count": 1, "duration": [ - 71 + 54 ] }, { @@ -41510,7 +41510,7 @@ ], "count": 1, "duration": [ - 383 + 122 ] }, { @@ -41522,7 +41522,7 @@ ], "count": 1, "duration": [ - 461 + 35 ] }, { @@ -41533,7 +41533,7 @@ ], "count": 1, "duration": [ - 85 + 36 ] }, { @@ -41545,7 +41545,7 @@ ], "count": 1, "duration": [ - 458 + 134 ] }, { @@ -41557,7 +41557,7 @@ ], "count": 1, "duration": [ - 1148 + 155 ] }, { @@ -41568,7 +41568,7 @@ ], "count": 1, "duration": [ - 343 + 149 ] }, { @@ -41580,7 +41580,7 @@ ], "count": 1, "duration": [ - 1117 + 453 ] }, { @@ -41592,7 +41592,7 @@ ], "count": 1, "duration": [ - 523 + 34 ] }, { @@ -41603,7 +41603,7 @@ ], "count": 1, "duration": [ - 43 + 36 ] }, { @@ -41615,7 +41615,7 @@ ], "count": 1, "duration": [ - 485 + 129 ] }, { @@ -41627,7 +41627,7 @@ ], "count": 1, "duration": [ - 239 + 36 ] }, { @@ -41638,7 +41638,7 @@ ], "count": 1, "duration": [ - 35 + 36 ] }, { @@ -41650,7 +41650,7 @@ ], "count": 1, "duration": [ - 241 + 95 ] }, { @@ -41662,7 +41662,7 @@ ], "count": 1, "duration": [ - 138 + 24 ] }, { @@ -41673,7 +41673,7 @@ ], "count": 1, "duration": [ - 19 + 28 ] }, { @@ -41685,7 +41685,7 @@ ], "count": 1, "duration": [ - 144 + 67 ] }, { @@ -41697,7 +41697,7 @@ ], "count": 1, "duration": [ - 305 + 40 ] }, { @@ -41708,7 +41708,7 @@ ], "count": 1, "duration": [ - 52 + 43 ] }, { @@ -41720,7 +41720,7 @@ ], "count": 1, "duration": [ - 310 + 64 ] }, { @@ -41732,7 +41732,7 @@ ], "count": 1, "duration": [ - 272 + 33 ] }, { @@ -41743,7 +41743,7 @@ ], "count": 1, "duration": [ - 39 + 36 ] }, { @@ -41755,7 +41755,7 @@ ], "count": 1, "duration": [ - 267 + 133 ] }, { @@ -41767,7 +41767,7 @@ ], "count": 1, "duration": [ - 130 + 30 ] }, { @@ -41778,7 +41778,7 @@ ], "count": 1, "duration": [ - 22 + 29 ] }, { @@ -41790,7 +41790,7 @@ ], "count": 1, "duration": [ - 131 + 63 ] }, { @@ -41802,7 +41802,7 @@ ], "count": 1, "duration": [ - 566 + 38 ] }, { @@ -41813,7 +41813,7 @@ ], "count": 1, "duration": [ - 121 + 39 ] }, { @@ -41825,7 +41825,7 @@ ], "count": 1, "duration": [ - 556 + 173 ] }, { @@ -41837,7 +41837,7 @@ ], "count": 1, "duration": [ - 1022 + 110 ] }, { @@ -41848,7 +41848,7 @@ ], "count": 1, "duration": [ - 766 + 141 ] }, { @@ -41860,7 +41860,7 @@ ], "count": 1, "duration": [ - 1006 + 388 ] }, { @@ -41872,7 +41872,7 @@ ], "count": 1, "duration": [ - 783 + 29 ] }, { @@ -41883,7 +41883,7 @@ ], "count": 1, "duration": [ - 194 + 29 ] }, { @@ -41895,7 +41895,7 @@ ], "count": 1, "duration": [ - 782 + 289 ] }, { @@ -41907,7 +41907,7 @@ ], "count": 1, "duration": [ - 324 + 42 ] }, { @@ -41918,7 +41918,7 @@ ], "count": 1, "duration": [ - 54 + 45 ] }, { @@ -41930,7 +41930,7 @@ ], "count": 1, "duration": [ - 316 + 127 ] }, { @@ -41942,7 +41942,7 @@ ], "count": 1, "duration": [ - 332 + 52 ] }, { @@ -41953,7 +41953,7 @@ ], "count": 1, "duration": [ - 72 + 52 ] }, { @@ -41965,7 +41965,7 @@ ], "count": 1, "duration": [ - 361 + 109 ] }, { @@ -41977,7 +41977,7 @@ ], "count": 1, "duration": [ - 147 + 32 ] }, { @@ -41988,7 +41988,7 @@ ], "count": 1, "duration": [ - 21 + 29 ] }, { @@ -42000,7 +42000,7 @@ ], "count": 1, "duration": [ - 157 + 70 ] }, { @@ -42012,7 +42012,7 @@ ], "count": 1, "duration": [ - 1297 + 56 ] }, { @@ -42023,7 +42023,7 @@ ], "count": 1, "duration": [ - 192 + 58 ] }, { @@ -42035,7 +42035,7 @@ ], "count": 1, "duration": [ - 1323 + 689 ] }, { @@ -42045,7 +42045,7 @@ ], "count": 1, "duration": [ - 5546 + 648 ] }, { @@ -42056,7 +42056,7 @@ ], "count": 1, "duration": [ - 1250 + 1016 ] }, { @@ -42067,7 +42067,7 @@ ], "count": 1, "duration": [ - 5883 + 2720 ] }, { @@ -42078,11 +42078,11 @@ ], "count": 1, "duration": [ - 1228 + 1366 ] } ], - "lucene-9.9.2-bp": [ + "tantivy-0.22": [ { "query": "the", "tags": [ @@ -42090,7 +42090,7 @@ ], "count": 1, "duration": [ - 852 + 511 ] }, { @@ -42102,7 +42102,7 @@ ], "count": 1, "duration": [ - 27 + 30 ] }, { @@ -42113,7 +42113,7 @@ ], "count": 1, "duration": [ - 23 + 32 ] }, { @@ -42125,7 +42125,7 @@ ], "count": 1, "duration": [ - 46 + 51 ] }, { @@ -42148,7 +42148,7 @@ ], "count": 1, "duration": [ - 26 + 25 ] }, { @@ -42160,7 +42160,7 @@ ], "count": 1, "duration": [ - 34 + 32 ] }, { @@ -42172,7 +42172,7 @@ ], "count": 1, "duration": [ - 33 + 31 ] }, { @@ -42183,7 +42183,7 @@ ], "count": 1, "duration": [ - 33 + 34 ] }, { @@ -42195,7 +42195,7 @@ ], "count": 1, "duration": [ - 111 + 113 ] }, { @@ -42207,7 +42207,7 @@ ], "count": 1, "duration": [ - 25 + 32 ] }, { @@ -42218,7 +42218,7 @@ ], "count": 1, "duration": [ - 30 + 36 ] }, { @@ -42230,7 +42230,7 @@ ], "count": 1, "duration": [ - 78 + 89 ] }, { @@ -42242,7 +42242,7 @@ ], "count": 1, "duration": [ - 42 + 50 ] }, { @@ -42253,7 +42253,7 @@ ], "count": 1, "duration": [ - 43 + 49 ] }, { @@ -42265,7 +42265,7 @@ ], "count": 1, "duration": [ - 131 + 171 ] }, { @@ -42277,7 +42277,7 @@ ], "count": 1, "duration": [ - 44 + 49 ] }, { @@ -42288,7 +42288,7 @@ ], "count": 1, "duration": [ - 47 + 56 ] }, { @@ -42300,7 +42300,7 @@ ], "count": 1, "duration": [ - 120 + 160 ] }, { @@ -42312,7 +42312,7 @@ ], "count": 1, "duration": [ - 89 + 98 ] }, { @@ -42323,7 +42323,7 @@ ], "count": 1, "duration": [ - 107 + 111 ] }, { @@ -42335,7 +42335,7 @@ ], "count": 1, "duration": [ - 274 + 336 ] }, { @@ -42347,7 +42347,7 @@ ], "count": 1, "duration": [ - 21 + 26 ] }, { @@ -42358,7 +42358,7 @@ ], "count": 1, "duration": [ - 20 + 23 ] }, { @@ -42370,7 +42370,7 @@ ], "count": 1, "duration": [ - 39 + 41 ] }, { @@ -42382,7 +42382,7 @@ ], "count": 1, "duration": [ - 46 + 59 ] }, { @@ -42393,7 +42393,7 @@ ], "count": 1, "duration": [ - 49 + 62 ] }, { @@ -42405,7 +42405,7 @@ ], "count": 1, "duration": [ - 161 + 218 ] }, { @@ -42417,7 +42417,7 @@ ], "count": 1, "duration": [ - 90 + 105 ] }, { @@ -42428,7 +42428,7 @@ ], "count": 1, "duration": [ - 163 + 111 ] }, { @@ -42440,7 +42440,7 @@ ], "count": 1, "duration": [ - 426 + 679 ] }, { @@ -42452,7 +42452,7 @@ ], "count": 1, "duration": [ - 59 + 57 ] }, { @@ -42463,7 +42463,7 @@ ], "count": 1, "duration": [ - 66 + 63 ] }, { @@ -42475,7 +42475,7 @@ ], "count": 1, "duration": [ - 148 + 257 ] }, { @@ -42487,7 +42487,7 @@ ], "count": 1, "duration": [ - 39 + 46 ] }, { @@ -42498,7 +42498,7 @@ ], "count": 1, "duration": [ - 40 + 46 ] }, { @@ -42510,7 +42510,7 @@ ], "count": 1, "duration": [ - 250 + 302 ] }, { @@ -42522,7 +42522,7 @@ ], "count": 1, "duration": [ - 33 + 41 ] }, { @@ -42533,7 +42533,7 @@ ], "count": 1, "duration": [ - 33 + 37 ] }, { @@ -42545,7 +42545,7 @@ ], "count": 1, "duration": [ - 79 + 87 ] }, { @@ -42557,7 +42557,7 @@ ], "count": 1, "duration": [ - 45 + 57 ] }, { @@ -42568,7 +42568,7 @@ ], "count": 1, "duration": [ - 51 + 62 ] }, { @@ -42592,7 +42592,7 @@ ], "count": 1, "duration": [ - 33 + 38 ] }, { @@ -42603,7 +42603,7 @@ ], "count": 1, "duration": [ - 36 + 38 ] }, { @@ -42615,7 +42615,7 @@ ], "count": 1, "duration": [ - 99 + 111 ] }, { @@ -42627,7 +42627,7 @@ ], "count": 1, "duration": [ - 30 + 40 ] }, { @@ -42638,7 +42638,7 @@ ], "count": 1, "duration": [ - 35 + 38 ] }, { @@ -42650,7 +42650,7 @@ ], "count": 1, "duration": [ - 205 + 226 ] }, { @@ -42662,7 +42662,7 @@ ], "count": 1, "duration": [ - 27 + 32 ] }, { @@ -42673,7 +42673,7 @@ ], "count": 1, "duration": [ - 26 + 33 ] }, { @@ -42685,7 +42685,7 @@ ], "count": 1, "duration": [ - 63 + 65 ] }, { @@ -42697,7 +42697,7 @@ ], "count": 1, "duration": [ - 63 + 68 ] }, { @@ -42708,7 +42708,7 @@ ], "count": 1, "duration": [ - 59 + 74 ] }, { @@ -42720,7 +42720,7 @@ ], "count": 1, "duration": [ - 116 + 169 ] }, { @@ -42732,7 +42732,7 @@ ], "count": 1, "duration": [ - 27 + 35 ] }, { @@ -42743,7 +42743,7 @@ ], "count": 1, "duration": [ - 25 + 35 ] }, { @@ -42755,7 +42755,7 @@ ], "count": 1, "duration": [ - 198 + 428 ] }, { @@ -42767,7 +42767,7 @@ ], "count": 1, "duration": [ - 62 + 68 ] }, { @@ -42778,7 +42778,7 @@ ], "count": 1, "duration": [ - 68 + 74 ] }, { @@ -42790,7 +42790,7 @@ ], "count": 1, "duration": [ - 210 + 347 ] }, { @@ -42802,7 +42802,7 @@ ], "count": 1, "duration": [ - 67 + 74 ] }, { @@ -42813,7 +42813,7 @@ ], "count": 1, "duration": [ - 68 + 80 ] }, { @@ -42825,7 +42825,7 @@ ], "count": 1, "duration": [ - 152 + 163 ] }, { @@ -42837,7 +42837,7 @@ ], "count": 1, "duration": [ - 114 + 109 ] }, { @@ -42848,7 +42848,7 @@ ], "count": 1, "duration": [ - 147 + 194 ] }, { @@ -42860,7 +42860,7 @@ ], "count": 1, "duration": [ - 136 + 167 ] }, { @@ -42872,7 +42872,7 @@ ], "count": 1, "duration": [ - 36 + 42 ] }, { @@ -42883,7 +42883,7 @@ ], "count": 1, "duration": [ - 35 + 44 ] }, { @@ -42895,7 +42895,7 @@ ], "count": 1, "duration": [ - 115 + 134 ] }, { @@ -42907,7 +42907,7 @@ ], "count": 1, "duration": [ - 66 + 71 ] }, { @@ -42918,7 +42918,7 @@ ], "count": 1, "duration": [ - 68 + 78 ] }, { @@ -42930,7 +42930,7 @@ ], "count": 1, "duration": [ - 144 + 195 ] }, { @@ -42942,7 +42942,7 @@ ], "count": 1, "duration": [ - 54 + 62 ] }, { @@ -42953,7 +42953,7 @@ ], "count": 1, "duration": [ - 52 + 62 ] }, { @@ -42965,7 +42965,7 @@ ], "count": 1, "duration": [ - 85 + 181 ] }, { @@ -42977,7 +42977,7 @@ ], "count": 1, "duration": [ - 56 + 63 ] }, { @@ -42988,7 +42988,7 @@ ], "count": 1, "duration": [ - 51 + 62 ] }, { @@ -43000,7 +43000,7 @@ ], "count": 1, "duration": [ - 226 + 334 ] }, { @@ -43012,7 +43012,7 @@ ], "count": 1, "duration": [ - 29 + 40 ] }, { @@ -43023,7 +43023,7 @@ ], "count": 1, "duration": [ - 26 + 43 ] }, { @@ -43035,7 +43035,7 @@ ], "count": 1, "duration": [ - 77 + 84 ] }, { @@ -43047,7 +43047,7 @@ ], "count": 1, "duration": [ - 47 + 62 ] }, { @@ -43058,7 +43058,7 @@ ], "count": 1, "duration": [ - 43 + 57 ] }, { @@ -43070,7 +43070,7 @@ ], "count": 1, "duration": [ - 161 + 268 ] }, { @@ -43082,7 +43082,7 @@ ], "count": 1, "duration": [ - 39 + 38 ] }, { @@ -43093,7 +43093,7 @@ ], "count": 1, "duration": [ - 42 + 43 ] }, { @@ -43105,7 +43105,7 @@ ], "count": 1, "duration": [ - 168 + 153 ] }, { @@ -43117,7 +43117,7 @@ ], "count": 1, "duration": [ - 49 + 57 ] }, { @@ -43128,7 +43128,7 @@ ], "count": 1, "duration": [ - 50 + 61 ] }, { @@ -43140,7 +43140,7 @@ ], "count": 1, "duration": [ - 169 + 262 ] }, { @@ -43152,7 +43152,7 @@ ], "count": 1, "duration": [ - 30 + 38 ] }, { @@ -43163,7 +43163,7 @@ ], "count": 1, "duration": [ - 37 + 44 ] }, { @@ -43175,7 +43175,7 @@ ], "count": 1, "duration": [ - 101 + 114 ] }, { @@ -43187,7 +43187,7 @@ ], "count": 1, "duration": [ - 152 + 174 ] }, { @@ -43198,7 +43198,7 @@ ], "count": 1, "duration": [ - 186 + 224 ] }, { @@ -43210,7 +43210,7 @@ ], "count": 1, "duration": [ - 224 + 309 ] }, { @@ -43222,7 +43222,7 @@ ], "count": 1, "duration": [ - 64 + 67 ] }, { @@ -43233,7 +43233,7 @@ ], "count": 1, "duration": [ - 64 + 70 ] }, { @@ -43245,7 +43245,7 @@ ], "count": 1, "duration": [ - 132 + 203 ] }, { @@ -43257,7 +43257,7 @@ ], "count": 1, "duration": [ - 88 + 95 ] }, { @@ -43268,7 +43268,7 @@ ], "count": 1, "duration": [ - 91 + 108 ] }, { @@ -43280,7 +43280,7 @@ ], "count": 1, "duration": [ - 156 + 194 ] }, { @@ -43292,7 +43292,7 @@ ], "count": 1, "duration": [ - 23 + 26 ] }, { @@ -43303,7 +43303,7 @@ ], "count": 1, "duration": [ - 26 + 30 ] }, { @@ -43315,7 +43315,7 @@ ], "count": 1, "duration": [ - 40 + 41 ] }, { @@ -43327,7 +43327,7 @@ ], "count": 1, "duration": [ - 85 + 91 ] }, { @@ -43338,7 +43338,7 @@ ], "count": 1, "duration": [ - 90 + 100 ] }, { @@ -43350,7 +43350,7 @@ ], "count": 1, "duration": [ - 294 + 438 ] }, { @@ -43362,7 +43362,7 @@ ], "count": 1, "duration": [ - 117 + 172 ] }, { @@ -43373,7 +43373,7 @@ ], "count": 1, "duration": [ - 138 + 177 ] }, { @@ -43385,7 +43385,7 @@ ], "count": 1, "duration": [ - 412 + 603 ] }, { @@ -43397,7 +43397,7 @@ ], "count": 1, "duration": [ - 65 + 91 ] }, { @@ -43408,7 +43408,7 @@ ], "count": 1, "duration": [ - 70 + 94 ] }, { @@ -43420,7 +43420,7 @@ ], "count": 1, "duration": [ - 320 + 449 ] }, { @@ -43443,7 +43443,7 @@ ], "count": 1, "duration": [ - 24 + 25 ] }, { @@ -43455,7 +43455,7 @@ ], "count": 1, "duration": [ - 40 + 43 ] }, { @@ -43467,7 +43467,7 @@ ], "count": 1, "duration": [ - 32 + 34 ] }, { @@ -43478,7 +43478,7 @@ ], "count": 1, "duration": [ - 31 + 35 ] }, { @@ -43490,7 +43490,7 @@ ], "count": 1, "duration": [ - 69 + 75 ] }, { @@ -43502,7 +43502,7 @@ ], "count": 1, "duration": [ - 53 + 62 ] }, { @@ -43513,7 +43513,7 @@ ], "count": 1, "duration": [ - 82 + 70 ] }, { @@ -43525,7 +43525,7 @@ ], "count": 1, "duration": [ - 629 + 1121 ] }, { @@ -43537,7 +43537,7 @@ ], "count": 1, "duration": [ - 183 + 281 ] }, { @@ -43548,7 +43548,7 @@ ], "count": 1, "duration": [ - 297 + 403 ] }, { @@ -43560,7 +43560,7 @@ ], "count": 1, "duration": [ - 338 + 704 ] }, { @@ -43572,7 +43572,7 @@ ], "count": 1, "duration": [ - 24 + 27 ] }, { @@ -43583,7 +43583,7 @@ ], "count": 1, "duration": [ - 26 + 27 ] }, { @@ -43595,7 +43595,7 @@ ], "count": 1, "duration": [ - 190 + 208 ] }, { @@ -43607,7 +43607,7 @@ ], "count": 1, "duration": [ - 37 + 43 ] }, { @@ -43618,7 +43618,7 @@ ], "count": 1, "duration": [ - 38 + 41 ] }, { @@ -43630,7 +43630,7 @@ ], "count": 1, "duration": [ - 291 + 398 ] }, { @@ -43642,7 +43642,7 @@ ], "count": 1, "duration": [ - 203 + 299 ] }, { @@ -43653,7 +43653,7 @@ ], "count": 1, "duration": [ - 361 + 375 ] }, { @@ -43665,7 +43665,7 @@ ], "count": 1, "duration": [ - 319 + 725 ] }, { @@ -43677,7 +43677,7 @@ ], "count": 1, "duration": [ - 38 + 45 ] }, { @@ -43688,7 +43688,7 @@ ], "count": 1, "duration": [ - 42 + 49 ] }, { @@ -43700,7 +43700,7 @@ ], "count": 1, "duration": [ - 134 + 156 ] }, { @@ -43712,7 +43712,7 @@ ], "count": 1, "duration": [ - 44 + 54 ] }, { @@ -43723,7 +43723,7 @@ ], "count": 1, "duration": [ - 52 + 63 ] }, { @@ -43735,7 +43735,7 @@ ], "count": 1, "duration": [ - 106 + 126 ] }, { @@ -43747,7 +43747,7 @@ ], "count": 1, "duration": [ - 64 + 66 ] }, { @@ -43758,7 +43758,7 @@ ], "count": 1, "duration": [ - 68 + 72 ] }, { @@ -43770,7 +43770,7 @@ ], "count": 1, "duration": [ - 129 + 161 ] }, { @@ -43782,7 +43782,7 @@ ], "count": 1, "duration": [ - 19 + 24 ] }, { @@ -43793,7 +43793,7 @@ ], "count": 1, "duration": [ - 22 + 18 ] }, { @@ -43805,7 +43805,7 @@ ], "count": 1, "duration": [ - 77 + 114 ] }, { @@ -43817,7 +43817,7 @@ ], "count": 1, "duration": [ - 23 + 24 ] }, { @@ -43828,7 +43828,7 @@ ], "count": 1, "duration": [ - 24 + 32 ] }, { @@ -43840,7 +43840,7 @@ ], "count": 1, "duration": [ - 28 + 29 ] }, { @@ -43852,7 +43852,7 @@ ], "count": 1, "duration": [ - 96 + 95 ] }, { @@ -43863,7 +43863,7 @@ ], "count": 1, "duration": [ - 100 + 97 ] }, { @@ -43875,7 +43875,7 @@ ], "count": 1, "duration": [ - 514 + 937 ] }, { @@ -43887,7 +43887,7 @@ ], "count": 1, "duration": [ - 30 + 31 ] }, { @@ -43898,7 +43898,7 @@ ], "count": 1, "duration": [ - 28 + 26 ] }, { @@ -43910,7 +43910,7 @@ ], "count": 1, "duration": [ - 122 + 134 ] }, { @@ -43922,7 +43922,7 @@ ], "count": 1, "duration": [ - 29 + 32 ] }, { @@ -43933,7 +43933,7 @@ ], "count": 1, "duration": [ - 30 + 44 ] }, { @@ -43945,7 +43945,7 @@ ], "count": 1, "duration": [ - 77 + 84 ] }, { @@ -43957,7 +43957,7 @@ ], "count": 1, "duration": [ - 120 + 127 ] }, { @@ -43968,7 +43968,7 @@ ], "count": 1, "duration": [ - 183 + 136 ] }, { @@ -43980,7 +43980,7 @@ ], "count": 1, "duration": [ - 272 + 753 ] }, { @@ -43992,7 +43992,7 @@ ], "count": 1, "duration": [ - 24 + 30 ] }, { @@ -44003,7 +44003,7 @@ ], "count": 1, "duration": [ - 26 + 30 ] }, { @@ -44015,7 +44015,7 @@ ], "count": 1, "duration": [ - 39 + 45 ] }, { @@ -44027,7 +44027,7 @@ ], "count": 1, "duration": [ - 38 + 42 ] }, { @@ -44038,7 +44038,7 @@ ], "count": 1, "duration": [ - 38 + 43 ] }, { @@ -44050,7 +44050,7 @@ ], "count": 1, "duration": [ - 800 + 791 ] }, { @@ -44062,7 +44062,7 @@ ], "count": 1, "duration": [ - 59 + 63 ] }, { @@ -44073,7 +44073,7 @@ ], "count": 1, "duration": [ - 79 + 72 ] }, { @@ -44085,7 +44085,7 @@ ], "count": 1, "duration": [ - 622 + 1429 ] }, { @@ -44097,7 +44097,7 @@ ], "count": 1, "duration": [ - 38 + 41 ] }, { @@ -44108,7 +44108,7 @@ ], "count": 1, "duration": [ - 37 + 44 ] }, { @@ -44120,7 +44120,7 @@ ], "count": 1, "duration": [ - 741 + 945 ] }, { @@ -44132,7 +44132,7 @@ ], "count": 1, "duration": [ - 69 + 64 ] }, { @@ -44143,7 +44143,7 @@ ], "count": 1, "duration": [ - 74 + 72 ] }, { @@ -44155,7 +44155,7 @@ ], "count": 1, "duration": [ - 135 + 224 ] }, { @@ -44167,7 +44167,7 @@ ], "count": 1, "duration": [ - 20 + 21 ] }, { @@ -44178,7 +44178,7 @@ ], "count": 1, "duration": [ - 22 + 27 ] }, { @@ -44202,7 +44202,7 @@ ], "count": 1, "duration": [ - 59 + 58 ] }, { @@ -44213,7 +44213,7 @@ ], "count": 1, "duration": [ - 49 + 67 ] }, { @@ -44225,7 +44225,7 @@ ], "count": 1, "duration": [ - 136 + 189 ] }, { @@ -44237,7 +44237,7 @@ ], "count": 1, "duration": [ - 22 + 26 ] }, { @@ -44260,7 +44260,7 @@ ], "count": 1, "duration": [ - 36 + 38 ] }, { @@ -44272,7 +44272,7 @@ ], "count": 1, "duration": [ - 39 + 38 ] }, { @@ -44283,7 +44283,7 @@ ], "count": 1, "duration": [ - 44 + 45 ] }, { @@ -44295,7 +44295,7 @@ ], "count": 1, "duration": [ - 97 + 113 ] }, { @@ -44307,7 +44307,7 @@ ], "count": 1, "duration": [ - 96 + 107 ] }, { @@ -44318,7 +44318,7 @@ ], "count": 1, "duration": [ - 100 + 120 ] }, { @@ -44330,7 +44330,7 @@ ], "count": 1, "duration": [ - 167 + 231 ] }, { @@ -44342,7 +44342,7 @@ ], "count": 1, "duration": [ - 27 + 26 ] }, { @@ -44353,7 +44353,7 @@ ], "count": 1, "duration": [ - 25 + 26 ] }, { @@ -44365,7 +44365,7 @@ ], "count": 1, "duration": [ - 52 + 55 ] }, { @@ -44377,7 +44377,7 @@ ], "count": 1, "duration": [ - 43 + 39 ] }, { @@ -44400,7 +44400,7 @@ ], "count": 1, "duration": [ - 79 + 85 ] }, { @@ -44412,7 +44412,7 @@ ], "count": 1, "duration": [ - 34 + 42 ] }, { @@ -44423,7 +44423,7 @@ ], "count": 1, "duration": [ - 32 + 42 ] }, { @@ -44435,7 +44435,7 @@ ], "count": 1, "duration": [ - 85 + 95 ] }, { @@ -44447,7 +44447,7 @@ ], "count": 1, "duration": [ - 22 + 30 ] }, { @@ -44458,7 +44458,7 @@ ], "count": 1, "duration": [ - 27 + 31 ] }, { @@ -44470,7 +44470,7 @@ ], "count": 1, "duration": [ - 49 + 51 ] }, { @@ -44482,7 +44482,7 @@ ], "count": 1, "duration": [ - 52 + 54 ] }, { @@ -44493,7 +44493,7 @@ ], "count": 1, "duration": [ - 55 + 57 ] }, { @@ -44505,7 +44505,7 @@ ], "count": 1, "duration": [ - 154 + 233 ] }, { @@ -44517,7 +44517,7 @@ ], "count": 1, "duration": [ - 22 + 25 ] }, { @@ -44528,7 +44528,7 @@ ], "count": 1, "duration": [ - 21 + 20 ] }, { @@ -44540,7 +44540,7 @@ ], "count": 1, "duration": [ - 73 + 91 ] }, { @@ -44552,7 +44552,7 @@ ], "count": 1, "duration": [ - 51 + 50 ] }, { @@ -44563,7 +44563,7 @@ ], "count": 1, "duration": [ - 48 + 50 ] }, { @@ -44575,7 +44575,7 @@ ], "count": 1, "duration": [ - 287 + 410 ] }, { @@ -44587,7 +44587,7 @@ ], "count": 1, "duration": [ - 56 + 65 ] }, { @@ -44598,7 +44598,7 @@ ], "count": 1, "duration": [ - 59 + 64 ] }, { @@ -44610,7 +44610,7 @@ ], "count": 1, "duration": [ - 541 + 1184 ] }, { @@ -44622,7 +44622,7 @@ ], "count": 1, "duration": [ - 53 + 61 ] }, { @@ -44633,7 +44633,7 @@ ], "count": 1, "duration": [ - 52 + 66 ] }, { @@ -44645,7 +44645,7 @@ ], "count": 1, "duration": [ - 135 + 154 ] }, { @@ -44657,7 +44657,7 @@ ], "count": 1, "duration": [ - 31 + 36 ] }, { @@ -44668,7 +44668,7 @@ ], "count": 1, "duration": [ - 35 + 37 ] }, { @@ -44680,7 +44680,7 @@ ], "count": 1, "duration": [ - 68 + 76 ] }, { @@ -44692,7 +44692,7 @@ ], "count": 1, "duration": [ - 32 + 38 ] }, { @@ -44703,7 +44703,7 @@ ], "count": 1, "duration": [ - 34 + 41 ] }, { @@ -44715,7 +44715,7 @@ ], "count": 1, "duration": [ - 76 + 84 ] }, { @@ -44727,7 +44727,7 @@ ], "count": 1, "duration": [ - 37 + 38 ] }, { @@ -44738,7 +44738,7 @@ ], "count": 1, "duration": [ - 38 + 43 ] }, { @@ -44750,7 +44750,7 @@ ], "count": 1, "duration": [ - 116 + 134 ] }, { @@ -44762,7 +44762,7 @@ ], "count": 1, "duration": [ - 39 + 42 ] }, { @@ -44773,7 +44773,7 @@ ], "count": 1, "duration": [ - 42 + 46 ] }, { @@ -44785,7 +44785,7 @@ ], "count": 1, "duration": [ - 91 + 111 ] }, { @@ -44797,7 +44797,7 @@ ], "count": 1, "duration": [ - 55 + 56 ] }, { @@ -44808,7 +44808,7 @@ ], "count": 1, "duration": [ - 57 + 64 ] }, { @@ -44820,7 +44820,7 @@ ], "count": 1, "duration": [ - 149 + 199 ] }, { @@ -44832,7 +44832,7 @@ ], "count": 1, "duration": [ - 117 + 119 ] }, { @@ -44843,7 +44843,7 @@ ], "count": 1, "duration": [ - 134 + 161 ] }, { @@ -44855,7 +44855,7 @@ ], "count": 1, "duration": [ - 199 + 274 ] }, { @@ -44867,7 +44867,7 @@ ], "count": 1, "duration": [ - 41 + 39 ] }, { @@ -44878,7 +44878,7 @@ ], "count": 1, "duration": [ - 42 + 45 ] }, { @@ -44890,7 +44890,7 @@ ], "count": 1, "duration": [ - 135 + 146 ] }, { @@ -44902,7 +44902,7 @@ ], "count": 1, "duration": [ - 286 + 358 ] }, { @@ -44913,7 +44913,7 @@ ], "count": 1, "duration": [ - 333 + 453 ] }, { @@ -44925,7 +44925,7 @@ ], "count": 1, "duration": [ - 406 + 553 ] }, { @@ -44937,7 +44937,7 @@ ], "count": 1, "duration": [ - 68 + 86 ] }, { @@ -44948,7 +44948,7 @@ ], "count": 1, "duration": [ - 71 + 88 ] }, { @@ -44960,7 +44960,7 @@ ], "count": 1, "duration": [ - 118 + 252 ] }, { @@ -44972,7 +44972,7 @@ ], "count": 1, "duration": [ - 24 + 23 ] }, { @@ -44983,7 +44983,7 @@ ], "count": 1, "duration": [ - 27 + 26 ] }, { @@ -44995,7 +44995,7 @@ ], "count": 1, "duration": [ - 35 + 47 ] }, { @@ -45007,7 +45007,7 @@ ], "count": 1, "duration": [ - 54 + 62 ] }, { @@ -45018,7 +45018,7 @@ ], "count": 1, "duration": [ - 66 + 60 ] }, { @@ -45030,7 +45030,7 @@ ], "count": 1, "duration": [ - 561 + 705 ] }, { @@ -45042,7 +45042,7 @@ ], "count": 1, "duration": [ - 41 + 51 ] }, { @@ -45053,7 +45053,7 @@ ], "count": 1, "duration": [ - 44 + 53 ] }, { @@ -45065,7 +45065,7 @@ ], "count": 1, "duration": [ - 84 + 91 ] }, { @@ -45077,7 +45077,7 @@ ], "count": 1, "duration": [ - 51 + 54 ] }, { @@ -45088,7 +45088,7 @@ ], "count": 1, "duration": [ - 54 + 61 ] }, { @@ -45100,7 +45100,7 @@ ], "count": 1, "duration": [ - 120 + 123 ] }, { @@ -45112,7 +45112,7 @@ ], "count": 1, "duration": [ - 50 + 68 ] }, { @@ -45123,7 +45123,7 @@ ], "count": 1, "duration": [ - 54 + 70 ] }, { @@ -45135,7 +45135,7 @@ ], "count": 1, "duration": [ - 593 + 1207 ] }, { @@ -45147,7 +45147,7 @@ ], "count": 1, "duration": [ - 54 + 55 ] }, { @@ -45158,7 +45158,7 @@ ], "count": 1, "duration": [ - 56 + 68 ] }, { @@ -45170,7 +45170,7 @@ ], "count": 1, "duration": [ - 147 + 202 ] }, { @@ -45193,7 +45193,7 @@ ], "count": 1, "duration": [ - 59 + 51 ] }, { @@ -45205,7 +45205,7 @@ ], "count": 1, "duration": [ - 119 + 150 ] }, { @@ -45217,7 +45217,7 @@ ], "count": 1, "duration": [ - 122 + 140 ] }, { @@ -45228,7 +45228,7 @@ ], "count": 1, "duration": [ - 123 + 147 ] }, { @@ -45240,7 +45240,7 @@ ], "count": 1, "duration": [ - 364 + 509 ] }, { @@ -45252,7 +45252,7 @@ ], "count": 1, "duration": [ - 41 + 45 ] }, { @@ -45263,7 +45263,7 @@ ], "count": 1, "duration": [ - 38 + 48 ] }, { @@ -45275,7 +45275,7 @@ ], "count": 1, "duration": [ - 90 + 102 ] }, { @@ -45287,7 +45287,7 @@ ], "count": 1, "duration": [ - 26 + 33 ] }, { @@ -45298,7 +45298,7 @@ ], "count": 1, "duration": [ - 25 + 36 ] }, { @@ -45310,7 +45310,7 @@ ], "count": 1, "duration": [ - 59 + 65 ] }, { @@ -45322,7 +45322,7 @@ ], "count": 1, "duration": [ - 26 + 33 ] }, { @@ -45333,7 +45333,7 @@ ], "count": 1, "duration": [ - 26 + 25 ] }, { @@ -45345,7 +45345,7 @@ ], "count": 1, "duration": [ - 69 + 88 ] }, { @@ -45357,7 +45357,7 @@ ], "count": 1, "duration": [ - 110 + 123 ] }, { @@ -45368,7 +45368,7 @@ ], "count": 1, "duration": [ - 139 + 138 ] }, { @@ -45380,7 +45380,7 @@ ], "count": 1, "duration": [ - 404 + 880 ] }, { @@ -45392,7 +45392,7 @@ ], "count": 1, "duration": [ - 22 + 25 ] }, { @@ -45403,7 +45403,7 @@ ], "count": 1, "duration": [ - 22 + 28 ] }, { @@ -45415,7 +45415,7 @@ ], "count": 1, "duration": [ - 68 + 88 ] }, { @@ -45427,7 +45427,7 @@ ], "count": 1, "duration": [ - 35 + 38 ] }, { @@ -45438,7 +45438,7 @@ ], "count": 1, "duration": [ - 39 + 41 ] }, { @@ -45450,7 +45450,7 @@ ], "count": 1, "duration": [ - 101 + 100 ] }, { @@ -45462,7 +45462,7 @@ ], "count": 1, "duration": [ - 61 + 64 ] }, { @@ -45473,7 +45473,7 @@ ], "count": 1, "duration": [ - 64 + 77 ] }, { @@ -45485,7 +45485,7 @@ ], "count": 1, "duration": [ - 115 + 143 ] }, { @@ -45497,7 +45497,7 @@ ], "count": 1, "duration": [ - 85 + 104 ] }, { @@ -45508,7 +45508,7 @@ ], "count": 1, "duration": [ - 101 + 105 ] }, { @@ -45520,7 +45520,7 @@ ], "count": 1, "duration": [ - 471 + 838 ] }, { @@ -45532,7 +45532,7 @@ ], "count": 1, "duration": [ - 26 + 28 ] }, { @@ -45543,7 +45543,7 @@ ], "count": 1, "duration": [ - 26 + 25 ] }, { @@ -45555,7 +45555,7 @@ ], "count": 1, "duration": [ - 159 + 172 ] }, { @@ -45567,7 +45567,7 @@ ], "count": 1, "duration": [ - 32 + 34 ] }, { @@ -45578,7 +45578,7 @@ ], "count": 1, "duration": [ - 29 + 35 ] }, { @@ -45590,7 +45590,7 @@ ], "count": 1, "duration": [ - 122 + 129 ] }, { @@ -45602,7 +45602,7 @@ ], "count": 1, "duration": [ - 40 + 42 ] }, { @@ -45613,7 +45613,7 @@ ], "count": 1, "duration": [ - 47 + 45 ] }, { @@ -45625,7 +45625,7 @@ ], "count": 1, "duration": [ - 148 + 161 ] }, { @@ -45637,7 +45637,7 @@ ], "count": 1, "duration": [ - 42 + 49 ] }, { @@ -45648,7 +45648,7 @@ ], "count": 1, "duration": [ - 51 + 53 ] }, { @@ -45660,7 +45660,7 @@ ], "count": 1, "duration": [ - 92 + 129 ] }, { @@ -45672,7 +45672,7 @@ ], "count": 1, "duration": [ - 24 + 28 ] }, { @@ -45683,7 +45683,7 @@ ], "count": 1, "duration": [ - 28 + 31 ] }, { @@ -45695,7 +45695,7 @@ ], "count": 1, "duration": [ - 73 + 74 ] }, { @@ -45707,7 +45707,7 @@ ], "count": 1, "duration": [ - 25 + 27 ] }, { @@ -45718,7 +45718,7 @@ ], "count": 1, "duration": [ - 25 + 30 ] }, { @@ -45730,7 +45730,7 @@ ], "count": 1, "duration": [ - 53 + 61 ] }, { @@ -45742,7 +45742,7 @@ ], "count": 1, "duration": [ - 31 + 30 ] }, { @@ -45753,7 +45753,7 @@ ], "count": 1, "duration": [ - 23 + 32 ] }, { @@ -45765,7 +45765,7 @@ ], "count": 1, "duration": [ - 52 + 58 ] }, { @@ -45777,7 +45777,7 @@ ], "count": 1, "duration": [ - 86 + 108 ] }, { @@ -45788,7 +45788,7 @@ ], "count": 1, "duration": [ - 153 + 108 ] }, { @@ -45800,7 +45800,7 @@ ], "count": 1, "duration": [ - 329 + 693 ] }, { @@ -45812,7 +45812,7 @@ ], "count": 1, "duration": [ - 22 + 24 ] }, { @@ -45823,7 +45823,7 @@ ], "count": 1, "duration": [ - 25 + 29 ] }, { @@ -45835,7 +45835,7 @@ ], "count": 1, "duration": [ - 47 + 41 ] }, { @@ -45858,7 +45858,7 @@ ], "count": 1, "duration": [ - 42 + 58 ] }, { @@ -45870,7 +45870,7 @@ ], "count": 1, "duration": [ - 131 + 150 ] }, { @@ -45893,7 +45893,7 @@ ], "count": 1, "duration": [ - 26 + 31 ] }, { @@ -45905,7 +45905,7 @@ ], "count": 1, "duration": [ - 48 + 45 ] }, { @@ -45917,7 +45917,7 @@ ], "count": 1, "duration": [ - 27 + 34 ] }, { @@ -45928,7 +45928,7 @@ ], "count": 1, "duration": [ - 33 + 31 ] }, { @@ -45940,7 +45940,7 @@ ], "count": 1, "duration": [ - 55 + 64 ] }, { @@ -45952,7 +45952,7 @@ ], "count": 1, "duration": [ - 44 + 45 ] }, { @@ -45963,7 +45963,7 @@ ], "count": 1, "duration": [ - 43 + 47 ] }, { @@ -45975,7 +45975,7 @@ ], "count": 1, "duration": [ - 93 + 121 ] }, { @@ -45987,7 +45987,7 @@ ], "count": 1, "duration": [ - 37 + 28 ] }, { @@ -45998,7 +45998,7 @@ ], "count": 1, "duration": [ - 38 + 36 ] }, { @@ -46010,7 +46010,7 @@ ], "count": 1, "duration": [ - 98 + 112 ] }, { @@ -46022,7 +46022,7 @@ ], "count": 1, "duration": [ - 162 + 198 ] }, { @@ -46033,7 +46033,7 @@ ], "count": 1, "duration": [ - 163 + 207 ] }, { @@ -46045,7 +46045,7 @@ ], "count": 1, "duration": [ - 354 + 585 ] }, { @@ -46057,7 +46057,7 @@ ], "count": 1, "duration": [ - 59 + 68 ] }, { @@ -46068,7 +46068,7 @@ ], "count": 1, "duration": [ - 65 + 70 ] }, { @@ -46080,7 +46080,7 @@ ], "count": 1, "duration": [ - 121 + 216 ] }, { @@ -46092,7 +46092,7 @@ ], "count": 1, "duration": [ - 38 + 45 ] }, { @@ -46103,7 +46103,7 @@ ], "count": 1, "duration": [ - 34 + 47 ] }, { @@ -46115,7 +46115,7 @@ ], "count": 1, "duration": [ - 124 + 187 ] }, { @@ -46127,7 +46127,7 @@ ], "count": 1, "duration": [ - 29 + 32 ] }, { @@ -46138,7 +46138,7 @@ ], "count": 1, "duration": [ - 28 + 35 ] }, { @@ -46150,7 +46150,7 @@ ], "count": 1, "duration": [ - 51 + 55 ] }, { @@ -46162,7 +46162,7 @@ ], "count": 1, "duration": [ - 21 + 23 ] }, { @@ -46173,7 +46173,7 @@ ], "count": 1, "duration": [ - 25 + 21 ] }, { @@ -46185,7 +46185,7 @@ ], "count": 1, "duration": [ - 40 + 39 ] }, { @@ -46197,7 +46197,7 @@ ], "count": 1, "duration": [ - 60 + 86 ] }, { @@ -46208,7 +46208,7 @@ ], "count": 1, "duration": [ - 61 + 89 ] }, { @@ -46220,7 +46220,7 @@ ], "count": 1, "duration": [ - 224 + 270 ] }, { @@ -46232,7 +46232,7 @@ ], "count": 1, "duration": [ - 25 + 33 ] }, { @@ -46243,7 +46243,7 @@ ], "count": 1, "duration": [ - 30 + 34 ] }, { @@ -46267,7 +46267,7 @@ ], "count": 1, "duration": [ - 26 + 29 ] }, { @@ -46278,7 +46278,7 @@ ], "count": 1, "duration": [ - 27 + 32 ] }, { @@ -46290,7 +46290,7 @@ ], "count": 1, "duration": [ - 67 + 64 ] }, { @@ -46302,7 +46302,7 @@ ], "count": 1, "duration": [ - 29 + 27 ] }, { @@ -46313,7 +46313,7 @@ ], "count": 1, "duration": [ - 36 + 31 ] }, { @@ -46325,7 +46325,7 @@ ], "count": 1, "duration": [ - 198 + 203 ] }, { @@ -46337,7 +46337,7 @@ ], "count": 1, "duration": [ - 39 + 45 ] }, { @@ -46348,7 +46348,7 @@ ], "count": 1, "duration": [ - 44 + 49 ] }, { @@ -46360,7 +46360,7 @@ ], "count": 1, "duration": [ - 80 + 96 ] }, { @@ -46372,7 +46372,7 @@ ], "count": 1, "duration": [ - 20 + 26 ] }, { @@ -46383,7 +46383,7 @@ ], "count": 1, "duration": [ - 21 + 27 ] }, { @@ -46395,7 +46395,7 @@ ], "count": 1, "duration": [ - 39 + 41 ] }, { @@ -46407,7 +46407,7 @@ ], "count": 1, "duration": [ - 44 + 49 ] }, { @@ -46418,7 +46418,7 @@ ], "count": 1, "duration": [ - 46 + 53 ] }, { @@ -46430,7 +46430,7 @@ ], "count": 1, "duration": [ - 139 + 178 ] }, { @@ -46442,7 +46442,7 @@ ], "count": 1, "duration": [ - 51 + 59 ] }, { @@ -46453,7 +46453,7 @@ ], "count": 1, "duration": [ - 58 + 60 ] }, { @@ -46465,7 +46465,7 @@ ], "count": 1, "duration": [ - 301 + 646 ] }, { @@ -46477,7 +46477,7 @@ ], "count": 1, "duration": [ - 71 + 79 ] }, { @@ -46488,7 +46488,7 @@ ], "count": 1, "duration": [ - 63 + 89 ] }, { @@ -46500,7 +46500,7 @@ ], "count": 1, "duration": [ - 133 + 189 ] }, { @@ -46512,7 +46512,7 @@ ], "count": 1, "duration": [ - 32 + 40 ] }, { @@ -46523,7 +46523,7 @@ ], "count": 1, "duration": [ - 33 + 41 ] }, { @@ -46535,7 +46535,7 @@ ], "count": 1, "duration": [ - 101 + 93 ] }, { @@ -46547,7 +46547,7 @@ ], "count": 1, "duration": [ - 57 + 72 ] }, { @@ -46558,7 +46558,7 @@ ], "count": 1, "duration": [ - 61 + 79 ] }, { @@ -46570,7 +46570,7 @@ ], "count": 1, "duration": [ - 179 + 213 ] }, { @@ -46582,7 +46582,7 @@ ], "count": 1, "duration": [ - 24 + 30 ] }, { @@ -46593,7 +46593,7 @@ ], "count": 1, "duration": [ - 24 + 29 ] }, { @@ -46605,7 +46605,7 @@ ], "count": 1, "duration": [ - 46 + 49 ] }, { @@ -46628,7 +46628,7 @@ ], "count": 1, "duration": [ - 35 + 38 ] }, { @@ -46640,7 +46640,7 @@ ], "count": 1, "duration": [ - 196 + 240 ] }, { @@ -46652,7 +46652,7 @@ ], "count": 1, "duration": [ - 32 + 34 ] }, { @@ -46663,7 +46663,7 @@ ], "count": 1, "duration": [ - 28 + 39 ] }, { @@ -46675,7 +46675,7 @@ ], "count": 1, "duration": [ - 118 + 137 ] }, { @@ -46687,7 +46687,7 @@ ], "count": 1, "duration": [ - 33 + 35 ] }, { @@ -46698,7 +46698,7 @@ ], "count": 1, "duration": [ - 29 + 40 ] }, { @@ -46710,7 +46710,7 @@ ], "count": 1, "duration": [ - 98 + 185 ] }, { @@ -46722,7 +46722,7 @@ ], "count": 1, "duration": [ - 31 + 37 ] }, { @@ -46733,7 +46733,7 @@ ], "count": 1, "duration": [ - 32 + 37 ] }, { @@ -46745,7 +46745,7 @@ ], "count": 1, "duration": [ - 154 + 198 ] }, { @@ -46757,7 +46757,7 @@ ], "count": 1, "duration": [ - 144 + 301 ] }, { @@ -46768,7 +46768,7 @@ ], "count": 1, "duration": [ - 502 + 771 ] }, { @@ -46780,7 +46780,7 @@ ], "count": 1, "duration": [ - 752 + 624 ] }, { @@ -46792,7 +46792,7 @@ ], "count": 1, "duration": [ - 28 + 32 ] }, { @@ -46803,7 +46803,7 @@ ], "count": 1, "duration": [ - 29 + 38 ] }, { @@ -46815,7 +46815,7 @@ ], "count": 1, "duration": [ - 67 + 77 ] }, { @@ -46827,7 +46827,7 @@ ], "count": 1, "duration": [ - 26 + 34 ] }, { @@ -46838,7 +46838,7 @@ ], "count": 1, "duration": [ - 30 + 36 ] }, { @@ -46850,7 +46850,7 @@ ], "count": 1, "duration": [ - 85 + 83 ] }, { @@ -46862,7 +46862,7 @@ ], "count": 1, "duration": [ - 32 + 38 ] }, { @@ -46873,7 +46873,7 @@ ], "count": 1, "duration": [ - 34 + 36 ] }, { @@ -46885,7 +46885,7 @@ ], "count": 1, "duration": [ - 165 + 217 ] }, { @@ -46897,7 +46897,7 @@ ], "count": 1, "duration": [ - 59 + 78 ] }, { @@ -46908,7 +46908,7 @@ ], "count": 1, "duration": [ - 66 + 73 ] }, { @@ -46920,7 +46920,7 @@ ], "count": 1, "duration": [ - 332 + 549 ] }, { @@ -46932,7 +46932,7 @@ ], "count": 1, "duration": [ - 26 + 27 ] }, { @@ -46943,7 +46943,7 @@ ], "count": 1, "duration": [ - 31 + 33 ] }, { @@ -46955,7 +46955,7 @@ ], "count": 1, "duration": [ - 74 + 85 ] }, { @@ -46967,7 +46967,7 @@ ], "count": 1, "duration": [ - 24 + 25 ] }, { @@ -46978,7 +46978,7 @@ ], "count": 1, "duration": [ - 26 + 30 ] }, { @@ -46990,7 +46990,7 @@ ], "count": 1, "duration": [ - 37 + 34 ] }, { @@ -47002,7 +47002,7 @@ ], "count": 1, "duration": [ - 21 + 24 ] }, { @@ -47013,7 +47013,7 @@ ], "count": 1, "duration": [ - 18 + 24 ] }, { @@ -47025,7 +47025,7 @@ ], "count": 1, "duration": [ - 49 + 53 ] }, { @@ -47037,7 +47037,7 @@ ], "count": 1, "duration": [ - 41 + 46 ] }, { @@ -47048,7 +47048,7 @@ ], "count": 1, "duration": [ - 39 + 48 ] }, { @@ -47060,7 +47060,7 @@ ], "count": 1, "duration": [ - 86 + 105 ] }, { @@ -47072,7 +47072,7 @@ ], "count": 1, "duration": [ - 35 + 30 ] }, { @@ -47083,7 +47083,7 @@ ], "count": 1, "duration": [ - 34 + 36 ] }, { @@ -47095,7 +47095,7 @@ ], "count": 1, "duration": [ - 34 + 35 ] }, { @@ -47107,7 +47107,7 @@ ], "count": 1, "duration": [ - 34 + 33 ] }, { @@ -47118,7 +47118,7 @@ ], "count": 1, "duration": [ - 35 + 38 ] }, { @@ -47130,7 +47130,7 @@ ], "count": 1, "duration": [ - 82 + 90 ] }, { @@ -47142,7 +47142,7 @@ ], "count": 1, "duration": [ - 79 + 78 ] }, { @@ -47153,7 +47153,7 @@ ], "count": 1, "duration": [ - 86 + 87 ] }, { @@ -47165,7 +47165,7 @@ ], "count": 1, "duration": [ - 528 + 835 ] }, { @@ -47177,7 +47177,7 @@ ], "count": 1, "duration": [ - 28 + 30 ] }, { @@ -47188,7 +47188,7 @@ ], "count": 1, "duration": [ - 34 + 31 ] }, { @@ -47200,7 +47200,7 @@ ], "count": 1, "duration": [ - 89 + 105 ] }, { @@ -47212,7 +47212,7 @@ ], "count": 1, "duration": [ - 39 + 51 ] }, { @@ -47223,7 +47223,7 @@ ], "count": 1, "duration": [ - 51 + 59 ] }, { @@ -47235,7 +47235,7 @@ ], "count": 1, "duration": [ - 198 + 278 ] }, { @@ -47247,7 +47247,7 @@ ], "count": 1, "duration": [ - 48 + 55 ] }, { @@ -47258,7 +47258,7 @@ ], "count": 1, "duration": [ - 51 + 56 ] }, { @@ -47270,7 +47270,7 @@ ], "count": 1, "duration": [ - 194 + 274 ] }, { @@ -47282,7 +47282,7 @@ ], "count": 1, "duration": [ - 41 + 48 ] }, { @@ -47293,7 +47293,7 @@ ], "count": 1, "duration": [ - 40 + 53 ] }, { @@ -47305,7 +47305,7 @@ ], "count": 1, "duration": [ - 94 + 108 ] }, { @@ -47317,7 +47317,7 @@ ], "count": 1, "duration": [ - 31 + 35 ] }, { @@ -47328,7 +47328,7 @@ ], "count": 1, "duration": [ - 34 + 43 ] }, { @@ -47340,7 +47340,7 @@ ], "count": 1, "duration": [ - 83 + 79 ] }, { @@ -47352,7 +47352,7 @@ ], "count": 1, "duration": [ - 23 + 25 ] }, { @@ -47363,7 +47363,7 @@ ], "count": 1, "duration": [ - 21 + 25 ] }, { @@ -47375,7 +47375,7 @@ ], "count": 1, "duration": [ - 63 + 87 ] }, { @@ -47387,7 +47387,7 @@ ], "count": 1, "duration": [ - 51 + 53 ] }, { @@ -47398,7 +47398,7 @@ ], "count": 1, "duration": [ - 56 + 57 ] }, { @@ -47410,7 +47410,7 @@ ], "count": 1, "duration": [ - 104 + 133 ] }, { @@ -47422,7 +47422,7 @@ ], "count": 1, "duration": [ - 37 + 47 ] }, { @@ -47433,7 +47433,7 @@ ], "count": 1, "duration": [ - 43 + 50 ] }, { @@ -47445,7 +47445,7 @@ ], "count": 1, "duration": [ - 93 + 117 ] }, { @@ -47457,7 +47457,7 @@ ], "count": 1, "duration": [ - 26 + 28 ] }, { @@ -47468,7 +47468,7 @@ ], "count": 1, "duration": [ - 31 + 26 ] }, { @@ -47480,7 +47480,7 @@ ], "count": 1, "duration": [ - 1435 + 1051 ] }, { @@ -47503,7 +47503,7 @@ ], "count": 1, "duration": [ - 34 + 36 ] }, { @@ -47515,7 +47515,7 @@ ], "count": 1, "duration": [ - 137 + 141 ] }, { @@ -47527,7 +47527,7 @@ ], "count": 1, "duration": [ - 61 + 63 ] }, { @@ -47538,7 +47538,7 @@ ], "count": 1, "duration": [ - 60 + 66 ] }, { @@ -47550,7 +47550,7 @@ ], "count": 1, "duration": [ - 354 + 472 ] }, { @@ -47562,7 +47562,7 @@ ], "count": 1, "duration": [ - 57 + 62 ] }, { @@ -47573,7 +47573,7 @@ ], "count": 1, "duration": [ - 58 + 68 ] }, { @@ -47585,7 +47585,7 @@ ], "count": 1, "duration": [ - 113 + 171 ] }, { @@ -47597,7 +47597,7 @@ ], "count": 1, "duration": [ - 51 + 65 ] }, { @@ -47608,7 +47608,7 @@ ], "count": 1, "duration": [ - 52 + 60 ] }, { @@ -47620,7 +47620,7 @@ ], "count": 1, "duration": [ - 290 + 570 ] }, { @@ -47632,7 +47632,7 @@ ], "count": 1, "duration": [ - 30 + 38 ] }, { @@ -47643,7 +47643,7 @@ ], "count": 1, "duration": [ - 29 + 39 ] }, { @@ -47655,7 +47655,7 @@ ], "count": 1, "duration": [ - 145 + 154 ] }, { @@ -47667,7 +47667,7 @@ ], "count": 1, "duration": [ - 25 + 32 ] }, { @@ -47678,7 +47678,7 @@ ], "count": 1, "duration": [ - 25 + 38 ] }, { @@ -47690,7 +47690,7 @@ ], "count": 1, "duration": [ - 52 + 58 ] }, { @@ -47702,7 +47702,7 @@ ], "count": 1, "duration": [ - 65 + 80 ] }, { @@ -47713,7 +47713,7 @@ ], "count": 1, "duration": [ - 67 + 83 ] }, { @@ -47725,7 +47725,7 @@ ], "count": 1, "duration": [ - 181 + 223 ] }, { @@ -47737,7 +47737,7 @@ ], "count": 1, "duration": [ - 22 + 25 ] }, { @@ -47748,7 +47748,7 @@ ], "count": 1, "duration": [ - 20 + 26 ] }, { @@ -47760,7 +47760,7 @@ ], "count": 1, "duration": [ - 44 + 51 ] }, { @@ -47772,7 +47772,7 @@ ], "count": 1, "duration": [ - 28 + 26 ] }, { @@ -47783,7 +47783,7 @@ ], "count": 1, "duration": [ - 22 + 34 ] }, { @@ -47795,7 +47795,7 @@ ], "count": 1, "duration": [ - 76 + 93 ] }, { @@ -47807,7 +47807,7 @@ ], "count": 1, "duration": [ - 45 + 48 ] }, { @@ -47818,7 +47818,7 @@ ], "count": 1, "duration": [ - 49 + 53 ] }, { @@ -47830,7 +47830,7 @@ ], "count": 1, "duration": [ - 129 + 160 ] }, { @@ -47842,7 +47842,7 @@ ], "count": 1, "duration": [ - 66 + 72 ] }, { @@ -47853,7 +47853,7 @@ ], "count": 1, "duration": [ - 74 + 79 ] }, { @@ -47865,7 +47865,7 @@ ], "count": 1, "duration": [ - 109 + 225 ] }, { @@ -47877,7 +47877,7 @@ ], "count": 1, "duration": [ - 26 + 29 ] }, { @@ -47888,7 +47888,7 @@ ], "count": 1, "duration": [ - 27 + 36 ] }, { @@ -47900,7 +47900,7 @@ ], "count": 1, "duration": [ - 49 + 46 ] }, { @@ -47912,7 +47912,7 @@ ], "count": 1, "duration": [ - 41 + 42 ] }, { @@ -47935,7 +47935,7 @@ ], "count": 1, "duration": [ - 165 + 262 ] }, { @@ -47947,7 +47947,7 @@ ], "count": 1, "duration": [ - 98 + 101 ] }, { @@ -47958,7 +47958,7 @@ ], "count": 1, "duration": [ - 132 + 107 ] }, { @@ -47970,7 +47970,7 @@ ], "count": 1, "duration": [ - 417 + 903 ] }, { @@ -47982,7 +47982,7 @@ ], "count": 1, "duration": [ - 37 + 38 ] }, { @@ -47993,7 +47993,7 @@ ], "count": 1, "duration": [ - 38 + 44 ] }, { @@ -48005,7 +48005,7 @@ ], "count": 1, "duration": [ - 108 + 130 ] }, { @@ -48017,7 +48017,7 @@ ], "count": 1, "duration": [ - 36 + 42 ] }, { @@ -48028,7 +48028,7 @@ ], "count": 1, "duration": [ - 39 + 43 ] }, { @@ -48040,7 +48040,7 @@ ], "count": 1, "duration": [ - 80 + 87 ] }, { @@ -48052,7 +48052,7 @@ ], "count": 1, "duration": [ - 44 + 47 ] }, { @@ -48063,7 +48063,7 @@ ], "count": 1, "duration": [ - 41 + 53 ] }, { @@ -48075,7 +48075,7 @@ ], "count": 1, "duration": [ - 89 + 137 ] }, { @@ -48087,7 +48087,7 @@ ], "count": 1, "duration": [ - 21 + 29 ] }, { @@ -48098,7 +48098,7 @@ ], "count": 1, "duration": [ - 26 + 30 ] }, { @@ -48110,7 +48110,7 @@ ], "count": 1, "duration": [ - 44 + 42 ] }, { @@ -48122,7 +48122,7 @@ ], "count": 1, "duration": [ - 107 + 113 ] }, { @@ -48133,7 +48133,7 @@ ], "count": 1, "duration": [ - 128 + 135 ] }, { @@ -48145,7 +48145,7 @@ ], "count": 1, "duration": [ - 215 + 340 ] }, { @@ -48157,7 +48157,7 @@ ], "count": 1, "duration": [ - 39 + 51 ] }, { @@ -48168,7 +48168,7 @@ ], "count": 1, "duration": [ - 48 + 49 ] }, { @@ -48180,7 +48180,7 @@ ], "count": 1, "duration": [ - 269 + 363 ] }, { @@ -48192,7 +48192,7 @@ ], "count": 1, "duration": [ - 40 + 46 ] }, { @@ -48203,7 +48203,7 @@ ], "count": 1, "duration": [ - 45 + 50 ] }, { @@ -48215,7 +48215,7 @@ ], "count": 1, "duration": [ - 182 + 213 ] }, { @@ -48227,7 +48227,7 @@ ], "count": 1, "duration": [ - 21 + 26 ] }, { @@ -48238,7 +48238,7 @@ ], "count": 1, "duration": [ - 24 + 25 ] }, { @@ -48250,7 +48250,7 @@ ], "count": 1, "duration": [ - 47 + 41 ] }, { @@ -48262,7 +48262,7 @@ ], "count": 1, "duration": [ - 141 + 160 ] }, { @@ -48273,7 +48273,7 @@ ], "count": 1, "duration": [ - 143 + 184 ] }, { @@ -48285,7 +48285,7 @@ ], "count": 1, "duration": [ - 234 + 299 ] }, { @@ -48297,7 +48297,7 @@ ], "count": 1, "duration": [ - 36 + 35 ] }, { @@ -48308,7 +48308,7 @@ ], "count": 1, "duration": [ - 34 + 46 ] }, { @@ -48320,7 +48320,7 @@ ], "count": 1, "duration": [ - 90 + 97 ] }, { @@ -48332,7 +48332,7 @@ ], "count": 1, "duration": [ - 38 + 49 ] }, { @@ -48343,7 +48343,7 @@ ], "count": 1, "duration": [ - 41 + 47 ] }, { @@ -48355,7 +48355,7 @@ ], "count": 1, "duration": [ - 148 + 194 ] }, { @@ -48367,7 +48367,7 @@ ], "count": 1, "duration": [ - 87 + 91 ] }, { @@ -48378,7 +48378,7 @@ ], "count": 1, "duration": [ - 101 + 92 ] }, { @@ -48390,7 +48390,7 @@ ], "count": 1, "duration": [ - 887 + 683 ] }, { @@ -48402,7 +48402,7 @@ ], "count": 1, "duration": [ - 29 + 33 ] }, { @@ -48413,7 +48413,7 @@ ], "count": 1, "duration": [ - 29 + 37 ] }, { @@ -48425,7 +48425,7 @@ ], "count": 1, "duration": [ - 53 + 59 ] }, { @@ -48437,7 +48437,7 @@ ], "count": 1, "duration": [ - 73 + 83 ] }, { @@ -48448,7 +48448,7 @@ ], "count": 1, "duration": [ - 96 + 83 ] }, { @@ -48460,7 +48460,7 @@ ], "count": 1, "duration": [ - 501 + 669 ] }, { @@ -48472,7 +48472,7 @@ ], "count": 1, "duration": [ - 42 + 41 ] }, { @@ -48483,7 +48483,7 @@ ], "count": 1, "duration": [ - 42 + 44 ] }, { @@ -48495,7 +48495,7 @@ ], "count": 1, "duration": [ - 118 + 165 ] }, { @@ -48507,7 +48507,7 @@ ], "count": 1, "duration": [ - 29 + 25 ] }, { @@ -48518,7 +48518,7 @@ ], "count": 1, "duration": [ - 21 + 24 ] }, { @@ -48530,7 +48530,7 @@ ], "count": 1, "duration": [ - 107 + 129 ] }, { @@ -48542,7 +48542,7 @@ ], "count": 1, "duration": [ - 39 + 44 ] }, { @@ -48553,7 +48553,7 @@ ], "count": 1, "duration": [ - 42 + 45 ] }, { @@ -48565,7 +48565,7 @@ ], "count": 1, "duration": [ - 352 + 462 ] }, { @@ -48577,7 +48577,7 @@ ], "count": 1, "duration": [ - 36 + 42 ] }, { @@ -48588,7 +48588,7 @@ ], "count": 1, "duration": [ - 42 + 46 ] }, { @@ -48600,7 +48600,7 @@ ], "count": 1, "duration": [ - 536 + 764 ] }, { @@ -48612,7 +48612,7 @@ ], "count": 1, "duration": [ - 28 + 26 ] }, { @@ -48623,7 +48623,7 @@ ], "count": 1, "duration": [ - 29 + 30 ] }, { @@ -48635,7 +48635,7 @@ ], "count": 1, "duration": [ - 45 + 51 ] }, { @@ -48647,7 +48647,7 @@ ], "count": 1, "duration": [ - 34 + 37 ] }, { @@ -48658,7 +48658,7 @@ ], "count": 1, "duration": [ - 35 + 37 ] }, { @@ -48682,7 +48682,7 @@ ], "count": 1, "duration": [ - 27 + 24 ] }, { @@ -48693,7 +48693,7 @@ ], "count": 1, "duration": [ - 23 + 16 ] }, { @@ -48705,7 +48705,7 @@ ], "count": 1, "duration": [ - 62 + 37 ] }, { @@ -48717,7 +48717,7 @@ ], "count": 1, "duration": [ - 53 + 68 ] }, { @@ -48728,7 +48728,7 @@ ], "count": 1, "duration": [ - 58 + 70 ] }, { @@ -48740,7 +48740,7 @@ ], "count": 1, "duration": [ - 180 + 279 ] }, { @@ -48752,7 +48752,7 @@ ], "count": 1, "duration": [ - 260 + 63 ] }, { @@ -48763,7 +48763,7 @@ ], "count": 1, "duration": [ - 53 + 66 ] }, { @@ -48775,7 +48775,7 @@ ], "count": 1, "duration": [ - 204 + 274 ] }, { @@ -48787,7 +48787,7 @@ ], "count": 1, "duration": [ - 18 + 21 ] }, { @@ -48798,7 +48798,7 @@ ], "count": 1, "duration": [ - 21 + 23 ] }, { @@ -48810,7 +48810,7 @@ ], "count": 1, "duration": [ - 27 + 28 ] }, { @@ -48822,7 +48822,7 @@ ], "count": 1, "duration": [ - 42 + 40 ] }, { @@ -48833,7 +48833,7 @@ ], "count": 1, "duration": [ - 36 + 41 ] }, { @@ -48845,7 +48845,7 @@ ], "count": 1, "duration": [ - 149 + 135 ] }, { @@ -48857,7 +48857,7 @@ ], "count": 1, "duration": [ - 41 + 39 ] }, { @@ -48868,7 +48868,7 @@ ], "count": 1, "duration": [ - 50 + 41 ] }, { @@ -48880,7 +48880,7 @@ ], "count": 1, "duration": [ - 63 + 86 ] }, { @@ -48892,7 +48892,7 @@ ], "count": 1, "duration": [ - 28 + 38 ] }, { @@ -48903,7 +48903,7 @@ ], "count": 1, "duration": [ - 35 + 47 ] }, { @@ -48915,7 +48915,7 @@ ], "count": 1, "duration": [ - 85 + 96 ] }, { @@ -48927,7 +48927,7 @@ ], "count": 1, "duration": [ - 52 + 51 ] }, { @@ -48938,7 +48938,7 @@ ], "count": 1, "duration": [ - 47 + 55 ] }, { @@ -48950,7 +48950,7 @@ ], "count": 1, "duration": [ - 97 + 144 ] }, { @@ -48962,7 +48962,7 @@ ], "count": 1, "duration": [ - 41 + 50 ] }, { @@ -48973,7 +48973,7 @@ ], "count": 1, "duration": [ - 38 + 51 ] }, { @@ -48985,7 +48985,7 @@ ], "count": 1, "duration": [ - 107 + 140 ] }, { @@ -48997,7 +48997,7 @@ ], "count": 1, "duration": [ - 221 + 33 ] }, { @@ -49008,7 +49008,7 @@ ], "count": 1, "duration": [ - 32 + 35 ] }, { @@ -49020,7 +49020,7 @@ ], "count": 1, "duration": [ - 97 + 95 ] }, { @@ -49032,7 +49032,7 @@ ], "count": 1, "duration": [ - 26 + 31 ] }, { @@ -49043,7 +49043,7 @@ ], "count": 1, "duration": [ - 30 + 29 ] }, { @@ -49055,7 +49055,7 @@ ], "count": 1, "duration": [ - 77 + 86 ] }, { @@ -49067,7 +49067,7 @@ ], "count": 1, "duration": [ - 56 + 58 ] }, { @@ -49078,7 +49078,7 @@ ], "count": 1, "duration": [ - 77 + 71 ] }, { @@ -49090,7 +49090,7 @@ ], "count": 1, "duration": [ - 646 + 1532 ] }, { @@ -49102,7 +49102,7 @@ ], "count": 1, "duration": [ - 54 + 57 ] }, { @@ -49113,7 +49113,7 @@ ], "count": 1, "duration": [ - 63 + 60 ] }, { @@ -49125,7 +49125,7 @@ ], "count": 1, "duration": [ - 271 + 595 ] }, { @@ -49137,7 +49137,7 @@ ], "count": 1, "duration": [ - 37 + 44 ] }, { @@ -49148,7 +49148,7 @@ ], "count": 1, "duration": [ - 43 + 41 ] }, { @@ -49160,7 +49160,7 @@ ], "count": 1, "duration": [ - 534 + 705 ] }, { @@ -49172,7 +49172,7 @@ ], "count": 1, "duration": [ - 23 + 30 ] }, { @@ -49183,7 +49183,7 @@ ], "count": 1, "duration": [ - 21 + 29 ] }, { @@ -49195,7 +49195,7 @@ ], "count": 1, "duration": [ - 56 + 61 ] }, { @@ -49207,7 +49207,7 @@ ], "count": 1, "duration": [ - 61 + 70 ] }, { @@ -49218,7 +49218,7 @@ ], "count": 1, "duration": [ - 70 + 74 ] }, { @@ -49230,7 +49230,7 @@ ], "count": 1, "duration": [ - 224 + 356 ] }, { @@ -49253,7 +49253,7 @@ ], "count": 1, "duration": [ - 27 + 31 ] }, { @@ -49265,7 +49265,7 @@ ], "count": 1, "duration": [ - 76 + 70 ] }, { @@ -49277,7 +49277,7 @@ ], "count": 1, "duration": [ - 29 + 27 ] }, { @@ -49288,7 +49288,7 @@ ], "count": 1, "duration": [ - 25 + 31 ] }, { @@ -49300,7 +49300,7 @@ ], "count": 1, "duration": [ - 41 + 38 ] }, { @@ -49312,7 +49312,7 @@ ], "count": 1, "duration": [ - 73 + 77 ] }, { @@ -49323,7 +49323,7 @@ ], "count": 1, "duration": [ - 74 + 85 ] }, { @@ -49335,7 +49335,7 @@ ], "count": 1, "duration": [ - 214 + 299 ] }, { @@ -49347,7 +49347,7 @@ ], "count": 1, "duration": [ - 28 + 31 ] }, { @@ -49358,7 +49358,7 @@ ], "count": 1, "duration": [ - 27 + 36 ] }, { @@ -49370,7 +49370,7 @@ ], "count": 1, "duration": [ - 101 + 103 ] }, { @@ -49382,7 +49382,7 @@ ], "count": 1, "duration": [ - 23 + 27 ] }, { @@ -49393,7 +49393,7 @@ ], "count": 1, "duration": [ - 28 + 31 ] }, { @@ -49405,7 +49405,7 @@ ], "count": 1, "duration": [ - 94 + 99 ] }, { @@ -49417,7 +49417,7 @@ ], "count": 1, "duration": [ - 47 + 48 ] }, { @@ -49428,7 +49428,7 @@ ], "count": 1, "duration": [ - 44 + 47 ] }, { @@ -49440,7 +49440,7 @@ ], "count": 1, "duration": [ - 107 + 126 ] }, { @@ -49452,7 +49452,7 @@ ], "count": 1, "duration": [ - 35 + 41 ] }, { @@ -49463,7 +49463,7 @@ ], "count": 1, "duration": [ - 29 + 38 ] }, { @@ -49475,7 +49475,7 @@ ], "count": 1, "duration": [ - 99 + 109 ] }, { @@ -49487,7 +49487,7 @@ ], "count": 1, "duration": [ - 65 + 67 ] }, { @@ -49498,7 +49498,7 @@ ], "count": 1, "duration": [ - 57 + 66 ] }, { @@ -49510,7 +49510,7 @@ ], "count": 1, "duration": [ - 128 + 156 ] }, { @@ -49522,7 +49522,7 @@ ], "count": 1, "duration": [ - 38 + 51 ] }, { @@ -49533,7 +49533,7 @@ ], "count": 1, "duration": [ - 52 + 54 ] }, { @@ -49545,7 +49545,7 @@ ], "count": 1, "duration": [ - 280 + 277 ] }, { @@ -49557,7 +49557,7 @@ ], "count": 1, "duration": [ - 25 + 38 ] }, { @@ -49568,7 +49568,7 @@ ], "count": 1, "duration": [ - 38 + 40 ] }, { @@ -49580,7 +49580,7 @@ ], "count": 1, "duration": [ - 76 + 98 ] }, { @@ -49592,7 +49592,7 @@ ], "count": 1, "duration": [ - 42 + 41 ] }, { @@ -49603,7 +49603,7 @@ ], "count": 1, "duration": [ - 40 + 43 ] }, { @@ -49615,7 +49615,7 @@ ], "count": 1, "duration": [ - 223 + 222 ] }, { @@ -49627,7 +49627,7 @@ ], "count": 1, "duration": [ - 47 + 49 ] }, { @@ -49638,7 +49638,7 @@ ], "count": 1, "duration": [ - 44 + 53 ] }, { @@ -49650,7 +49650,7 @@ ], "count": 1, "duration": [ - 158 + 282 ] }, { @@ -49662,7 +49662,7 @@ ], "count": 1, "duration": [ - 75 + 78 ] }, { @@ -49673,7 +49673,7 @@ ], "count": 1, "duration": [ - 102 + 98 ] }, { @@ -49685,7 +49685,7 @@ ], "count": 1, "duration": [ - 245 + 393 ] }, { @@ -49697,7 +49697,7 @@ ], "count": 1, "duration": [ - 21 + 24 ] }, { @@ -49708,7 +49708,7 @@ ], "count": 1, "duration": [ - 21 + 30 ] }, { @@ -49720,7 +49720,7 @@ ], "count": 1, "duration": [ - 50 + 60 ] }, { @@ -49755,7 +49755,7 @@ ], "count": 1, "duration": [ - 149 + 161 ] }, { @@ -49767,7 +49767,7 @@ ], "count": 1, "duration": [ - 72 + 76 ] }, { @@ -49778,7 +49778,7 @@ ], "count": 1, "duration": [ - 85 + 88 ] }, { @@ -49790,7 +49790,7 @@ ], "count": 1, "duration": [ - 184 + 273 ] }, { @@ -49802,7 +49802,7 @@ ], "count": 1, "duration": [ - 69 + 72 ] }, { @@ -49813,7 +49813,7 @@ ], "count": 1, "duration": [ - 77 + 80 ] }, { @@ -49825,7 +49825,7 @@ ], "count": 1, "duration": [ - 299 + 616 ] }, { @@ -49837,7 +49837,7 @@ ], "count": 1, "duration": [ - 74 + 85 ] }, { @@ -49848,7 +49848,7 @@ ], "count": 1, "duration": [ - 74 + 88 ] }, { @@ -49860,7 +49860,7 @@ ], "count": 1, "duration": [ - 238 + 313 ] }, { @@ -49872,7 +49872,7 @@ ], "count": 1, "duration": [ - 28 + 33 ] }, { @@ -49883,7 +49883,7 @@ ], "count": 1, "duration": [ - 29 + 33 ] }, { @@ -49895,7 +49895,7 @@ ], "count": 1, "duration": [ - 114 + 145 ] }, { @@ -49907,7 +49907,7 @@ ], "count": 1, "duration": [ - 43 + 53 ] }, { @@ -49918,7 +49918,7 @@ ], "count": 1, "duration": [ - 43 + 53 ] }, { @@ -49930,7 +49930,7 @@ ], "count": 1, "duration": [ - 279 + 372 ] }, { @@ -49942,7 +49942,7 @@ ], "count": 1, "duration": [ - 27 + 28 ] }, { @@ -49953,7 +49953,7 @@ ], "count": 1, "duration": [ - 30 + 31 ] }, { @@ -49965,7 +49965,7 @@ ], "count": 1, "duration": [ - 94 + 108 ] }, { @@ -49977,7 +49977,7 @@ ], "count": 1, "duration": [ - 26 + 29 ] }, { @@ -49988,7 +49988,7 @@ ], "count": 1, "duration": [ - 26 + 32 ] }, { @@ -50000,7 +50000,7 @@ ], "count": 1, "duration": [ - 45 + 44 ] }, { @@ -50012,7 +50012,7 @@ ], "count": 1, "duration": [ - 26 + 32 ] }, { @@ -50023,7 +50023,7 @@ ], "count": 1, "duration": [ - 33 + 35 ] }, { @@ -50035,7 +50035,7 @@ ], "count": 1, "duration": [ - 117 + 128 ] }, { @@ -50047,7 +50047,7 @@ ], "count": 1, "duration": [ - 96 + 157 ] }, { @@ -50058,7 +50058,7 @@ ], "count": 1, "duration": [ - 199 + 268 ] }, { @@ -50070,7 +50070,7 @@ ], "count": 1, "duration": [ - 789 + 992 ] }, { @@ -50082,7 +50082,7 @@ ], "count": 1, "duration": [ - 25 + 27 ] }, { @@ -50093,7 +50093,7 @@ ], "count": 1, "duration": [ - 24 + 29 ] }, { @@ -50105,7 +50105,7 @@ ], "count": 1, "duration": [ - 43 + 44 ] }, { @@ -50117,7 +50117,7 @@ ], "count": 1, "duration": [ - 36 + 41 ] }, { @@ -50128,7 +50128,7 @@ ], "count": 1, "duration": [ - 43 + 47 ] }, { @@ -50140,7 +50140,7 @@ ], "count": 1, "duration": [ - 242 + 237 ] }, { @@ -50152,7 +50152,7 @@ ], "count": 1, "duration": [ - 35 + 46 ] }, { @@ -50163,7 +50163,7 @@ ], "count": 1, "duration": [ - 36 + 45 ] }, { @@ -50175,7 +50175,7 @@ ], "count": 1, "duration": [ - 450 + 672 ] }, { @@ -50187,7 +50187,7 @@ ], "count": 1, "duration": [ - 19 + 28 ] }, { @@ -50198,7 +50198,7 @@ ], "count": 1, "duration": [ - 19 + 25 ] }, { @@ -50210,7 +50210,7 @@ ], "count": 1, "duration": [ - 34 + 33 ] }, { @@ -50222,7 +50222,7 @@ ], "count": 1, "duration": [ - 34 + 37 ] }, { @@ -50233,7 +50233,7 @@ ], "count": 1, "duration": [ - 35 + 40 ] }, { @@ -50245,7 +50245,7 @@ ], "count": 1, "duration": [ - 79 + 88 ] }, { @@ -50257,7 +50257,7 @@ ], "count": 1, "duration": [ - 87 + 108 ] }, { @@ -50268,7 +50268,7 @@ ], "count": 1, "duration": [ - 86 + 121 ] }, { @@ -50280,7 +50280,7 @@ ], "count": 1, "duration": [ - 168 + 241 ] }, { @@ -50292,7 +50292,7 @@ ], "count": 1, "duration": [ - 66 + 75 ] }, { @@ -50303,7 +50303,7 @@ ], "count": 1, "duration": [ - 73 + 78 ] }, { @@ -50315,7 +50315,7 @@ ], "count": 1, "duration": [ - 231 + 378 ] }, { @@ -50327,7 +50327,7 @@ ], "count": 1, "duration": [ - 65 + 59 ] }, { @@ -50338,7 +50338,7 @@ ], "count": 1, "duration": [ - 76 + 64 ] }, { @@ -50350,7 +50350,7 @@ ], "count": 1, "duration": [ - 485 + 777 ] }, { @@ -50362,7 +50362,7 @@ ], "count": 1, "duration": [ - 106 + 113 ] }, { @@ -50373,7 +50373,7 @@ ], "count": 1, "duration": [ - 161 + 120 ] }, { @@ -50385,7 +50385,7 @@ ], "count": 1, "duration": [ - 363 + 676 ] }, { @@ -50397,7 +50397,7 @@ ], "count": 1, "duration": [ - 40 + 34 ] }, { @@ -50408,7 +50408,7 @@ ], "count": 1, "duration": [ - 44 + 45 ] }, { @@ -50420,7 +50420,7 @@ ], "count": 1, "duration": [ - 111 + 122 ] }, { @@ -50443,7 +50443,7 @@ ], "count": 1, "duration": [ - 41 + 46 ] }, { @@ -50455,7 +50455,7 @@ ], "count": 1, "duration": [ - 133 + 139 ] }, { @@ -50467,7 +50467,7 @@ ], "count": 1, "duration": [ - 35 + 30 ] }, { @@ -50478,7 +50478,7 @@ ], "count": 1, "duration": [ - 35 + 34 ] }, { @@ -50490,7 +50490,7 @@ ], "count": 1, "duration": [ - 112 + 119 ] }, { @@ -50502,7 +50502,7 @@ ], "count": 1, "duration": [ - 80 + 78 ] }, { @@ -50513,7 +50513,7 @@ ], "count": 1, "duration": [ - 74 + 85 ] }, { @@ -50525,7 +50525,7 @@ ], "count": 1, "duration": [ - 149 + 176 ] }, { @@ -50537,7 +50537,7 @@ ], "count": 1, "duration": [ - 27 + 29 ] }, { @@ -50548,7 +50548,7 @@ ], "count": 1, "duration": [ - 27 + 34 ] }, { @@ -50560,7 +50560,7 @@ ], "count": 1, "duration": [ - 101 + 129 ] }, { @@ -50572,7 +50572,7 @@ ], "count": 1, "duration": [ - 23 + 26 ] }, { @@ -50583,7 +50583,7 @@ ], "count": 1, "duration": [ - 24 + 27 ] }, { @@ -50595,7 +50595,7 @@ ], "count": 1, "duration": [ - 41 + 42 ] }, { @@ -50607,7 +50607,7 @@ ], "count": 1, "duration": [ - 54 + 59 ] }, { @@ -50618,7 +50618,7 @@ ], "count": 1, "duration": [ - 62 + 61 ] }, { @@ -50630,7 +50630,7 @@ ], "count": 1, "duration": [ - 139 + 215 ] }, { @@ -50642,7 +50642,7 @@ ], "count": 1, "duration": [ - 100 + 102 ] }, { @@ -50653,7 +50653,7 @@ ], "count": 1, "duration": [ - 133 + 110 ] }, { @@ -50665,7 +50665,7 @@ ], "count": 1, "duration": [ - 362 + 698 ] }, { @@ -50677,7 +50677,7 @@ ], "count": 1, "duration": [ - 29 + 32 ] }, { @@ -50688,7 +50688,7 @@ ], "count": 1, "duration": [ - 32 + 33 ] }, { @@ -50712,7 +50712,7 @@ ], "count": 1, "duration": [ - 61 + 67 ] }, { @@ -50723,7 +50723,7 @@ ], "count": 1, "duration": [ - 74 + 66 ] }, { @@ -50735,7 +50735,7 @@ ], "count": 1, "duration": [ - 711 + 657 ] }, { @@ -50747,7 +50747,7 @@ ], "count": 1, "duration": [ - 21 + 24 ] }, { @@ -50758,7 +50758,7 @@ ], "count": 1, "duration": [ - 24 + 21 ] }, { @@ -50770,7 +50770,7 @@ ], "count": 1, "duration": [ - 113 + 141 ] }, { @@ -50782,7 +50782,7 @@ ], "count": 1, "duration": [ - 29 + 40 ] }, { @@ -50793,7 +50793,7 @@ ], "count": 1, "duration": [ - 34 + 40 ] }, { @@ -50805,7 +50805,7 @@ ], "count": 1, "duration": [ - 294 + 506 ] }, { @@ -50817,7 +50817,7 @@ ], "count": 1, "duration": [ - 19 + 23 ] }, { @@ -50828,7 +50828,7 @@ ], "count": 1, "duration": [ - 21 + 25 ] }, { @@ -50840,7 +50840,7 @@ ], "count": 1, "duration": [ - 28 + 26 ] }, { @@ -50852,7 +50852,7 @@ ], "count": 1, "duration": [ - 75 + 71 ] }, { @@ -50863,7 +50863,7 @@ ], "count": 1, "duration": [ - 82 + 94 ] }, { @@ -50875,7 +50875,7 @@ ], "count": 1, "duration": [ - 135 + 204 ] }, { @@ -50887,7 +50887,7 @@ ], "count": 1, "duration": [ - 22 + 28 ] }, { @@ -50898,7 +50898,7 @@ ], "count": 1, "duration": [ - 21 + 27 ] }, { @@ -50910,7 +50910,7 @@ ], "count": 1, "duration": [ - 56 + 63 ] }, { @@ -50922,7 +50922,7 @@ ], "count": 1, "duration": [ - 38 + 42 ] }, { @@ -50933,7 +50933,7 @@ ], "count": 1, "duration": [ - 40 + 38 ] }, { @@ -50945,7 +50945,7 @@ ], "count": 1, "duration": [ - 222 + 309 ] }, { @@ -50957,7 +50957,7 @@ ], "count": 1, "duration": [ - 35 + 39 ] }, { @@ -50968,7 +50968,7 @@ ], "count": 1, "duration": [ - 37 + 42 ] }, { @@ -50980,7 +50980,7 @@ ], "count": 1, "duration": [ - 254 + 354 ] }, { @@ -50992,7 +50992,7 @@ ], "count": 1, "duration": [ - 34 + 40 ] }, { @@ -51003,7 +51003,7 @@ ], "count": 1, "duration": [ - 34 + 43 ] }, { @@ -51015,7 +51015,7 @@ ], "count": 1, "duration": [ - 254 + 345 ] }, { @@ -51027,7 +51027,7 @@ ], "count": 1, "duration": [ - 61 + 71 ] }, { @@ -51038,7 +51038,7 @@ ], "count": 1, "duration": [ - 64 + 70 ] }, { @@ -51050,7 +51050,7 @@ ], "count": 1, "duration": [ - 693 + 1329 ] }, { @@ -51062,7 +51062,7 @@ ], "count": 1, "duration": [ - 23 + 25 ] }, { @@ -51073,7 +51073,7 @@ ], "count": 1, "duration": [ - 23 + 28 ] }, { @@ -51085,7 +51085,7 @@ ], "count": 1, "duration": [ - 43 + 50 ] }, { @@ -51097,7 +51097,7 @@ ], "count": 1, "duration": [ - 24 + 26 ] }, { @@ -51108,7 +51108,7 @@ ], "count": 1, "duration": [ - 23 + 28 ] }, { @@ -51120,7 +51120,7 @@ ], "count": 1, "duration": [ - 45 + 51 ] }, { @@ -51132,7 +51132,7 @@ ], "count": 1, "duration": [ - 89 + 100 ] }, { @@ -51143,7 +51143,7 @@ ], "count": 1, "duration": [ - 96 + 102 ] }, { @@ -51155,7 +51155,7 @@ ], "count": 1, "duration": [ - 328 + 453 ] }, { @@ -51167,7 +51167,7 @@ ], "count": 1, "duration": [ - 108 + 116 ] }, { @@ -51178,7 +51178,7 @@ ], "count": 1, "duration": [ - 172 + 158 ] }, { @@ -51190,7 +51190,7 @@ ], "count": 1, "duration": [ - 497 + 644 ] }, { @@ -51202,7 +51202,7 @@ ], "count": 1, "duration": [ - 38 + 50 ] }, { @@ -51213,7 +51213,7 @@ ], "count": 1, "duration": [ - 42 + 51 ] }, { @@ -51225,7 +51225,7 @@ ], "count": 1, "duration": [ - 192 + 327 ] }, { @@ -51237,7 +51237,7 @@ ], "count": 1, "duration": [ - 156 + 180 ] }, { @@ -51248,7 +51248,7 @@ ], "count": 1, "duration": [ - 165 + 211 ] }, { @@ -51260,7 +51260,7 @@ ], "count": 1, "duration": [ - 248 + 374 ] }, { @@ -51272,7 +51272,7 @@ ], "count": 1, "duration": [ - 23 + 24 ] }, { @@ -51283,7 +51283,7 @@ ], "count": 1, "duration": [ - 24 + 30 ] }, { @@ -51295,7 +51295,7 @@ ], "count": 1, "duration": [ - 41 + 40 ] }, { @@ -51307,7 +51307,7 @@ ], "count": 1, "duration": [ - 46 + 60 ] }, { @@ -51318,7 +51318,7 @@ ], "count": 1, "duration": [ - 55 + 60 ] }, { @@ -51330,7 +51330,7 @@ ], "count": 1, "duration": [ - 133 + 203 ] }, { @@ -51342,7 +51342,7 @@ ], "count": 1, "duration": [ - 37 + 43 ] }, { @@ -51353,7 +51353,7 @@ ], "count": 1, "duration": [ - 41 + 44 ] }, { @@ -51365,7 +51365,7 @@ ], "count": 1, "duration": [ - 156 + 186 ] }, { @@ -51377,7 +51377,7 @@ ], "count": 1, "duration": [ - 39 + 38 ] }, { @@ -51388,7 +51388,7 @@ ], "count": 1, "duration": [ - 45 + 46 ] }, { @@ -51400,7 +51400,7 @@ ], "count": 1, "duration": [ - 180 + 210 ] }, { @@ -51412,7 +51412,7 @@ ], "count": 1, "duration": [ - 26 + 28 ] }, { @@ -51423,7 +51423,7 @@ ], "count": 1, "duration": [ - 24 + 23 ] }, { @@ -51435,7 +51435,7 @@ ], "count": 1, "duration": [ - 40 + 38 ] }, { @@ -51447,7 +51447,7 @@ ], "count": 1, "duration": [ - 74 + 75 ] }, { @@ -51458,7 +51458,7 @@ ], "count": 1, "duration": [ - 119 + 87 ] }, { @@ -51470,7 +51470,7 @@ ], "count": 1, "duration": [ - 396 + 671 ] }, { @@ -51482,7 +51482,7 @@ ], "count": 1, "duration": [ - 41 + 36 ] }, { @@ -51505,7 +51505,7 @@ ], "count": 1, "duration": [ - 128 + 124 ] }, { @@ -51517,7 +51517,7 @@ ], "count": 1, "duration": [ - 33 + 37 ] }, { @@ -51528,7 +51528,7 @@ ], "count": 1, "duration": [ - 41 + 45 ] }, { @@ -51540,7 +51540,7 @@ ], "count": 1, "duration": [ - 328 + 409 ] }, { @@ -51552,7 +51552,7 @@ ], "count": 1, "duration": [ - 322 + 598 ] }, { @@ -51563,7 +51563,7 @@ ], "count": 1, "duration": [ - 1014 + 665 ] }, { @@ -51575,7 +51575,7 @@ ], "count": 1, "duration": [ - 628 + 1121 ] }, { @@ -51587,7 +51587,7 @@ ], "count": 1, "duration": [ - 22 + 23 ] }, { @@ -51598,7 +51598,7 @@ ], "count": 1, "duration": [ - 21 + 25 ] }, { @@ -51610,7 +51610,7 @@ ], "count": 1, "duration": [ - 32 + 40 ] }, { @@ -51622,7 +51622,7 @@ ], "count": 1, "duration": [ - 32 + 35 ] }, { @@ -51633,7 +51633,7 @@ ], "count": 1, "duration": [ - 36 + 40 ] }, { @@ -51645,7 +51645,7 @@ ], "count": 1, "duration": [ - 148 + 173 ] }, { @@ -51657,7 +51657,7 @@ ], "count": 1, "duration": [ - 53 + 49 ] }, { @@ -51668,7 +51668,7 @@ ], "count": 1, "duration": [ - 59 + 53 ] }, { @@ -51680,7 +51680,7 @@ ], "count": 1, "duration": [ - 155 + 210 ] }, { @@ -51692,7 +51692,7 @@ ], "count": 1, "duration": [ - 34 + 37 ] }, { @@ -51703,7 +51703,7 @@ ], "count": 1, "duration": [ - 41 + 46 ] }, { @@ -51715,7 +51715,7 @@ ], "count": 1, "duration": [ - 1465 + 1170 ] }, { @@ -51727,7 +51727,7 @@ ], "count": 1, "duration": [ - 30 + 40 ] }, { @@ -51738,7 +51738,7 @@ ], "count": 1, "duration": [ - 35 + 46 ] }, { @@ -51750,7 +51750,7 @@ ], "count": 1, "duration": [ - 109 + 143 ] }, { @@ -51762,7 +51762,7 @@ ], "count": 1, "duration": [ - 25 + 31 ] }, { @@ -51773,7 +51773,7 @@ ], "count": 1, "duration": [ - 25 + 34 ] }, { @@ -51785,7 +51785,7 @@ ], "count": 1, "duration": [ - 76 + 84 ] }, { @@ -51797,7 +51797,7 @@ ], "count": 1, "duration": [ - 21 + 23 ] }, { @@ -51808,7 +51808,7 @@ ], "count": 1, "duration": [ - 21 + 26 ] }, { @@ -51820,7 +51820,7 @@ ], "count": 1, "duration": [ - 46 + 61 ] }, { @@ -51832,7 +51832,7 @@ ], "count": 1, "duration": [ - 25 + 29 ] }, { @@ -51843,7 +51843,7 @@ ], "count": 1, "duration": [ - 26 + 30 ] }, { @@ -51855,7 +51855,7 @@ ], "count": 1, "duration": [ - 127 + 135 ] }, { @@ -51867,7 +51867,7 @@ ], "count": 1, "duration": [ - 27 + 36 ] }, { @@ -51878,7 +51878,7 @@ ], "count": 1, "duration": [ - 28 + 35 ] }, { @@ -51890,7 +51890,7 @@ ], "count": 1, "duration": [ - 56 + 61 ] }, { @@ -51902,7 +51902,7 @@ ], "count": 1, "duration": [ - 79 + 104 ] }, { @@ -51913,7 +51913,7 @@ ], "count": 1, "duration": [ - 87 + 100 ] }, { @@ -51925,7 +51925,7 @@ ], "count": 1, "duration": [ - 238 + 354 ] }, { @@ -51937,7 +51937,7 @@ ], "count": 1, "duration": [ - 61 + 81 ] }, { @@ -51948,7 +51948,7 @@ ], "count": 1, "duration": [ - 64 + 85 ] }, { @@ -51960,7 +51960,7 @@ ], "count": 1, "duration": [ - 425 + 629 ] }, { @@ -51972,7 +51972,7 @@ ], "count": 1, "duration": [ - 66 + 63 ] }, { @@ -51983,7 +51983,7 @@ ], "count": 1, "duration": [ - 66 + 67 ] }, { @@ -51995,7 +51995,7 @@ ], "count": 1, "duration": [ - 177 + 240 ] }, { @@ -52007,7 +52007,7 @@ ], "count": 1, "duration": [ - 47 + 51 ] }, { @@ -52018,7 +52018,7 @@ ], "count": 1, "duration": [ - 54 + 57 ] }, { @@ -52030,7 +52030,7 @@ ], "count": 1, "duration": [ - 122 + 143 ] }, { @@ -52042,7 +52042,7 @@ ], "count": 1, "duration": [ - 35 + 39 ] }, { @@ -52053,7 +52053,7 @@ ], "count": 1, "duration": [ - 36 + 41 ] }, { @@ -52065,7 +52065,7 @@ ], "count": 1, "duration": [ - 134 + 182 ] }, { @@ -52077,7 +52077,7 @@ ], "count": 1, "duration": [ - 155 + 190 ] }, { @@ -52088,7 +52088,7 @@ ], "count": 1, "duration": [ - 149 + 198 ] }, { @@ -52100,7 +52100,7 @@ ], "count": 1, "duration": [ - 453 + 614 ] }, { @@ -52112,7 +52112,7 @@ ], "count": 1, "duration": [ - 34 + 42 ] }, { @@ -52123,7 +52123,7 @@ ], "count": 1, "duration": [ - 36 + 43 ] }, { @@ -52135,7 +52135,7 @@ ], "count": 1, "duration": [ - 129 + 211 ] }, { @@ -52147,7 +52147,7 @@ ], "count": 1, "duration": [ - 36 + 40 ] }, { @@ -52158,7 +52158,7 @@ ], "count": 1, "duration": [ - 36 + 44 ] }, { @@ -52170,7 +52170,7 @@ ], "count": 1, "duration": [ - 95 + 103 ] }, { @@ -52182,7 +52182,7 @@ ], "count": 1, "duration": [ - 24 + 31 ] }, { @@ -52193,7 +52193,7 @@ ], "count": 1, "duration": [ - 28 + 34 ] }, { @@ -52205,7 +52205,7 @@ ], "count": 1, "duration": [ - 67 + 66 ] }, { @@ -52217,7 +52217,7 @@ ], "count": 1, "duration": [ - 40 + 51 ] }, { @@ -52228,7 +52228,7 @@ ], "count": 1, "duration": [ - 43 + 50 ] }, { @@ -52240,7 +52240,7 @@ ], "count": 1, "duration": [ - 64 + 127 ] }, { @@ -52252,7 +52252,7 @@ ], "count": 1, "duration": [ - 33 + 30 ] }, { @@ -52263,7 +52263,7 @@ ], "count": 1, "duration": [ - 36 + 45 ] }, { @@ -52275,7 +52275,7 @@ ], "count": 1, "duration": [ - 133 + 128 ] }, { @@ -52287,7 +52287,7 @@ ], "count": 1, "duration": [ - 30 + 34 ] }, { @@ -52298,7 +52298,7 @@ ], "count": 1, "duration": [ - 29 + 40 ] }, { @@ -52322,7 +52322,7 @@ ], "count": 1, "duration": [ - 38 + 40 ] }, { @@ -52333,7 +52333,7 @@ ], "count": 1, "duration": [ - 39 + 44 ] }, { @@ -52345,7 +52345,7 @@ ], "count": 1, "duration": [ - 173 + 310 ] }, { @@ -52357,7 +52357,7 @@ ], "count": 1, "duration": [ - 110 + 116 ] }, { @@ -52368,7 +52368,7 @@ ], "count": 1, "duration": [ - 141 + 136 ] }, { @@ -52380,7 +52380,7 @@ ], "count": 1, "duration": [ - 388 + 473 ] }, { @@ -52392,7 +52392,7 @@ ], "count": 1, "duration": [ - 29 + 34 ] }, { @@ -52403,7 +52403,7 @@ ], "count": 1, "duration": [ - 29 + 27 ] }, { @@ -52415,7 +52415,7 @@ ], "count": 1, "duration": [ - 289 + 411 ] }, { @@ -52427,7 +52427,7 @@ ], "count": 1, "duration": [ - 42 + 44 ] }, { @@ -52438,7 +52438,7 @@ ], "count": 1, "duration": [ - 45 + 50 ] }, { @@ -52450,7 +52450,7 @@ ], "count": 1, "duration": [ - 127 + 146 ] }, { @@ -52462,7 +52462,7 @@ ], "count": 1, "duration": [ - 52 + 56 ] }, { @@ -52473,7 +52473,7 @@ ], "count": 1, "duration": [ - 52 + 63 ] }, { @@ -52485,7 +52485,7 @@ ], "count": 1, "duration": [ - 109 + 133 ] }, { @@ -52497,7 +52497,7 @@ ], "count": 1, "duration": [ - 32 + 36 ] }, { @@ -52508,7 +52508,7 @@ ], "count": 1, "duration": [ - 29 + 38 ] }, { @@ -52520,7 +52520,7 @@ ], "count": 1, "duration": [ - 70 + 73 ] }, { @@ -52532,7 +52532,7 @@ ], "count": 1, "duration": [ - 56 + 72 ] }, { @@ -52543,7 +52543,7 @@ ], "count": 1, "duration": [ - 58 + 74 ] }, { @@ -52555,7 +52555,7 @@ ], "count": 1, "duration": [ - 689 + 1273 ] }, { @@ -52565,7 +52565,7 @@ ], "count": 1, "duration": [ - 648 + 4368 ] }, { @@ -52576,7 +52576,7 @@ ], "count": 1, "duration": [ - 1016 + 1293 ] }, { @@ -52587,7 +52587,7 @@ ], "count": 1, "duration": [ - 2720 + 1873 ] }, { @@ -52598,11 +52598,11 @@ ], "count": 1, "duration": [ - 1366 + 2550 ] } ], - "tantivy-0.22": [ + "pizza-engine-0.1": [ { "query": "the", "tags": [ @@ -52610,7 +52610,7 @@ ], "count": 1, "duration": [ - 511 + 11 ] }, { @@ -52622,7 +52622,7 @@ ], "count": 1, "duration": [ - 30 + 14 ] }, { @@ -52633,7 +52633,7 @@ ], "count": 1, "duration": [ - 32 + 34 ] }, { @@ -52645,7 +52645,7 @@ ], "count": 1, "duration": [ - 51 + 12 ] }, { @@ -52657,7 +52657,7 @@ ], "count": 1, "duration": [ - 23 + 20 ] }, { @@ -52668,7 +52668,7 @@ ], "count": 1, "duration": [ - 25 + 16 ] }, { @@ -52680,7 +52680,7 @@ ], "count": 1, "duration": [ - 32 + 17 ] }, { @@ -52692,7 +52692,7 @@ ], "count": 1, "duration": [ - 31 + 14 ] }, { @@ -52703,7 +52703,7 @@ ], "count": 1, "duration": [ - 34 + 25 ] }, { @@ -52715,7 +52715,7 @@ ], "count": 1, "duration": [ - 113 + 12 ] }, { @@ -52727,7 +52727,7 @@ ], "count": 1, "duration": [ - 32 + 20 ] }, { @@ -52738,7 +52738,7 @@ ], "count": 1, "duration": [ - 36 + 47 ] }, { @@ -52750,7 +52750,7 @@ ], "count": 1, "duration": [ - 89 + 21 ] }, { @@ -52762,7 +52762,7 @@ ], "count": 1, "duration": [ - 50 + 26 ] }, { @@ -52773,7 +52773,7 @@ ], "count": 1, "duration": [ - 49 + 106 ] }, { @@ -52785,7 +52785,7 @@ ], "count": 1, "duration": [ - 171 + 27 ] }, { @@ -52797,7 +52797,7 @@ ], "count": 1, "duration": [ - 49 + 11 ] }, { @@ -52808,7 +52808,7 @@ ], "count": 1, "duration": [ - 56 + 111 ] }, { @@ -52820,7 +52820,7 @@ ], "count": 1, "duration": [ - 160 + 15 ] }, { @@ -52832,7 +52832,7 @@ ], "count": 1, "duration": [ - 98 + 17 ] }, { @@ -52843,7 +52843,7 @@ ], "count": 1, "duration": [ - 111 + 387 ] }, { @@ -52855,7 +52855,7 @@ ], "count": 1, "duration": [ - 336 + 16 ] }, { @@ -52867,7 +52867,7 @@ ], "count": 1, "duration": [ - 26 + 11 ] }, { @@ -52878,7 +52878,7 @@ ], "count": 1, "duration": [ - 23 + 11 ] }, { @@ -52890,7 +52890,7 @@ ], "count": 1, "duration": [ - 41 + 13 ] }, { @@ -52902,7 +52902,7 @@ ], "count": 1, "duration": [ - 59 + 19 ] }, { @@ -52913,7 +52913,7 @@ ], "count": 1, "duration": [ - 62 + 192 ] }, { @@ -52925,7 +52925,7 @@ ], "count": 1, "duration": [ - 218 + 17 ] }, { @@ -52937,7 +52937,7 @@ ], "count": 1, "duration": [ - 105 + 143 ] }, { @@ -52948,7 +52948,7 @@ ], "count": 1, "duration": [ - 111 + 106 ] }, { @@ -52960,7 +52960,7 @@ ], "count": 1, "duration": [ - 679 + 154 ] }, { @@ -52972,7 +52972,7 @@ ], "count": 1, "duration": [ - 57 + 12 ] }, { @@ -52983,7 +52983,7 @@ ], "count": 1, "duration": [ - 63 + 16 ] }, { @@ -52995,7 +52995,7 @@ ], "count": 1, "duration": [ - 257 + 14 ] }, { @@ -53007,7 +53007,7 @@ ], "count": 1, "duration": [ - 46 + 57 ] }, { @@ -53018,7 +53018,7 @@ ], "count": 1, "duration": [ - 46 + 41 ] }, { @@ -53030,7 +53030,7 @@ ], "count": 1, "duration": [ - 302 + 46 ] }, { @@ -53042,7 +53042,7 @@ ], "count": 1, "duration": [ - 41 + 13 ] }, { @@ -53053,7 +53053,7 @@ ], "count": 1, "duration": [ - 37 + 64 ] }, { @@ -53065,7 +53065,7 @@ ], "count": 1, "duration": [ - 87 + 13 ] }, { @@ -53077,7 +53077,7 @@ ], "count": 1, "duration": [ - 57 + 13 ] }, { @@ -53088,7 +53088,7 @@ ], "count": 1, "duration": [ - 62 + 18 ] }, { @@ -53100,7 +53100,7 @@ ], "count": 1, "duration": [ - 159 + 25 ] }, { @@ -53112,7 +53112,7 @@ ], "count": 1, "duration": [ - 38 + 18 ] }, { @@ -53123,7 +53123,7 @@ ], "count": 1, "duration": [ - 38 + 75 ] }, { @@ -53135,7 +53135,7 @@ ], "count": 1, "duration": [ - 111 + 21 ] }, { @@ -53147,7 +53147,7 @@ ], "count": 1, "duration": [ - 40 + 160 ] }, { @@ -53158,7 +53158,7 @@ ], "count": 1, "duration": [ - 38 + 154 ] }, { @@ -53170,7 +53170,7 @@ ], "count": 1, "duration": [ - 226 + 158 ] }, { @@ -53182,7 +53182,7 @@ ], "count": 1, "duration": [ - 32 + 14 ] }, { @@ -53193,7 +53193,7 @@ ], "count": 1, "duration": [ - 33 + 41 ] }, { @@ -53205,7 +53205,7 @@ ], "count": 1, "duration": [ - 65 + 15 ] }, { @@ -53217,7 +53217,7 @@ ], "count": 1, "duration": [ - 68 + 16 ] }, { @@ -53228,7 +53228,7 @@ ], "count": 1, "duration": [ - 74 + 44 ] }, { @@ -53240,7 +53240,7 @@ ], "count": 1, "duration": [ - 169 + 13 ] }, { @@ -53252,7 +53252,7 @@ ], "count": 1, "duration": [ - 35 + 167 ] }, { @@ -53263,7 +53263,7 @@ ], "count": 1, "duration": [ - 35 + 429 ] }, { @@ -53275,7 +53275,7 @@ ], "count": 1, "duration": [ - 428 + 178 ] }, { @@ -53287,7 +53287,7 @@ ], "count": 1, "duration": [ - 68 + 25 ] }, { @@ -53298,7 +53298,7 @@ ], "count": 1, "duration": [ - 74 + 24 ] }, { @@ -53310,7 +53310,7 @@ ], "count": 1, "duration": [ - 347 + 22 ] }, { @@ -53322,7 +53322,7 @@ ], "count": 1, "duration": [ - 74 + 15 ] }, { @@ -53333,7 +53333,7 @@ ], "count": 1, "duration": [ - 80 + 41 ] }, { @@ -53345,7 +53345,7 @@ ], "count": 1, "duration": [ - 163 + 14 ] }, { @@ -53357,7 +53357,7 @@ ], "count": 1, "duration": [ - 109 + 12 ] }, { @@ -53368,7 +53368,7 @@ ], "count": 1, "duration": [ - 194 + 13 ] }, { @@ -53380,7 +53380,7 @@ ], "count": 1, "duration": [ - 167 + 8 ] }, { @@ -53392,7 +53392,7 @@ ], "count": 1, "duration": [ - 42 + 22 ] }, { @@ -53403,7 +53403,7 @@ ], "count": 1, "duration": [ - 44 + 18 ] }, { @@ -53415,7 +53415,7 @@ ], "count": 1, "duration": [ - 134 + 23 ] }, { @@ -53427,7 +53427,7 @@ ], "count": 1, "duration": [ - 71 + 11 ] }, { @@ -53438,7 +53438,7 @@ ], "count": 1, "duration": [ - 78 + 21 ] }, { @@ -53450,7 +53450,7 @@ ], "count": 1, "duration": [ - 195 + 14 ] }, { @@ -53462,7 +53462,7 @@ ], "count": 1, "duration": [ - 62 + 14 ] }, { @@ -53473,7 +53473,7 @@ ], "count": 1, "duration": [ - 62 + 28 ] }, { @@ -53485,7 +53485,7 @@ ], "count": 1, "duration": [ - 181 + 15 ] }, { @@ -53497,7 +53497,7 @@ ], "count": 1, "duration": [ - 63 + 50 ] }, { @@ -53508,7 +53508,7 @@ ], "count": 1, "duration": [ - 62 + 365 ] }, { @@ -53520,7 +53520,7 @@ ], "count": 1, "duration": [ - 334 + 52 ] }, { @@ -53532,7 +53532,7 @@ ], "count": 1, "duration": [ - 40 + 19 ] }, { @@ -53543,7 +53543,7 @@ ], "count": 1, "duration": [ - 43 + 51 ] }, { @@ -53555,7 +53555,7 @@ ], "count": 1, "duration": [ - 84 + 22 ] }, { @@ -53567,7 +53567,7 @@ ], "count": 1, "duration": [ - 62 + 67 ] }, { @@ -53578,7 +53578,7 @@ ], "count": 1, "duration": [ - 57 + 217 ] }, { @@ -53590,7 +53590,7 @@ ], "count": 1, "duration": [ - 268 + 70 ] }, { @@ -53602,7 +53602,7 @@ ], "count": 1, "duration": [ - 38 + 16 ] }, { @@ -53613,7 +53613,7 @@ ], "count": 1, "duration": [ - 43 + 108 ] }, { @@ -53625,7 +53625,7 @@ ], "count": 1, "duration": [ - 153 + 16 ] }, { @@ -53637,7 +53637,7 @@ ], "count": 1, "duration": [ - 57 + 41 ] }, { @@ -53648,7 +53648,7 @@ ], "count": 1, "duration": [ - 61 + 232 ] }, { @@ -53660,7 +53660,7 @@ ], "count": 1, "duration": [ - 262 + 36 ] }, { @@ -53672,7 +53672,7 @@ ], "count": 1, "duration": [ - 38 + 22 ] }, { @@ -53683,7 +53683,7 @@ ], "count": 1, "duration": [ - 44 + 69 ] }, { @@ -53695,7 +53695,7 @@ ], "count": 1, "duration": [ - 114 + 26 ] }, { @@ -53707,7 +53707,7 @@ ], "count": 1, "duration": [ - 174 + 16 ] }, { @@ -53718,7 +53718,7 @@ ], "count": 1, "duration": [ - 224 + 546 ] }, { @@ -53730,7 +53730,7 @@ ], "count": 1, "duration": [ - 309 + 13 ] }, { @@ -53742,7 +53742,7 @@ ], "count": 1, "duration": [ - 67 + 13 ] }, { @@ -53753,7 +53753,7 @@ ], "count": 1, "duration": [ - 70 + 106 ] }, { @@ -53765,7 +53765,7 @@ ], "count": 1, "duration": [ - 203 + 12 ] }, { @@ -53777,7 +53777,7 @@ ], "count": 1, "duration": [ - 95 + 15 ] }, { @@ -53788,7 +53788,7 @@ ], "count": 1, "duration": [ - 108 + 41 ] }, { @@ -53800,7 +53800,7 @@ ], "count": 1, "duration": [ - 194 + 16 ] }, { @@ -53812,7 +53812,7 @@ ], "count": 1, "duration": [ - 26 + 12 ] }, { @@ -53823,7 +53823,7 @@ ], "count": 1, "duration": [ - 30 + 14 ] }, { @@ -53835,7 +53835,7 @@ ], "count": 1, "duration": [ - 41 + 14 ] }, { @@ -53847,7 +53847,7 @@ ], "count": 1, "duration": [ - 91 + 16 ] }, { @@ -53858,7 +53858,7 @@ ], "count": 1, "duration": [ - 100 + 335 ] }, { @@ -53870,7 +53870,7 @@ ], "count": 1, "duration": [ - 438 + 17 ] }, { @@ -53882,7 +53882,7 @@ ], "count": 1, "duration": [ - 172 + 20 ] }, { @@ -53893,7 +53893,7 @@ ], "count": 1, "duration": [ - 177 + 897 ] }, { @@ -53905,7 +53905,7 @@ ], "count": 1, "duration": [ - 603 + 21 ] }, { @@ -53917,7 +53917,7 @@ ], "count": 1, "duration": [ - 91 + 26 ] }, { @@ -53928,7 +53928,7 @@ ], "count": 1, "duration": [ - 94 + 66 ] }, { @@ -53940,7 +53940,7 @@ ], "count": 1, "duration": [ - 449 + 25 ] }, { @@ -53952,7 +53952,7 @@ ], "count": 1, "duration": [ - 23 + 17 ] }, { @@ -53963,7 +53963,7 @@ ], "count": 1, "duration": [ - 25 + 16 ] }, { @@ -53975,7 +53975,7 @@ ], "count": 1, "duration": [ - 43 + 16 ] }, { @@ -53987,7 +53987,7 @@ ], "count": 1, "duration": [ - 34 + 19 ] }, { @@ -53998,7 +53998,7 @@ ], "count": 1, "duration": [ - 35 + 45 ] }, { @@ -54010,7 +54010,7 @@ ], "count": 1, "duration": [ - 75 + 20 ] }, { @@ -54022,7 +54022,7 @@ ], "count": 1, "duration": [ - 62 + 76 ] }, { @@ -54033,7 +54033,7 @@ ], "count": 1, "duration": [ - 70 + 16 ] }, { @@ -54045,7 +54045,7 @@ ], "count": 1, "duration": [ - 1121 + 82 ] }, { @@ -54057,7 +54057,7 @@ ], "count": 1, "duration": [ - 281 + 279 ] }, { @@ -54068,7 +54068,7 @@ ], "count": 1, "duration": [ - 403 + 23 ] }, { @@ -54080,7 +54080,7 @@ ], "count": 1, "duration": [ - 704 + 279 ] }, { @@ -54092,7 +54092,7 @@ ], "count": 1, "duration": [ - 27 + 94 ] }, { @@ -54103,7 +54103,7 @@ ], "count": 1, "duration": [ - 27 + 106 ] }, { @@ -54115,7 +54115,7 @@ ], "count": 1, "duration": [ - 208 + 106 ] }, { @@ -54127,7 +54127,7 @@ ], "count": 1, "duration": [ - 43 + 80 ] }, { @@ -54138,7 +54138,7 @@ ], "count": 1, "duration": [ - 41 + 434 ] }, { @@ -54150,7 +54150,7 @@ ], "count": 1, "duration": [ - 398 + 83 ] }, { @@ -54162,7 +54162,7 @@ ], "count": 1, "duration": [ - 299 + 295 ] }, { @@ -54173,7 +54173,7 @@ ], "count": 1, "duration": [ - 375 + 20 ] }, { @@ -54185,7 +54185,7 @@ ], "count": 1, "duration": [ - 725 + 301 ] }, { @@ -54197,7 +54197,7 @@ ], "count": 1, "duration": [ - 45 + 16 ] }, { @@ -54208,7 +54208,7 @@ ], "count": 1, "duration": [ - 49 + 34 ] }, { @@ -54220,7 +54220,7 @@ ], "count": 1, "duration": [ - 156 + 16 ] }, { @@ -54232,7 +54232,7 @@ ], "count": 1, "duration": [ - 54 + 16 ] }, { @@ -54243,7 +54243,7 @@ ], "count": 1, "duration": [ - 63 + 75 ] }, { @@ -54255,7 +54255,7 @@ ], "count": 1, "duration": [ - 126 + 17 ] }, { @@ -54267,7 +54267,7 @@ ], "count": 1, "duration": [ - 66 + 15 ] }, { @@ -54278,7 +54278,7 @@ ], "count": 1, "duration": [ - 72 + 19 ] }, { @@ -54290,7 +54290,7 @@ ], "count": 1, "duration": [ - 161 + 13 ] }, { @@ -54302,7 +54302,7 @@ ], "count": 1, "duration": [ - 24 + 46 ] }, { @@ -54313,7 +54313,7 @@ ], "count": 1, "duration": [ - 18 + 54 ] }, { @@ -54325,7 +54325,7 @@ ], "count": 1, "duration": [ - 114 + 57 ] }, { @@ -54337,7 +54337,7 @@ ], "count": 1, "duration": [ - 24 + 13 ] }, { @@ -54348,7 +54348,7 @@ ], "count": 1, "duration": [ - 32 + 15 ] }, { @@ -54360,7 +54360,7 @@ ], "count": 1, "duration": [ - 29 + 13 ] }, { @@ -54372,7 +54372,7 @@ ], "count": 1, "duration": [ - 95 + 91 ] }, { @@ -54383,7 +54383,7 @@ ], "count": 1, "duration": [ - 97 + 107 ] }, { @@ -54395,7 +54395,7 @@ ], "count": 1, "duration": [ - 937 + 86 ] }, { @@ -54407,7 +54407,7 @@ ], "count": 1, "duration": [ - 31 + 26 ] }, { @@ -54418,7 +54418,7 @@ ], "count": 1, "duration": [ - 26 + 71 ] }, { @@ -54430,7 +54430,7 @@ ], "count": 1, "duration": [ - 134 + 26 ] }, { @@ -54442,7 +54442,7 @@ ], "count": 1, "duration": [ - 32 + 11 ] }, { @@ -54453,7 +54453,7 @@ ], "count": 1, "duration": [ - 44 + 22 ] }, { @@ -54465,7 +54465,7 @@ ], "count": 1, "duration": [ - 84 + 13 ] }, { @@ -54477,7 +54477,7 @@ ], "count": 1, "duration": [ - 127 + 253 ] }, { @@ -54488,7 +54488,7 @@ ], "count": 1, "duration": [ - 136 + 20 ] }, { @@ -54500,7 +54500,7 @@ ], "count": 1, "duration": [ - 753 + 242 ] }, { @@ -54512,7 +54512,7 @@ ], "count": 1, "duration": [ - 30 + 20 ] }, { @@ -54523,7 +54523,7 @@ ], "count": 1, "duration": [ - 30 + 26 ] }, { @@ -54535,7 +54535,7 @@ ], "count": 1, "duration": [ - 45 + 22 ] }, { @@ -54547,7 +54547,7 @@ ], "count": 1, "duration": [ - 42 + 49 ] }, { @@ -54570,7 +54570,7 @@ ], "count": 1, "duration": [ - 791 + 50 ] }, { @@ -54593,7 +54593,7 @@ ], "count": 1, "duration": [ - 72 + 19 ] }, { @@ -54605,7 +54605,7 @@ ], "count": 1, "duration": [ - 1429 + 62 ] }, { @@ -54617,7 +54617,7 @@ ], "count": 1, "duration": [ - 41 + 43 ] }, { @@ -54628,7 +54628,7 @@ ], "count": 1, "duration": [ - 44 + 20 ] }, { @@ -54640,7 +54640,7 @@ ], "count": 1, "duration": [ - 945 + 45 ] }, { @@ -54652,7 +54652,7 @@ ], "count": 1, "duration": [ - 64 + 17 ] }, { @@ -54663,7 +54663,7 @@ ], "count": 1, "duration": [ - 72 + 20 ] }, { @@ -54675,7 +54675,7 @@ ], "count": 1, "duration": [ - 224 + 16 ] }, { @@ -54687,7 +54687,7 @@ ], "count": 1, "duration": [ - 21 + 22 ] }, { @@ -54698,7 +54698,7 @@ ], "count": 1, "duration": [ - 27 + 19 ] }, { @@ -54710,7 +54710,7 @@ ], "count": 1, "duration": [ - 36 + 23 ] }, { @@ -54722,7 +54722,7 @@ ], "count": 1, "duration": [ - 58 + 14 ] }, { @@ -54733,7 +54733,7 @@ ], "count": 1, "duration": [ - 67 + 132 ] }, { @@ -54745,7 +54745,7 @@ ], "count": 1, "duration": [ - 189 + 11 ] }, { @@ -54757,7 +54757,7 @@ ], "count": 1, "duration": [ - 26 + 11 ] }, { @@ -54768,7 +54768,7 @@ ], "count": 1, "duration": [ - 22 + 12 ] }, { @@ -54780,7 +54780,7 @@ ], "count": 1, "duration": [ - 38 + 12 ] }, { @@ -54792,7 +54792,7 @@ ], "count": 1, "duration": [ - 38 + 25 ] }, { @@ -54803,7 +54803,7 @@ ], "count": 1, "duration": [ - 45 + 20 ] }, { @@ -54815,7 +54815,7 @@ ], "count": 1, "duration": [ - 113 + 21 ] }, { @@ -54827,7 +54827,7 @@ ], "count": 1, "duration": [ - 107 + 11 ] }, { @@ -54838,7 +54838,7 @@ ], "count": 1, "duration": [ - 120 + 38 ] }, { @@ -54850,7 +54850,7 @@ ], "count": 1, "duration": [ - 231 + 14 ] }, { @@ -54862,7 +54862,7 @@ ], "count": 1, "duration": [ - 26 + 35 ] }, { @@ -54873,7 +54873,7 @@ ], "count": 1, "duration": [ - 26 + 30 ] }, { @@ -54885,7 +54885,7 @@ ], "count": 1, "duration": [ - 55 + 39 ] }, { @@ -54897,7 +54897,7 @@ ], "count": 1, "duration": [ - 39 + 14 ] }, { @@ -54908,7 +54908,7 @@ ], "count": 1, "duration": [ - 49 + 14 ] }, { @@ -54920,7 +54920,7 @@ ], "count": 1, "duration": [ - 85 + 14 ] }, { @@ -54932,7 +54932,7 @@ ], "count": 1, "duration": [ - 42 + 17 ] }, { @@ -54943,7 +54943,7 @@ ], "count": 1, "duration": [ - 42 + 16 ] }, { @@ -54955,7 +54955,7 @@ ], "count": 1, "duration": [ - 95 + 17 ] }, { @@ -54967,7 +54967,7 @@ ], "count": 1, "duration": [ - 30 + 23 ] }, { @@ -54978,7 +54978,7 @@ ], "count": 1, "duration": [ - 31 + 26 ] }, { @@ -54990,7 +54990,7 @@ ], "count": 1, "duration": [ - 51 + 21 ] }, { @@ -55002,7 +55002,7 @@ ], "count": 1, "duration": [ - 54 + 17 ] }, { @@ -55013,7 +55013,7 @@ ], "count": 1, "duration": [ - 57 + 90 ] }, { @@ -55025,7 +55025,7 @@ ], "count": 1, "duration": [ - 233 + 13 ] }, { @@ -55037,7 +55037,7 @@ ], "count": 1, "duration": [ - 25 + 50 ] }, { @@ -55048,7 +55048,7 @@ ], "count": 1, "duration": [ - 20 + 46 ] }, { @@ -55060,7 +55060,7 @@ ], "count": 1, "duration": [ - 91 + 52 ] }, { @@ -55072,7 +55072,7 @@ ], "count": 1, "duration": [ - 50 + 15 ] }, { @@ -55083,7 +55083,7 @@ ], "count": 1, "duration": [ - 50 + 57 ] }, { @@ -55095,7 +55095,7 @@ ], "count": 1, "duration": [ - 410 + 18 ] }, { @@ -55107,7 +55107,7 @@ ], "count": 1, "duration": [ - 65 + 302 ] }, { @@ -55118,7 +55118,7 @@ ], "count": 1, "duration": [ - 64 + 285 ] }, { @@ -55130,7 +55130,7 @@ ], "count": 1, "duration": [ - 1184 + 315 ] }, { @@ -55142,7 +55142,7 @@ ], "count": 1, "duration": [ - 61 + 13 ] }, { @@ -55153,7 +55153,7 @@ ], "count": 1, "duration": [ - 66 + 115 ] }, { @@ -55165,7 +55165,7 @@ ], "count": 1, "duration": [ - 154 + 13 ] }, { @@ -55177,7 +55177,7 @@ ], "count": 1, "duration": [ - 36 + 13 ] }, { @@ -55188,7 +55188,7 @@ ], "count": 1, "duration": [ - 37 + 14 ] }, { @@ -55200,7 +55200,7 @@ ], "count": 1, "duration": [ - 76 + 13 ] }, { @@ -55212,7 +55212,7 @@ ], "count": 1, "duration": [ - 38 + 17 ] }, { @@ -55223,7 +55223,7 @@ ], "count": 1, "duration": [ - 41 + 58 ] }, { @@ -55235,7 +55235,7 @@ ], "count": 1, "duration": [ - 84 + 10 ] }, { @@ -55247,7 +55247,7 @@ ], "count": 1, "duration": [ - 38 + 19 ] }, { @@ -55258,7 +55258,7 @@ ], "count": 1, "duration": [ - 43 + 78 ] }, { @@ -55270,7 +55270,7 @@ ], "count": 1, "duration": [ - 134 + 18 ] }, { @@ -55282,7 +55282,7 @@ ], "count": 1, "duration": [ - 42 + 17 ] }, { @@ -55293,7 +55293,7 @@ ], "count": 1, "duration": [ - 46 + 16 ] }, { @@ -55305,7 +55305,7 @@ ], "count": 1, "duration": [ - 111 + 19 ] }, { @@ -55317,7 +55317,7 @@ ], "count": 1, "duration": [ - 56 + 14 ] }, { @@ -55328,7 +55328,7 @@ ], "count": 1, "duration": [ - 64 + 74 ] }, { @@ -55340,7 +55340,7 @@ ], "count": 1, "duration": [ - 199 + 16 ] }, { @@ -55352,7 +55352,7 @@ ], "count": 1, "duration": [ - 119 + 16 ] }, { @@ -55363,7 +55363,7 @@ ], "count": 1, "duration": [ - 161 + 18 ] }, { @@ -55375,7 +55375,7 @@ ], "count": 1, "duration": [ - 274 + 17 ] }, { @@ -55387,7 +55387,7 @@ ], "count": 1, "duration": [ - 39 + 21 ] }, { @@ -55398,7 +55398,7 @@ ], "count": 1, "duration": [ - 45 + 116 ] }, { @@ -55410,7 +55410,7 @@ ], "count": 1, "duration": [ - 146 + 22 ] }, { @@ -55422,7 +55422,7 @@ ], "count": 1, "duration": [ - 358 + 17 ] }, { @@ -55433,7 +55433,7 @@ ], "count": 1, "duration": [ - 453 + 27 ] }, { @@ -55445,7 +55445,7 @@ ], "count": 1, "duration": [ - 553 + 17 ] }, { @@ -55457,7 +55457,7 @@ ], "count": 1, "duration": [ - 86 + 15 ] }, { @@ -55468,7 +55468,7 @@ ], "count": 1, "duration": [ - 88 + 67 ] }, { @@ -55480,7 +55480,7 @@ ], "count": 1, "duration": [ - 252 + 17 ] }, { @@ -55492,7 +55492,7 @@ ], "count": 1, "duration": [ - 23 + 14 ] }, { @@ -55503,7 +55503,7 @@ ], "count": 1, "duration": [ - 26 + 14 ] }, { @@ -55515,7 +55515,7 @@ ], "count": 1, "duration": [ - 47 + 14 ] }, { @@ -55527,7 +55527,7 @@ ], "count": 1, "duration": [ - 62 + 69 ] }, { @@ -55538,7 +55538,7 @@ ], "count": 1, "duration": [ - 60 + 48 ] }, { @@ -55550,7 +55550,7 @@ ], "count": 1, "duration": [ - 705 + 63 ] }, { @@ -55562,7 +55562,7 @@ ], "count": 1, "duration": [ - 51 + 12 ] }, { @@ -55573,7 +55573,7 @@ ], "count": 1, "duration": [ - 53 + 99 ] }, { @@ -55585,7 +55585,7 @@ ], "count": 1, "duration": [ - 91 + 14 ] }, { @@ -55597,7 +55597,7 @@ ], "count": 1, "duration": [ - 54 + 10 ] }, { @@ -55608,7 +55608,7 @@ ], "count": 1, "duration": [ - 61 + 14 ] }, { @@ -55620,7 +55620,7 @@ ], "count": 1, "duration": [ - 123 + 16 ] }, { @@ -55632,7 +55632,7 @@ ], "count": 1, "duration": [ - 68 + 506 ] }, { @@ -55643,7 +55643,7 @@ ], "count": 1, "duration": [ - 70 + 504 ] }, { @@ -55655,7 +55655,7 @@ ], "count": 1, "duration": [ - 1207 + 502 ] }, { @@ -55667,7 +55667,7 @@ ], "count": 1, "duration": [ - 55 + 12 ] }, { @@ -55678,7 +55678,7 @@ ], "count": 1, "duration": [ - 68 + 176 ] }, { @@ -55690,7 +55690,7 @@ ], "count": 1, "duration": [ - 202 + 12 ] }, { @@ -55702,7 +55702,7 @@ ], "count": 1, "duration": [ - 47 + 13 ] }, { @@ -55713,7 +55713,7 @@ ], "count": 1, "duration": [ - 51 + 18 ] }, { @@ -55725,7 +55725,7 @@ ], "count": 1, "duration": [ - 150 + 14 ] }, { @@ -55737,7 +55737,7 @@ ], "count": 1, "duration": [ - 140 + 18 ] }, { @@ -55748,7 +55748,7 @@ ], "count": 1, "duration": [ - 147 + 380 ] }, { @@ -55760,7 +55760,7 @@ ], "count": 1, "duration": [ - 509 + 16 ] }, { @@ -55772,7 +55772,7 @@ ], "count": 1, "duration": [ - 45 + 14 ] }, { @@ -55783,7 +55783,7 @@ ], "count": 1, "duration": [ - 48 + 19 ] }, { @@ -55795,7 +55795,7 @@ ], "count": 1, "duration": [ - 102 + 14 ] }, { @@ -55807,7 +55807,7 @@ ], "count": 1, "duration": [ - 33 + 17 ] }, { @@ -55818,7 +55818,7 @@ ], "count": 1, "duration": [ - 36 + 28 ] }, { @@ -55830,7 +55830,7 @@ ], "count": 1, "duration": [ - 65 + 17 ] }, { @@ -55842,7 +55842,7 @@ ], "count": 1, "duration": [ - 33 + 45 ] }, { @@ -55853,7 +55853,7 @@ ], "count": 1, "duration": [ - 25 + 42 ] }, { @@ -55865,7 +55865,7 @@ ], "count": 1, "duration": [ - 88 + 52 ] }, { @@ -55877,7 +55877,7 @@ ], "count": 1, "duration": [ - 123 + 304 ] }, { @@ -55888,7 +55888,7 @@ ], "count": 1, "duration": [ - 138 + 368 ] }, { @@ -55900,7 +55900,7 @@ ], "count": 1, "duration": [ - 880 + 304 ] }, { @@ -55912,7 +55912,7 @@ ], "count": 1, "duration": [ - 25 + 51 ] }, { @@ -55923,7 +55923,7 @@ ], "count": 1, "duration": [ - 28 + 46 ] }, { @@ -55935,7 +55935,7 @@ ], "count": 1, "duration": [ - 88 + 43 ] }, { @@ -55947,7 +55947,7 @@ ], "count": 1, "duration": [ - 38 + 24 ] }, { @@ -55958,7 +55958,7 @@ ], "count": 1, "duration": [ - 41 + 50 ] }, { @@ -55970,7 +55970,7 @@ ], "count": 1, "duration": [ - 100 + 22 ] }, { @@ -55982,7 +55982,7 @@ ], "count": 1, "duration": [ - 64 + 14 ] }, { @@ -55993,7 +55993,7 @@ ], "count": 1, "duration": [ - 77 + 10 ] }, { @@ -56005,7 +56005,7 @@ ], "count": 1, "duration": [ - 143 + 13 ] }, { @@ -56017,7 +56017,7 @@ ], "count": 1, "duration": [ - 104 + 52 ] }, { @@ -56028,7 +56028,7 @@ ], "count": 1, "duration": [ - 105 + 613 ] }, { @@ -56040,7 +56040,7 @@ ], "count": 1, "duration": [ - 838 + 32 ] }, { @@ -56052,7 +56052,7 @@ ], "count": 1, "duration": [ - 28 + 33 ] }, { @@ -56063,7 +56063,7 @@ ], "count": 1, "duration": [ - 25 + 38 ] }, { @@ -56075,7 +56075,7 @@ ], "count": 1, "duration": [ - 172 + 41 ] }, { @@ -56087,7 +56087,7 @@ ], "count": 1, "duration": [ - 34 + 96 ] }, { @@ -56098,7 +56098,7 @@ ], "count": 1, "duration": [ - 35 + 87 ] }, { @@ -56110,7 +56110,7 @@ ], "count": 1, "duration": [ - 129 + 100 ] }, { @@ -56122,7 +56122,7 @@ ], "count": 1, "duration": [ - 42 + 29 ] }, { @@ -56133,7 +56133,7 @@ ], "count": 1, "duration": [ - 45 + 121 ] }, { @@ -56145,7 +56145,7 @@ ], "count": 1, "duration": [ - 161 + 30 ] }, { @@ -56157,7 +56157,7 @@ ], "count": 1, "duration": [ - 49 + 10 ] }, { @@ -56168,7 +56168,7 @@ ], "count": 1, "duration": [ - 53 + 33 ] }, { @@ -56180,7 +56180,7 @@ ], "count": 1, "duration": [ - 129 + 11 ] }, { @@ -56192,7 +56192,7 @@ ], "count": 1, "duration": [ - 28 + 14 ] }, { @@ -56203,7 +56203,7 @@ ], "count": 1, "duration": [ - 31 + 17 ] }, { @@ -56215,7 +56215,7 @@ ], "count": 1, "duration": [ - 74 + 15 ] }, { @@ -56227,7 +56227,7 @@ ], "count": 1, "duration": [ - 27 + 17 ] }, { @@ -56238,7 +56238,7 @@ ], "count": 1, "duration": [ - 30 + 36 ] }, { @@ -56250,7 +56250,7 @@ ], "count": 1, "duration": [ - 61 + 16 ] }, { @@ -56262,7 +56262,7 @@ ], "count": 1, "duration": [ - 30 + 25 ] }, { @@ -56273,7 +56273,7 @@ ], "count": 1, "duration": [ - 32 + 39 ] }, { @@ -56285,7 +56285,7 @@ ], "count": 1, "duration": [ - 58 + 21 ] }, { @@ -56297,7 +56297,7 @@ ], "count": 1, "duration": [ - 108 + 138 ] }, { @@ -56308,7 +56308,7 @@ ], "count": 1, "duration": [ - 108 + 173 ] }, { @@ -56320,7 +56320,7 @@ ], "count": 1, "duration": [ - 693 + 144 ] }, { @@ -56332,7 +56332,7 @@ ], "count": 1, "duration": [ - 24 + 12 ] }, { @@ -56343,7 +56343,7 @@ ], "count": 1, "duration": [ - 29 + 11 ] }, { @@ -56355,7 +56355,7 @@ ], "count": 1, "duration": [ - 41 + 13 ] }, { @@ -56367,7 +56367,7 @@ ], "count": 1, "duration": [ - 51 + 11 ] }, { @@ -56378,7 +56378,7 @@ ], "count": 1, "duration": [ - 58 + 34 ] }, { @@ -56390,7 +56390,7 @@ ], "count": 1, "duration": [ - 150 + 14 ] }, { @@ -56402,7 +56402,7 @@ ], "count": 1, "duration": [ - 26 + 14 ] }, { @@ -56413,7 +56413,7 @@ ], "count": 1, "duration": [ - 31 + 14 ] }, { @@ -56425,7 +56425,7 @@ ], "count": 1, "duration": [ - 45 + 15 ] }, { @@ -56437,7 +56437,7 @@ ], "count": 1, "duration": [ - 34 + 16 ] }, { @@ -56448,7 +56448,7 @@ ], "count": 1, "duration": [ - 31 + 43 ] }, { @@ -56460,7 +56460,7 @@ ], "count": 1, "duration": [ - 64 + 18 ] }, { @@ -56472,7 +56472,7 @@ ], "count": 1, "duration": [ - 45 + 14 ] }, { @@ -56483,7 +56483,7 @@ ], "count": 1, "duration": [ - 47 + 13 ] }, { @@ -56495,7 +56495,7 @@ ], "count": 1, "duration": [ - 121 + 11 ] }, { @@ -56507,7 +56507,7 @@ ], "count": 1, "duration": [ - 28 + 14 ] }, { @@ -56518,7 +56518,7 @@ ], "count": 1, "duration": [ - 36 + 18 ] }, { @@ -56530,7 +56530,7 @@ ], "count": 1, "duration": [ - 112 + 13 ] }, { @@ -56542,7 +56542,7 @@ ], "count": 1, "duration": [ - 198 + 37 ] }, { @@ -56553,7 +56553,7 @@ ], "count": 1, "duration": [ - 207 + 56 ] }, { @@ -56565,7 +56565,7 @@ ], "count": 1, "duration": [ - 585 + 33 ] }, { @@ -56577,7 +56577,7 @@ ], "count": 1, "duration": [ - 68 + 14 ] }, { @@ -56588,7 +56588,7 @@ ], "count": 1, "duration": [ - 70 + 170 ] }, { @@ -56600,7 +56600,7 @@ ], "count": 1, "duration": [ - 216 + 15 ] }, { @@ -56612,7 +56612,7 @@ ], "count": 1, "duration": [ - 45 + 91 ] }, { @@ -56623,7 +56623,7 @@ ], "count": 1, "duration": [ - 47 + 123 ] }, { @@ -56635,7 +56635,7 @@ ], "count": 1, "duration": [ - 187 + 96 ] }, { @@ -56647,7 +56647,7 @@ ], "count": 1, "duration": [ - 32 + 15 ] }, { @@ -56658,7 +56658,7 @@ ], "count": 1, "duration": [ - 35 + 12 ] }, { @@ -56670,7 +56670,7 @@ ], "count": 1, "duration": [ - 55 + 17 ] }, { @@ -56682,7 +56682,7 @@ ], "count": 1, "duration": [ - 23 + 15 ] }, { @@ -56693,7 +56693,7 @@ ], "count": 1, "duration": [ - 21 + 12 ] }, { @@ -56705,7 +56705,7 @@ ], "count": 1, "duration": [ - 39 + 14 ] }, { @@ -56717,7 +56717,7 @@ ], "count": 1, "duration": [ - 86 + 28 ] }, { @@ -56728,7 +56728,7 @@ ], "count": 1, "duration": [ - 89 + 205 ] }, { @@ -56740,7 +56740,7 @@ ], "count": 1, "duration": [ - 270 + 28 ] }, { @@ -56752,7 +56752,7 @@ ], "count": 1, "duration": [ - 33 + 11 ] }, { @@ -56763,7 +56763,7 @@ ], "count": 1, "duration": [ - 34 + 19 ] }, { @@ -56775,7 +56775,7 @@ ], "count": 1, "duration": [ - 74 + 14 ] }, { @@ -56787,7 +56787,7 @@ ], "count": 1, "duration": [ - 29 + 12 ] }, { @@ -56798,7 +56798,7 @@ ], "count": 1, "duration": [ - 32 + 51 ] }, { @@ -56810,7 +56810,7 @@ ], "count": 1, "duration": [ - 64 + 13 ] }, { @@ -56822,7 +56822,7 @@ ], "count": 1, "duration": [ - 27 + 28 ] }, { @@ -56833,7 +56833,7 @@ ], "count": 1, "duration": [ - 31 + 49 ] }, { @@ -56845,7 +56845,7 @@ ], "count": 1, "duration": [ - 203 + 21 ] }, { @@ -56857,7 +56857,7 @@ ], "count": 1, "duration": [ - 45 + 11 ] }, { @@ -56868,7 +56868,7 @@ ], "count": 1, "duration": [ - 49 + 18 ] }, { @@ -56880,7 +56880,7 @@ ], "count": 1, "duration": [ - 96 + 12 ] }, { @@ -56892,7 +56892,7 @@ ], "count": 1, "duration": [ - 26 + 16 ] }, { @@ -56903,7 +56903,7 @@ ], "count": 1, "duration": [ - 27 + 24 ] }, { @@ -56915,7 +56915,7 @@ ], "count": 1, "duration": [ - 41 + 14 ] }, { @@ -56927,7 +56927,7 @@ ], "count": 1, "duration": [ - 49 + 20 ] }, { @@ -56938,7 +56938,7 @@ ], "count": 1, "duration": [ - 53 + 131 ] }, { @@ -56950,7 +56950,7 @@ ], "count": 1, "duration": [ - 178 + 23 ] }, { @@ -56962,7 +56962,7 @@ ], "count": 1, "duration": [ - 59 + 139 ] }, { @@ -56973,7 +56973,7 @@ ], "count": 1, "duration": [ - 60 + 40 ] }, { @@ -56985,7 +56985,7 @@ ], "count": 1, "duration": [ - 646 + 153 ] }, { @@ -56997,7 +56997,7 @@ ], "count": 1, "duration": [ - 79 + 13 ] }, { @@ -57008,7 +57008,7 @@ ], "count": 1, "duration": [ - 89 + 198 ] }, { @@ -57020,7 +57020,7 @@ ], "count": 1, "duration": [ - 189 + 11 ] }, { @@ -57032,7 +57032,7 @@ ], "count": 1, "duration": [ - 40 + 19 ] }, { @@ -57043,7 +57043,7 @@ ], "count": 1, "duration": [ - 41 + 68 ] }, { @@ -57055,7 +57055,7 @@ ], "count": 1, "duration": [ - 93 + 17 ] }, { @@ -57067,7 +57067,7 @@ ], "count": 1, "duration": [ - 72 + 13 ] }, { @@ -57078,7 +57078,7 @@ ], "count": 1, "duration": [ - 79 + 136 ] }, { @@ -57090,7 +57090,7 @@ ], "count": 1, "duration": [ - 213 + 14 ] }, { @@ -57102,7 +57102,7 @@ ], "count": 1, "duration": [ - 30 + 17 ] }, { @@ -57113,7 +57113,7 @@ ], "count": 1, "duration": [ - 29 + 16 ] }, { @@ -57125,7 +57125,7 @@ ], "count": 1, "duration": [ - 49 + 10 ] }, { @@ -57137,7 +57137,7 @@ ], "count": 1, "duration": [ - 35 + 93 ] }, { @@ -57148,7 +57148,7 @@ ], "count": 1, "duration": [ - 38 + 86 ] }, { @@ -57160,7 +57160,7 @@ ], "count": 1, "duration": [ - 240 + 87 ] }, { @@ -57172,7 +57172,7 @@ ], "count": 1, "duration": [ - 34 + 19 ] }, { @@ -57183,7 +57183,7 @@ ], "count": 1, "duration": [ - 39 + 24 ] }, { @@ -57195,7 +57195,7 @@ ], "count": 1, "duration": [ - 137 + 19 ] }, { @@ -57207,7 +57207,7 @@ ], "count": 1, "duration": [ - 35 + 20 ] }, { @@ -57218,7 +57218,7 @@ ], "count": 1, "duration": [ - 40 + 19 ] }, { @@ -57230,7 +57230,7 @@ ], "count": 1, "duration": [ - 185 + 22 ] }, { @@ -57242,7 +57242,7 @@ ], "count": 1, "duration": [ - 37 + 106 ] }, { @@ -57253,7 +57253,7 @@ ], "count": 1, "duration": [ - 37 + 101 ] }, { @@ -57265,7 +57265,7 @@ ], "count": 1, "duration": [ - 198 + 127 ] }, { @@ -57277,7 +57277,7 @@ ], "count": 1, "duration": [ - 301 + 63 ] }, { @@ -57288,7 +57288,7 @@ ], "count": 1, "duration": [ - 771 + 342 ] }, { @@ -57300,7 +57300,7 @@ ], "count": 1, "duration": [ - 624 + 65 ] }, { @@ -57312,7 +57312,7 @@ ], "count": 1, "duration": [ - 32 + 10 ] }, { @@ -57323,7 +57323,7 @@ ], "count": 1, "duration": [ - 38 + 53 ] }, { @@ -57335,7 +57335,7 @@ ], "count": 1, "duration": [ - 77 + 14 ] }, { @@ -57347,7 +57347,7 @@ ], "count": 1, "duration": [ - 34 + 13 ] }, { @@ -57358,7 +57358,7 @@ ], "count": 1, "duration": [ - 36 + 28 ] }, { @@ -57370,7 +57370,7 @@ ], "count": 1, "duration": [ - 83 + 14 ] }, { @@ -57382,7 +57382,7 @@ ], "count": 1, "duration": [ - 38 + 37 ] }, { @@ -57393,7 +57393,7 @@ ], "count": 1, "duration": [ - 36 + 42 ] }, { @@ -57405,7 +57405,7 @@ ], "count": 1, "duration": [ - 217 + 45 ] }, { @@ -57417,7 +57417,7 @@ ], "count": 1, "duration": [ - 78 + 104 ] }, { @@ -57428,7 +57428,7 @@ ], "count": 1, "duration": [ - 73 + 126 ] }, { @@ -57440,7 +57440,7 @@ ], "count": 1, "duration": [ - 549 + 106 ] }, { @@ -57452,7 +57452,7 @@ ], "count": 1, "duration": [ - 27 + 22 ] }, { @@ -57463,7 +57463,7 @@ ], "count": 1, "duration": [ - 33 + 18 ] }, { @@ -57475,7 +57475,7 @@ ], "count": 1, "duration": [ - 85 + 22 ] }, { @@ -57487,7 +57487,7 @@ ], "count": 1, "duration": [ - 25 + 14 ] }, { @@ -57498,7 +57498,7 @@ ], "count": 1, "duration": [ - 30 + 13 ] }, { @@ -57510,7 +57510,7 @@ ], "count": 1, "duration": [ - 34 + 15 ] }, { @@ -57522,7 +57522,7 @@ ], "count": 1, "duration": [ - 24 + 28 ] }, { @@ -57533,7 +57533,7 @@ ], "count": 1, "duration": [ - 24 + 26 ] }, { @@ -57545,7 +57545,7 @@ ], "count": 1, "duration": [ - 53 + 26 ] }, { @@ -57557,7 +57557,7 @@ ], "count": 1, "duration": [ - 46 + 10 ] }, { @@ -57568,7 +57568,7 @@ ], "count": 1, "duration": [ - 48 + 12 ] }, { @@ -57580,7 +57580,7 @@ ], "count": 1, "duration": [ - 105 + 16 ] }, { @@ -57592,7 +57592,7 @@ ], "count": 1, "duration": [ - 30 + 10 ] }, { @@ -57603,7 +57603,7 @@ ], "count": 1, "duration": [ - 36 + 12 ] }, { @@ -57615,7 +57615,7 @@ ], "count": 1, "duration": [ - 35 + 12 ] }, { @@ -57627,7 +57627,7 @@ ], "count": 1, "duration": [ - 33 + 11 ] }, { @@ -57638,7 +57638,7 @@ ], "count": 1, "duration": [ - 38 + 45 ] }, { @@ -57650,7 +57650,7 @@ ], "count": 1, "duration": [ - 90 + 11 ] }, { @@ -57662,7 +57662,7 @@ ], "count": 1, "duration": [ - 78 + 272 ] }, { @@ -57673,7 +57673,7 @@ ], "count": 1, "duration": [ - 87 + 176 ] }, { @@ -57685,7 +57685,7 @@ ], "count": 1, "duration": [ - 835 + 267 ] }, { @@ -57697,7 +57697,7 @@ ], "count": 1, "duration": [ - 30 + 19 ] }, { @@ -57708,7 +57708,7 @@ ], "count": 1, "duration": [ - 31 + 62 ] }, { @@ -57720,7 +57720,7 @@ ], "count": 1, "duration": [ - 105 + 15 ] }, { @@ -57732,7 +57732,7 @@ ], "count": 1, "duration": [ - 51 + 15 ] }, { @@ -57743,7 +57743,7 @@ ], "count": 1, "duration": [ - 59 + 190 ] }, { @@ -57755,7 +57755,7 @@ ], "count": 1, "duration": [ - 278 + 18 ] }, { @@ -57767,7 +57767,7 @@ ], "count": 1, "duration": [ - 55 + 72 ] }, { @@ -57778,7 +57778,7 @@ ], "count": 1, "duration": [ - 56 + 185 ] }, { @@ -57790,7 +57790,7 @@ ], "count": 1, "duration": [ - 274 + 79 ] }, { @@ -57802,7 +57802,7 @@ ], "count": 1, "duration": [ - 48 + 19 ] }, { @@ -57813,7 +57813,7 @@ ], "count": 1, "duration": [ - 53 + 81 ] }, { @@ -57825,7 +57825,7 @@ ], "count": 1, "duration": [ - 108 + 19 ] }, { @@ -57837,7 +57837,7 @@ ], "count": 1, "duration": [ - 35 + 16 ] }, { @@ -57848,7 +57848,7 @@ ], "count": 1, "duration": [ - 43 + 65 ] }, { @@ -57860,7 +57860,7 @@ ], "count": 1, "duration": [ - 79 + 18 ] }, { @@ -57872,7 +57872,7 @@ ], "count": 1, "duration": [ - 25 + 33 ] }, { @@ -57883,7 +57883,7 @@ ], "count": 1, "duration": [ - 25 + 31 ] }, { @@ -57895,7 +57895,7 @@ ], "count": 1, "duration": [ - 87 + 33 ] }, { @@ -57907,7 +57907,7 @@ ], "count": 1, "duration": [ - 53 + 17 ] }, { @@ -57918,7 +57918,7 @@ ], "count": 1, "duration": [ - 57 + 14 ] }, { @@ -57930,7 +57930,7 @@ ], "count": 1, "duration": [ - 133 + 13 ] }, { @@ -57942,7 +57942,7 @@ ], "count": 1, "duration": [ - 47 + 12 ] }, { @@ -57953,7 +57953,7 @@ ], "count": 1, "duration": [ - 50 + 29 ] }, { @@ -57965,7 +57965,7 @@ ], "count": 1, "duration": [ - 117 + 15 ] }, { @@ -57977,7 +57977,7 @@ ], "count": 1, "duration": [ - 28 + 12 ] }, { @@ -57988,7 +57988,7 @@ ], "count": 1, "duration": [ - 26 + 14 ] }, { @@ -58000,7 +58000,7 @@ ], "count": 1, "duration": [ - 1051 + 13 ] }, { @@ -58012,7 +58012,7 @@ ], "count": 1, "duration": [ - 30 + 23 ] }, { @@ -58023,7 +58023,7 @@ ], "count": 1, "duration": [ - 36 + 28 ] }, { @@ -58035,7 +58035,7 @@ ], "count": 1, "duration": [ - 141 + 25 ] }, { @@ -58047,7 +58047,7 @@ ], "count": 1, "duration": [ - 63 + 87 ] }, { @@ -58058,7 +58058,7 @@ ], "count": 1, "duration": [ - 66 + 255 ] }, { @@ -58070,7 +58070,7 @@ ], "count": 1, "duration": [ - 472 + 82 ] }, { @@ -58082,7 +58082,7 @@ ], "count": 1, "duration": [ - 62 + 13 ] }, { @@ -58093,7 +58093,7 @@ ], "count": 1, "duration": [ - 68 + 156 ] }, { @@ -58105,7 +58105,7 @@ ], "count": 1, "duration": [ - 171 + 13 ] }, { @@ -58117,7 +58117,7 @@ ], "count": 1, "duration": [ - 65 + 125 ] }, { @@ -58128,7 +58128,7 @@ ], "count": 1, "duration": [ - 60 + 412 ] }, { @@ -58140,7 +58140,7 @@ ], "count": 1, "duration": [ - 570 + 134 ] }, { @@ -58152,7 +58152,7 @@ ], "count": 1, "duration": [ - 38 + 27 ] }, { @@ -58163,7 +58163,7 @@ ], "count": 1, "duration": [ - 39 + 95 ] }, { @@ -58175,7 +58175,7 @@ ], "count": 1, "duration": [ - 154 + 29 ] }, { @@ -58187,7 +58187,7 @@ ], "count": 1, "duration": [ - 32 + 38 ] }, { @@ -58198,7 +58198,7 @@ ], "count": 1, "duration": [ - 38 + 30 ] }, { @@ -58210,7 +58210,7 @@ ], "count": 1, "duration": [ - 58 + 44 ] }, { @@ -58222,7 +58222,7 @@ ], "count": 1, "duration": [ - 80 + 13 ] }, { @@ -58233,7 +58233,7 @@ ], "count": 1, "duration": [ - 83 + 102 ] }, { @@ -58245,7 +58245,7 @@ ], "count": 1, "duration": [ - 223 + 14 ] }, { @@ -58268,7 +58268,7 @@ ], "count": 1, "duration": [ - 26 + 24 ] }, { @@ -58280,7 +58280,7 @@ ], "count": 1, "duration": [ - 51 + 26 ] }, { @@ -58292,7 +58292,7 @@ ], "count": 1, "duration": [ - 26 + 33 ] }, { @@ -58303,7 +58303,7 @@ ], "count": 1, "duration": [ - 34 + 52 ] }, { @@ -58315,7 +58315,7 @@ ], "count": 1, "duration": [ - 93 + 26 ] }, { @@ -58327,7 +58327,7 @@ ], "count": 1, "duration": [ - 48 + 19 ] }, { @@ -58338,7 +58338,7 @@ ], "count": 1, "duration": [ - 53 + 22 ] }, { @@ -58350,7 +58350,7 @@ ], "count": 1, "duration": [ - 160 + 19 ] }, { @@ -58362,7 +58362,7 @@ ], "count": 1, "duration": [ - 72 + 14 ] }, { @@ -58373,7 +58373,7 @@ ], "count": 1, "duration": [ - 79 + 54 ] }, { @@ -58385,7 +58385,7 @@ ], "count": 1, "duration": [ - 225 + 13 ] }, { @@ -58397,7 +58397,7 @@ ], "count": 1, "duration": [ - 29 + 11 ] }, { @@ -58408,7 +58408,7 @@ ], "count": 1, "duration": [ - 36 + 10 ] }, { @@ -58420,7 +58420,7 @@ ], "count": 1, "duration": [ - 46 + 13 ] }, { @@ -58432,7 +58432,7 @@ ], "count": 1, "duration": [ - 42 + 17 ] }, { @@ -58443,7 +58443,7 @@ ], "count": 1, "duration": [ - 48 + 26 ] }, { @@ -58455,7 +58455,7 @@ ], "count": 1, "duration": [ - 262 + 19 ] }, { @@ -58467,7 +58467,7 @@ ], "count": 1, "duration": [ - 101 + 296 ] }, { @@ -58478,7 +58478,7 @@ ], "count": 1, "duration": [ - 107 + 346 ] }, { @@ -58490,7 +58490,7 @@ ], "count": 1, "duration": [ - 903 + 303 ] }, { @@ -58502,7 +58502,7 @@ ], "count": 1, "duration": [ - 38 + 22 ] }, { @@ -58513,7 +58513,7 @@ ], "count": 1, "duration": [ - 44 + 77 ] }, { @@ -58525,7 +58525,7 @@ ], "count": 1, "duration": [ - 130 + 22 ] }, { @@ -58537,7 +58537,7 @@ ], "count": 1, "duration": [ - 42 + 14 ] }, { @@ -58548,7 +58548,7 @@ ], "count": 1, "duration": [ - 43 + 17 ] }, { @@ -58560,7 +58560,7 @@ ], "count": 1, "duration": [ - 87 + 14 ] }, { @@ -58572,7 +58572,7 @@ ], "count": 1, "duration": [ - 47 + 14 ] }, { @@ -58583,7 +58583,7 @@ ], "count": 1, "duration": [ - 53 + 60 ] }, { @@ -58595,7 +58595,7 @@ ], "count": 1, "duration": [ - 137 + 21 ] }, { @@ -58607,7 +58607,7 @@ ], "count": 1, "duration": [ - 29 + 19 ] }, { @@ -58618,7 +58618,7 @@ ], "count": 1, "duration": [ - 30 + 29 ] }, { @@ -58630,7 +58630,7 @@ ], "count": 1, "duration": [ - 42 + 16 ] }, { @@ -58642,7 +58642,7 @@ ], "count": 1, "duration": [ - 113 + 18 ] }, { @@ -58653,7 +58653,7 @@ ], "count": 1, "duration": [ - 135 + 291 ] }, { @@ -58665,7 +58665,7 @@ ], "count": 1, "duration": [ - 340 + 15 ] }, { @@ -58677,7 +58677,7 @@ ], "count": 1, "duration": [ - 51 + 40 ] }, { @@ -58688,7 +58688,7 @@ ], "count": 1, "duration": [ - 49 + 65 ] }, { @@ -58700,7 +58700,7 @@ ], "count": 1, "duration": [ - 363 + 39 ] }, { @@ -58712,7 +58712,7 @@ ], "count": 1, "duration": [ - 46 + 24 ] }, { @@ -58723,7 +58723,7 @@ ], "count": 1, "duration": [ - 50 + 165 ] }, { @@ -58735,7 +58735,7 @@ ], "count": 1, "duration": [ - 213 + 25 ] }, { @@ -58747,7 +58747,7 @@ ], "count": 1, "duration": [ - 26 + 13 ] }, { @@ -58758,7 +58758,7 @@ ], "count": 1, "duration": [ - 25 + 15 ] }, { @@ -58770,7 +58770,7 @@ ], "count": 1, "duration": [ - 41 + 12 ] }, { @@ -58782,7 +58782,7 @@ ], "count": 1, "duration": [ - 160 + 14 ] }, { @@ -58793,7 +58793,7 @@ ], "count": 1, "duration": [ - 184 + 145 ] }, { @@ -58805,7 +58805,7 @@ ], "count": 1, "duration": [ - 299 + 11 ] }, { @@ -58817,7 +58817,7 @@ ], "count": 1, "duration": [ - 35 + 19 ] }, { @@ -58828,7 +58828,7 @@ ], "count": 1, "duration": [ - 46 + 59 ] }, { @@ -58840,7 +58840,7 @@ ], "count": 1, "duration": [ - 97 + 20 ] }, { @@ -58852,7 +58852,7 @@ ], "count": 1, "duration": [ - 49 + 14 ] }, { @@ -58863,7 +58863,7 @@ ], "count": 1, "duration": [ - 47 + 100 ] }, { @@ -58875,7 +58875,7 @@ ], "count": 1, "duration": [ - 194 + 11 ] }, { @@ -58887,7 +58887,7 @@ ], "count": 1, "duration": [ - 91 + 85 ] }, { @@ -58898,7 +58898,7 @@ ], "count": 1, "duration": [ - 92 + 95 ] }, { @@ -58910,7 +58910,7 @@ ], "count": 1, "duration": [ - 683 + 90 ] }, { @@ -58922,7 +58922,7 @@ ], "count": 1, "duration": [ - 33 + 12 ] }, { @@ -58933,7 +58933,7 @@ ], "count": 1, "duration": [ - 37 + 23 ] }, { @@ -58945,7 +58945,7 @@ ], "count": 1, "duration": [ - 59 + 14 ] }, { @@ -58957,7 +58957,7 @@ ], "count": 1, "duration": [ - 83 + 98 ] }, { @@ -58968,7 +58968,7 @@ ], "count": 1, "duration": [ - 83 + 31 ] }, { @@ -58980,7 +58980,7 @@ ], "count": 1, "duration": [ - 669 + 103 ] }, { @@ -58992,7 +58992,7 @@ ], "count": 1, "duration": [ - 41 + 13 ] }, { @@ -59003,7 +59003,7 @@ ], "count": 1, "duration": [ - 44 + 109 ] }, { @@ -59015,7 +59015,7 @@ ], "count": 1, "duration": [ - 165 + 14 ] }, { @@ -59027,7 +59027,7 @@ ], "count": 1, "duration": [ - 25 + 46 ] }, { @@ -59038,7 +59038,7 @@ ], "count": 1, "duration": [ - 24 + 38 ] }, { @@ -59050,7 +59050,7 @@ ], "count": 1, "duration": [ - 129 + 46 ] }, { @@ -59062,7 +59062,7 @@ ], "count": 1, "duration": [ - 44 + 350 ] }, { @@ -59073,7 +59073,7 @@ ], "count": 1, "duration": [ - 45 + 377 ] }, { @@ -59085,7 +59085,7 @@ ], "count": 1, "duration": [ - 462 + 355 ] }, { @@ -59097,7 +59097,7 @@ ], "count": 1, "duration": [ - 42 + 55 ] }, { @@ -59108,7 +59108,7 @@ ], "count": 1, "duration": [ - 46 + 32 ] }, { @@ -59120,7 +59120,7 @@ ], "count": 1, "duration": [ - 764 + 55 ] }, { @@ -59132,7 +59132,7 @@ ], "count": 1, "duration": [ - 26 + 15 ] }, { @@ -59143,7 +59143,7 @@ ], "count": 1, "duration": [ - 30 + 13 ] }, { @@ -59155,7 +59155,7 @@ ], "count": 1, "duration": [ - 51 + 12 ] }, { @@ -59167,7 +59167,7 @@ ], "count": 1, "duration": [ - 37 + 18 ] }, { @@ -59178,7 +59178,7 @@ ], "count": 1, "duration": [ - 37 + 69 ] }, { @@ -59190,7 +59190,7 @@ ], "count": 1, "duration": [ - 109 + 18 ] }, { @@ -59202,7 +59202,7 @@ ], "count": 1, "duration": [ - 24 + 13 ] }, { @@ -59213,7 +59213,7 @@ ], "count": 1, "duration": [ - 16 + 11 ] }, { @@ -59225,7 +59225,7 @@ ], "count": 1, "duration": [ - 37 + 14 ] }, { @@ -59237,7 +59237,7 @@ ], "count": 1, "duration": [ - 68 + 48 ] }, { @@ -59248,7 +59248,7 @@ ], "count": 1, "duration": [ - 70 + 175 ] }, { @@ -59260,7 +59260,7 @@ ], "count": 1, "duration": [ - 279 + 48 ] }, { @@ -59272,7 +59272,7 @@ ], "count": 1, "duration": [ - 63 + 31 ] }, { @@ -59283,7 +59283,7 @@ ], "count": 1, "duration": [ - 66 + 25 ] }, { @@ -59295,7 +59295,7 @@ ], "count": 1, "duration": [ - 274 + 25 ] }, { @@ -59307,7 +59307,7 @@ ], "count": 1, "duration": [ - 21 + 12 ] }, { @@ -59318,7 +59318,7 @@ ], "count": 1, "duration": [ - 23 + 14 ] }, { @@ -59330,7 +59330,7 @@ ], "count": 1, "duration": [ - 28 + 15 ] }, { @@ -59342,7 +59342,7 @@ ], "count": 1, "duration": [ - 40 + 9 ] }, { @@ -59353,7 +59353,7 @@ ], "count": 1, "duration": [ - 41 + 14 ] }, { @@ -59365,7 +59365,7 @@ ], "count": 1, "duration": [ - 135 + 12 ] }, { @@ -59377,7 +59377,7 @@ ], "count": 1, "duration": [ - 39 + 11 ] }, { @@ -59388,7 +59388,7 @@ ], "count": 1, "duration": [ - 41 + 11 ] }, { @@ -59400,7 +59400,7 @@ ], "count": 1, "duration": [ - 86 + 14 ] }, { @@ -59412,7 +59412,7 @@ ], "count": 1, "duration": [ - 38 + 16 ] }, { @@ -59423,7 +59423,7 @@ ], "count": 1, "duration": [ - 47 + 57 ] }, { @@ -59435,7 +59435,7 @@ ], "count": 1, "duration": [ - 96 + 14 ] }, { @@ -59447,7 +59447,7 @@ ], "count": 1, "duration": [ - 51 + 11 ] }, { @@ -59458,7 +59458,7 @@ ], "count": 1, "duration": [ - 55 + 111 ] }, { @@ -59470,7 +59470,7 @@ ], "count": 1, "duration": [ - 144 + 12 ] }, { @@ -59482,7 +59482,7 @@ ], "count": 1, "duration": [ - 50 + 36 ] }, { @@ -59493,7 +59493,7 @@ ], "count": 1, "duration": [ - 51 + 38 ] }, { @@ -59505,7 +59505,7 @@ ], "count": 1, "duration": [ - 140 + 35 ] }, { @@ -59517,7 +59517,7 @@ ], "count": 1, "duration": [ - 33 + 14 ] }, { @@ -59528,7 +59528,7 @@ ], "count": 1, "duration": [ - 35 + 14 ] }, { @@ -59540,7 +59540,7 @@ ], "count": 1, "duration": [ - 95 + 16 ] }, { @@ -59552,7 +59552,7 @@ ], "count": 1, "duration": [ - 31 + 15 ] }, { @@ -59563,7 +59563,7 @@ ], "count": 1, "duration": [ - 29 + 50 ] }, { @@ -59575,7 +59575,7 @@ ], "count": 1, "duration": [ - 86 + 17 ] }, { @@ -59587,7 +59587,7 @@ ], "count": 1, "duration": [ - 58 + 57 ] }, { @@ -59598,7 +59598,7 @@ ], "count": 1, "duration": [ - 71 + 17 ] }, { @@ -59610,7 +59610,7 @@ ], "count": 1, "duration": [ - 1532 + 54 ] }, { @@ -59622,7 +59622,7 @@ ], "count": 1, "duration": [ - 57 + 75 ] }, { @@ -59633,7 +59633,7 @@ ], "count": 1, "duration": [ - 60 + 85 ] }, { @@ -59645,7 +59645,7 @@ ], "count": 1, "duration": [ - 595 + 71 ] }, { @@ -59657,7 +59657,7 @@ ], "count": 1, "duration": [ - 44 + 61 ] }, { @@ -59668,7 +59668,7 @@ ], "count": 1, "duration": [ - 41 + 50 ] }, { @@ -59680,7 +59680,7 @@ ], "count": 1, "duration": [ - 705 + 63 ] }, { @@ -59692,7 +59692,7 @@ ], "count": 1, "duration": [ - 30 + 38 ] }, { @@ -59703,7 +59703,7 @@ ], "count": 1, "duration": [ - 29 + 26 ] }, { @@ -59715,7 +59715,7 @@ ], "count": 1, "duration": [ - 61 + 31 ] }, { @@ -59727,7 +59727,7 @@ ], "count": 1, "duration": [ - 70 + 27 ] }, { @@ -59738,7 +59738,7 @@ ], "count": 1, "duration": [ - 74 + 394 ] }, { @@ -59750,7 +59750,7 @@ ], "count": 1, "duration": [ - 356 + 27 ] }, { @@ -59762,7 +59762,7 @@ ], "count": 1, "duration": [ - 26 + 38 ] }, { @@ -59773,7 +59773,7 @@ ], "count": 1, "duration": [ - 31 + 46 ] }, { @@ -59785,7 +59785,7 @@ ], "count": 1, "duration": [ - 70 + 38 ] }, { @@ -59797,7 +59797,7 @@ ], "count": 1, "duration": [ - 27 + 13 ] }, { @@ -59808,7 +59808,7 @@ ], "count": 1, "duration": [ - 31 + 12 ] }, { @@ -59820,7 +59820,7 @@ ], "count": 1, "duration": [ - 38 + 11 ] }, { @@ -59832,7 +59832,7 @@ ], "count": 1, "duration": [ - 77 + 20 ] }, { @@ -59843,7 +59843,7 @@ ], "count": 1, "duration": [ - 85 + 114 ] }, { @@ -59855,7 +59855,7 @@ ], "count": 1, "duration": [ - 299 + 20 ] }, { @@ -59867,7 +59867,7 @@ ], "count": 1, "duration": [ - 31 + 16 ] }, { @@ -59878,7 +59878,7 @@ ], "count": 1, "duration": [ - 36 + 66 ] }, { @@ -59890,7 +59890,7 @@ ], "count": 1, "duration": [ - 103 + 16 ] }, { @@ -59902,7 +59902,7 @@ ], "count": 1, "duration": [ - 27 + 56 ] }, { @@ -59913,7 +59913,7 @@ ], "count": 1, "duration": [ - 31 + 55 ] }, { @@ -59925,7 +59925,7 @@ ], "count": 1, "duration": [ - 99 + 49 ] }, { @@ -59937,7 +59937,7 @@ ], "count": 1, "duration": [ - 48 + 15 ] }, { @@ -59948,7 +59948,7 @@ ], "count": 1, "duration": [ - 47 + 20 ] }, { @@ -59960,7 +59960,7 @@ ], "count": 1, "duration": [ - 126 + 14 ] }, { @@ -59972,7 +59972,7 @@ ], "count": 1, "duration": [ - 41 + 26 ] }, { @@ -59983,7 +59983,7 @@ ], "count": 1, "duration": [ - 38 + 61 ] }, { @@ -59995,7 +59995,7 @@ ], "count": 1, "duration": [ - 109 + 28 ] }, { @@ -60007,7 +60007,7 @@ ], "count": 1, "duration": [ - 67 + 10 ] }, { @@ -60018,7 +60018,7 @@ ], "count": 1, "duration": [ - 66 + 100 ] }, { @@ -60030,7 +60030,7 @@ ], "count": 1, "duration": [ - 156 + 13 ] }, { @@ -60042,7 +60042,7 @@ ], "count": 1, "duration": [ - 51 + 18 ] }, { @@ -60053,7 +60053,7 @@ ], "count": 1, "duration": [ - 54 + 217 ] }, { @@ -60065,7 +60065,7 @@ ], "count": 1, "duration": [ - 277 + 12 ] }, { @@ -60077,7 +60077,7 @@ ], "count": 1, "duration": [ - 38 + 14 ] }, { @@ -60088,7 +60088,7 @@ ], "count": 1, "duration": [ - 40 + 48 ] }, { @@ -60100,7 +60100,7 @@ ], "count": 1, "duration": [ - 98 + 11 ] }, { @@ -60112,7 +60112,7 @@ ], "count": 1, "duration": [ - 41 + 16 ] }, { @@ -60123,7 +60123,7 @@ ], "count": 1, "duration": [ - 43 + 165 ] }, { @@ -60135,7 +60135,7 @@ ], "count": 1, "duration": [ - 222 + 19 ] }, { @@ -60147,7 +60147,7 @@ ], "count": 1, "duration": [ - 49 + 48 ] }, { @@ -60158,7 +60158,7 @@ ], "count": 1, "duration": [ - 53 + 156 ] }, { @@ -60170,7 +60170,7 @@ ], "count": 1, "duration": [ - 282 + 43 ] }, { @@ -60182,7 +60182,7 @@ ], "count": 1, "duration": [ - 78 + 15 ] }, { @@ -60193,7 +60193,7 @@ ], "count": 1, "duration": [ - 98 + 15 ] }, { @@ -60205,7 +60205,7 @@ ], "count": 1, "duration": [ - 393 + 15 ] }, { @@ -60217,7 +60217,7 @@ ], "count": 1, "duration": [ - 24 + 43 ] }, { @@ -60228,7 +60228,7 @@ ], "count": 1, "duration": [ - 30 + 35 ] }, { @@ -60240,7 +60240,7 @@ ], "count": 1, "duration": [ - 60 + 34 ] }, { @@ -60252,7 +60252,7 @@ ], "count": 1, "duration": [ - 39 + 20 ] }, { @@ -60263,7 +60263,7 @@ ], "count": 1, "duration": [ - 42 + 118 ] }, { @@ -60275,7 +60275,7 @@ ], "count": 1, "duration": [ - 161 + 20 ] }, { @@ -60287,7 +60287,7 @@ ], "count": 1, "duration": [ - 76 + 15 ] }, { @@ -60298,7 +60298,7 @@ ], "count": 1, "duration": [ - 88 + 13 ] }, { @@ -60310,7 +60310,7 @@ ], "count": 1, "duration": [ - 273 + 16 ] }, { @@ -60322,7 +60322,7 @@ ], "count": 1, "duration": [ - 72 + 85 ] }, { @@ -60333,7 +60333,7 @@ ], "count": 1, "duration": [ - 80 + 16 ] }, { @@ -60345,7 +60345,7 @@ ], "count": 1, "duration": [ - 616 + 89 ] }, { @@ -60357,7 +60357,7 @@ ], "count": 1, "duration": [ - 85 + 39 ] }, { @@ -60368,7 +60368,7 @@ ], "count": 1, "duration": [ - 88 + 79 ] }, { @@ -60380,7 +60380,7 @@ ], "count": 1, "duration": [ - 313 + 38 ] }, { @@ -60392,7 +60392,7 @@ ], "count": 1, "duration": [ - 33 + 27 ] }, { @@ -60403,7 +60403,7 @@ ], "count": 1, "duration": [ - 33 + 82 ] }, { @@ -60415,7 +60415,7 @@ ], "count": 1, "duration": [ - 145 + 34 ] }, { @@ -60427,7 +60427,7 @@ ], "count": 1, "duration": [ - 53 + 103 ] }, { @@ -60438,7 +60438,7 @@ ], "count": 1, "duration": [ - 53 + 395 ] }, { @@ -60450,7 +60450,7 @@ ], "count": 1, "duration": [ - 372 + 116 ] }, { @@ -60462,7 +60462,7 @@ ], "count": 1, "duration": [ - 28 + 16 ] }, { @@ -60473,7 +60473,7 @@ ], "count": 1, "duration": [ - 31 + 60 ] }, { @@ -60485,7 +60485,7 @@ ], "count": 1, "duration": [ - 108 + 16 ] }, { @@ -60497,7 +60497,7 @@ ], "count": 1, "duration": [ - 29 + 12 ] }, { @@ -60508,7 +60508,7 @@ ], "count": 1, "duration": [ - 32 + 15 ] }, { @@ -60520,7 +60520,7 @@ ], "count": 1, "duration": [ - 44 + 20 ] }, { @@ -60532,7 +60532,7 @@ ], "count": 1, "duration": [ - 32 + 17 ] }, { @@ -60543,7 +60543,7 @@ ], "count": 1, "duration": [ - 35 + 60 ] }, { @@ -60555,7 +60555,7 @@ ], "count": 1, "duration": [ - 128 + 20 ] }, { @@ -60567,7 +60567,7 @@ ], "count": 1, "duration": [ - 157 + 39 ] }, { @@ -60578,7 +60578,7 @@ ], "count": 1, "duration": [ - 268 + 100 ] }, { @@ -60590,7 +60590,7 @@ ], "count": 1, "duration": [ - 992 + 30 ] }, { @@ -60602,7 +60602,7 @@ ], "count": 1, "duration": [ - 27 + 19 ] }, { @@ -60613,7 +60613,7 @@ ], "count": 1, "duration": [ - 29 + 19 ] }, { @@ -60625,7 +60625,7 @@ ], "count": 1, "duration": [ - 44 + 21 ] }, { @@ -60637,7 +60637,7 @@ ], "count": 1, "duration": [ - 41 + 17 ] }, { @@ -60648,7 +60648,7 @@ ], "count": 1, "duration": [ - 47 + 195 ] }, { @@ -60660,7 +60660,7 @@ ], "count": 1, "duration": [ - 237 + 16 ] }, { @@ -60672,7 +60672,7 @@ ], "count": 1, "duration": [ - 46 + 157 ] }, { @@ -60683,7 +60683,7 @@ ], "count": 1, "duration": [ - 45 + 141 ] }, { @@ -60695,7 +60695,7 @@ ], "count": 1, "duration": [ - 672 + 162 ] }, { @@ -60707,7 +60707,7 @@ ], "count": 1, "duration": [ - 28 + 13 ] }, { @@ -60718,7 +60718,7 @@ ], "count": 1, "duration": [ - 25 + 18 ] }, { @@ -60730,7 +60730,7 @@ ], "count": 1, "duration": [ - 33 + 14 ] }, { @@ -60742,7 +60742,7 @@ ], "count": 1, "duration": [ - 37 + 24 ] }, { @@ -60753,7 +60753,7 @@ ], "count": 1, "duration": [ - 40 + 60 ] }, { @@ -60765,7 +60765,7 @@ ], "count": 1, "duration": [ - 88 + 24 ] }, { @@ -60777,7 +60777,7 @@ ], "count": 1, "duration": [ - 108 + 10 ] }, { @@ -60788,7 +60788,7 @@ ], "count": 1, "duration": [ - 121 + 272 ] }, { @@ -60800,7 +60800,7 @@ ], "count": 1, "duration": [ - 241 + 11 ] }, { @@ -60812,7 +60812,7 @@ ], "count": 1, "duration": [ - 75 + 46 ] }, { @@ -60823,7 +60823,7 @@ ], "count": 1, "duration": [ - 78 + 504 ] }, { @@ -60835,7 +60835,7 @@ ], "count": 1, "duration": [ - 378 + 48 ] }, { @@ -60847,7 +60847,7 @@ ], "count": 1, "duration": [ - 59 + 240 ] }, { @@ -60858,7 +60858,7 @@ ], "count": 1, "duration": [ - 64 + 17 ] }, { @@ -60870,7 +60870,7 @@ ], "count": 1, "duration": [ - 777 + 249 ] }, { @@ -60882,7 +60882,7 @@ ], "count": 1, "duration": [ - 113 + 98 ] }, { @@ -60893,7 +60893,7 @@ ], "count": 1, "duration": [ - 120 + 118 ] }, { @@ -60905,7 +60905,7 @@ ], "count": 1, "duration": [ - 676 + 105 ] }, { @@ -60917,7 +60917,7 @@ ], "count": 1, "duration": [ - 34 + 17 ] }, { @@ -60928,7 +60928,7 @@ ], "count": 1, "duration": [ - 45 + 28 ] }, { @@ -60940,7 +60940,7 @@ ], "count": 1, "duration": [ - 122 + 16 ] }, { @@ -60952,7 +60952,7 @@ ], "count": 1, "duration": [ - 45 + 13 ] }, { @@ -60963,7 +60963,7 @@ ], "count": 1, "duration": [ - 46 + 114 ] }, { @@ -60975,7 +60975,7 @@ ], "count": 1, "duration": [ - 139 + 16 ] }, { @@ -60987,7 +60987,7 @@ ], "count": 1, "duration": [ - 30 + 17 ] }, { @@ -60998,7 +60998,7 @@ ], "count": 1, "duration": [ - 34 + 75 ] }, { @@ -61010,7 +61010,7 @@ ], "count": 1, "duration": [ - 119 + 20 ] }, { @@ -61022,7 +61022,7 @@ ], "count": 1, "duration": [ - 78 + 10 ] }, { @@ -61033,7 +61033,7 @@ ], "count": 1, "duration": [ - 85 + 31 ] }, { @@ -61045,7 +61045,7 @@ ], "count": 1, "duration": [ - 176 + 13 ] }, { @@ -61057,7 +61057,7 @@ ], "count": 1, "duration": [ - 29 + 27 ] }, { @@ -61068,7 +61068,7 @@ ], "count": 1, "duration": [ - 34 + 74 ] }, { @@ -61080,7 +61080,7 @@ ], "count": 1, "duration": [ - 129 + 28 ] }, { @@ -61092,7 +61092,7 @@ ], "count": 1, "duration": [ - 26 + 17 ] }, { @@ -61103,7 +61103,7 @@ ], "count": 1, "duration": [ - 27 + 24 ] }, { @@ -61115,7 +61115,7 @@ ], "count": 1, "duration": [ - 42 + 14 ] }, { @@ -61127,7 +61127,7 @@ ], "count": 1, "duration": [ - 59 + 11 ] }, { @@ -61138,7 +61138,7 @@ ], "count": 1, "duration": [ - 61 + 183 ] }, { @@ -61150,7 +61150,7 @@ ], "count": 1, "duration": [ - 215 + 15 ] }, { @@ -61162,7 +61162,7 @@ ], "count": 1, "duration": [ - 102 + 232 ] }, { @@ -61173,7 +61173,7 @@ ], "count": 1, "duration": [ - 110 + 102 ] }, { @@ -61185,7 +61185,7 @@ ], "count": 1, "duration": [ - 698 + 238 ] }, { @@ -61197,7 +61197,7 @@ ], "count": 1, "duration": [ - 32 + 35 ] }, { @@ -61208,7 +61208,7 @@ ], "count": 1, "duration": [ - 33 + 39 ] }, { @@ -61220,7 +61220,7 @@ ], "count": 1, "duration": [ - 55 + 35 ] }, { @@ -61232,7 +61232,7 @@ ], "count": 1, "duration": [ - 67 + 95 ] }, { @@ -61243,7 +61243,7 @@ ], "count": 1, "duration": [ - 66 + 60 ] }, { @@ -61255,7 +61255,7 @@ ], "count": 1, "duration": [ - 657 + 96 ] }, { @@ -61267,7 +61267,7 @@ ], "count": 1, "duration": [ - 24 + 94 ] }, { @@ -61278,7 +61278,7 @@ ], "count": 1, "duration": [ - 21 + 84 ] }, { @@ -61290,7 +61290,7 @@ ], "count": 1, "duration": [ - 141 + 83 ] }, { @@ -61302,7 +61302,7 @@ ], "count": 1, "duration": [ - 40 + 59 ] }, { @@ -61313,7 +61313,7 @@ ], "count": 1, "duration": [ - 40 + 61 ] }, { @@ -61325,7 +61325,7 @@ ], "count": 1, "duration": [ - 506 + 64 ] }, { @@ -61337,7 +61337,7 @@ ], "count": 1, "duration": [ - 23 + 18 ] }, { @@ -61348,7 +61348,7 @@ ], "count": 1, "duration": [ - 25 + 16 ] }, { @@ -61360,7 +61360,7 @@ ], "count": 1, "duration": [ - 26 + 20 ] }, { @@ -61372,7 +61372,7 @@ ], "count": 1, "duration": [ - 71 + 16 ] }, { @@ -61383,7 +61383,7 @@ ], "count": 1, "duration": [ - 94 + 13 ] }, { @@ -61395,7 +61395,7 @@ ], "count": 1, "duration": [ - 204 + 11 ] }, { @@ -61407,7 +61407,7 @@ ], "count": 1, "duration": [ - 28 + 40 ] }, { @@ -61418,7 +61418,7 @@ ], "count": 1, "duration": [ - 27 + 38 ] }, { @@ -61430,7 +61430,7 @@ ], "count": 1, "duration": [ - 63 + 37 ] }, { @@ -61442,7 +61442,7 @@ ], "count": 1, "duration": [ - 42 + 111 ] }, { @@ -61453,7 +61453,7 @@ ], "count": 1, "duration": [ - 38 + 322 ] }, { @@ -61465,7 +61465,7 @@ ], "count": 1, "duration": [ - 309 + 114 ] }, { @@ -61477,7 +61477,7 @@ ], "count": 1, "duration": [ - 39 + 379 ] }, { @@ -61488,7 +61488,7 @@ ], "count": 1, "duration": [ - 42 + 387 ] }, { @@ -61500,7 +61500,7 @@ ], "count": 1, "duration": [ - 354 + 355 ] }, { @@ -61512,7 +61512,7 @@ ], "count": 1, "duration": [ - 40 + 297 ] }, { @@ -61523,7 +61523,7 @@ ], "count": 1, "duration": [ - 43 + 303 ] }, { @@ -61535,7 +61535,7 @@ ], "count": 1, "duration": [ - 345 + 300 ] }, { @@ -61547,7 +61547,7 @@ ], "count": 1, "duration": [ - 71 + 223 ] }, { @@ -61558,7 +61558,7 @@ ], "count": 1, "duration": [ - 70 + 184 ] }, { @@ -61570,7 +61570,7 @@ ], "count": 1, "duration": [ - 1329 + 209 ] }, { @@ -61582,7 +61582,7 @@ ], "count": 1, "duration": [ - 25 + 23 ] }, { @@ -61593,7 +61593,7 @@ ], "count": 1, "duration": [ - 28 + 30 ] }, { @@ -61605,7 +61605,7 @@ ], "count": 1, "duration": [ - 50 + 20 ] }, { @@ -61617,7 +61617,7 @@ ], "count": 1, "duration": [ - 26 + 23 ] }, { @@ -61628,7 +61628,7 @@ ], "count": 1, "duration": [ - 28 + 20 ] }, { @@ -61640,7 +61640,7 @@ ], "count": 1, "duration": [ - 51 + 20 ] }, { @@ -61652,7 +61652,7 @@ ], "count": 1, "duration": [ - 100 + 22 ] }, { @@ -61663,7 +61663,7 @@ ], "count": 1, "duration": [ - 102 + 746 ] }, { @@ -61675,7 +61675,7 @@ ], "count": 1, "duration": [ - 453 + 28 ] }, { @@ -61687,7 +61687,7 @@ ], "count": 1, "duration": [ - 116 + 99 ] }, { @@ -61698,7 +61698,7 @@ ], "count": 1, "duration": [ - 158 + 20 ] }, { @@ -61710,7 +61710,7 @@ ], "count": 1, "duration": [ - 644 + 101 ] }, { @@ -61722,7 +61722,7 @@ ], "count": 1, "duration": [ - 50 + 89 ] }, { @@ -61733,7 +61733,7 @@ ], "count": 1, "duration": [ - 51 + 287 ] }, { @@ -61745,7 +61745,7 @@ ], "count": 1, "duration": [ - 327 + 95 ] }, { @@ -61757,7 +61757,7 @@ ], "count": 1, "duration": [ - 180 + 15 ] }, { @@ -61768,7 +61768,7 @@ ], "count": 1, "duration": [ - 211 + 219 ] }, { @@ -61780,7 +61780,7 @@ ], "count": 1, "duration": [ - 374 + 15 ] }, { @@ -61792,7 +61792,7 @@ ], "count": 1, "duration": [ - 24 + 16 ] }, { @@ -61803,7 +61803,7 @@ ], "count": 1, "duration": [ - 30 + 24 ] }, { @@ -61815,7 +61815,7 @@ ], "count": 1, "duration": [ - 40 + 24 ] }, { @@ -61827,7 +61827,7 @@ ], "count": 1, "duration": [ - 60 + 17 ] }, { @@ -61838,7 +61838,7 @@ ], "count": 1, "duration": [ - 60 + 46 ] }, { @@ -61850,7 +61850,7 @@ ], "count": 1, "duration": [ - 203 + 14 ] }, { @@ -61862,7 +61862,7 @@ ], "count": 1, "duration": [ - 43 + 17 ] }, { @@ -61873,7 +61873,7 @@ ], "count": 1, "duration": [ - 44 + 121 ] }, { @@ -61885,7 +61885,7 @@ ], "count": 1, "duration": [ - 186 + 14 ] }, { @@ -61897,7 +61897,7 @@ ], "count": 1, "duration": [ - 38 + 11 ] }, { @@ -61908,7 +61908,7 @@ ], "count": 1, "duration": [ - 46 + 39 ] }, { @@ -61920,7 +61920,7 @@ ], "count": 1, "duration": [ - 210 + 14 ] }, { @@ -61932,7 +61932,7 @@ ], "count": 1, "duration": [ - 28 + 15 ] }, { @@ -61943,7 +61943,7 @@ ], "count": 1, "duration": [ - 23 + 20 ] }, { @@ -61955,7 +61955,7 @@ ], "count": 1, "duration": [ - 38 + 12 ] }, { @@ -61967,7 +61967,7 @@ ], "count": 1, "duration": [ - 75 + 141 ] }, { @@ -61978,7 +61978,7 @@ ], "count": 1, "duration": [ - 87 + 20 ] }, { @@ -61990,7 +61990,7 @@ ], "count": 1, "duration": [ - 671 + 141 ] }, { @@ -62002,7 +62002,7 @@ ], "count": 1, "duration": [ - 36 + 11 ] }, { @@ -62013,7 +62013,7 @@ ], "count": 1, "duration": [ - 46 + 14 ] }, { @@ -62025,7 +62025,7 @@ ], "count": 1, "duration": [ - 124 + 12 ] }, { @@ -62037,7 +62037,7 @@ ], "count": 1, "duration": [ - 37 + 388 ] }, { @@ -62048,7 +62048,7 @@ ], "count": 1, "duration": [ - 45 + 381 ] }, { @@ -62060,7 +62060,7 @@ ], "count": 1, "duration": [ - 409 + 380 ] }, { @@ -62072,7 +62072,7 @@ ], "count": 1, "duration": [ - 598 + 297 ] }, { @@ -62083,7 +62083,7 @@ ], "count": 1, "duration": [ - 665 + 105 ] }, { @@ -62095,7 +62095,7 @@ ], "count": 1, "duration": [ - 1121 + 292 ] }, { @@ -62107,7 +62107,7 @@ ], "count": 1, "duration": [ - 23 + 24 ] }, { @@ -62118,7 +62118,7 @@ ], "count": 1, "duration": [ - 25 + 20 ] }, { @@ -62130,7 +62130,7 @@ ], "count": 1, "duration": [ - 40 + 25 ] }, { @@ -62142,7 +62142,7 @@ ], "count": 1, "duration": [ - 35 + 21 ] }, { @@ -62153,7 +62153,7 @@ ], "count": 1, "duration": [ - 40 + 103 ] }, { @@ -62165,7 +62165,7 @@ ], "count": 1, "duration": [ - 173 + 22 ] }, { @@ -62177,7 +62177,7 @@ ], "count": 1, "duration": [ - 49 + 17 ] }, { @@ -62188,7 +62188,7 @@ ], "count": 1, "duration": [ - 53 + 20 ] }, { @@ -62200,7 +62200,7 @@ ], "count": 1, "duration": [ - 210 + 17 ] }, { @@ -62212,7 +62212,7 @@ ], "count": 1, "duration": [ - 37 + 11 ] }, { @@ -62223,7 +62223,7 @@ ], "count": 1, "duration": [ - 46 + 16 ] }, { @@ -62235,7 +62235,7 @@ ], "count": 1, "duration": [ - 1170 + 14 ] }, { @@ -62247,7 +62247,7 @@ ], "count": 1, "duration": [ - 40 + 51 ] }, { @@ -62258,7 +62258,7 @@ ], "count": 1, "duration": [ - 46 + 54 ] }, { @@ -62270,7 +62270,7 @@ ], "count": 1, "duration": [ - 143 + 62 ] }, { @@ -62282,7 +62282,7 @@ ], "count": 1, "duration": [ - 31 + 46 ] }, { @@ -62293,7 +62293,7 @@ ], "count": 1, "duration": [ - 34 + 54 ] }, { @@ -62305,7 +62305,7 @@ ], "count": 1, "duration": [ - 84 + 41 ] }, { @@ -62317,7 +62317,7 @@ ], "count": 1, "duration": [ - 23 + 19 ] }, { @@ -62328,7 +62328,7 @@ ], "count": 1, "duration": [ - 26 + 18 ] }, { @@ -62340,7 +62340,7 @@ ], "count": 1, "duration": [ - 61 + 20 ] }, { @@ -62352,7 +62352,7 @@ ], "count": 1, "duration": [ - 29 + 45 ] }, { @@ -62363,7 +62363,7 @@ ], "count": 1, "duration": [ - 30 + 77 ] }, { @@ -62375,7 +62375,7 @@ ], "count": 1, "duration": [ - 135 + 43 ] }, { @@ -62387,7 +62387,7 @@ ], "count": 1, "duration": [ - 36 + 21 ] }, { @@ -62398,7 +62398,7 @@ ], "count": 1, "duration": [ - 35 + 22 ] }, { @@ -62410,7 +62410,7 @@ ], "count": 1, "duration": [ - 61 + 26 ] }, { @@ -62422,7 +62422,7 @@ ], "count": 1, "duration": [ - 104 + 14 ] }, { @@ -62433,7 +62433,7 @@ ], "count": 1, "duration": [ - 100 + 33 ] }, { @@ -62445,7 +62445,7 @@ ], "count": 1, "duration": [ - 354 + 13 ] }, { @@ -62457,7 +62457,7 @@ ], "count": 1, "duration": [ - 81 + 203 ] }, { @@ -62468,7 +62468,7 @@ ], "count": 1, "duration": [ - 85 + 380 ] }, { @@ -62480,7 +62480,7 @@ ], "count": 1, "duration": [ - 629 + 199 ] }, { @@ -62492,7 +62492,7 @@ ], "count": 1, "duration": [ - 63 + 15 ] }, { @@ -62503,7 +62503,7 @@ ], "count": 1, "duration": [ - 67 + 16 ] }, { @@ -62515,7 +62515,7 @@ ], "count": 1, "duration": [ - 240 + 17 ] }, { @@ -62527,7 +62527,7 @@ ], "count": 1, "duration": [ - 51 + 10 ] }, { @@ -62538,7 +62538,7 @@ ], "count": 1, "duration": [ - 57 + 12 ] }, { @@ -62550,7 +62550,7 @@ ], "count": 1, "duration": [ - 143 + 12 ] }, { @@ -62562,7 +62562,7 @@ ], "count": 1, "duration": [ - 39 + 20 ] }, { @@ -62573,7 +62573,7 @@ ], "count": 1, "duration": [ - 41 + 15 ] }, { @@ -62585,7 +62585,7 @@ ], "count": 1, "duration": [ - 182 + 23 ] }, { @@ -62597,7 +62597,7 @@ ], "count": 1, "duration": [ - 190 + 16 ] }, { @@ -62608,7 +62608,7 @@ ], "count": 1, "duration": [ - 198 + 143 ] }, { @@ -62620,7 +62620,7 @@ ], "count": 1, "duration": [ - 614 + 19 ] }, { @@ -62632,7 +62632,7 @@ ], "count": 1, "duration": [ - 42 + 56 ] }, { @@ -62643,7 +62643,7 @@ ], "count": 1, "duration": [ - 43 + 52 ] }, { @@ -62655,7 +62655,7 @@ ], "count": 1, "duration": [ - 211 + 44 ] }, { @@ -62667,7 +62667,7 @@ ], "count": 1, "duration": [ - 40 + 13 ] }, { @@ -62678,7 +62678,7 @@ ], "count": 1, "duration": [ - 44 + 24 ] }, { @@ -62690,7 +62690,7 @@ ], "count": 1, "duration": [ - 103 + 11 ] }, { @@ -62702,7 +62702,7 @@ ], "count": 1, "duration": [ - 31 + 27 ] }, { @@ -62713,7 +62713,7 @@ ], "count": 1, "duration": [ - 34 + 44 ] }, { @@ -62725,7 +62725,7 @@ ], "count": 1, "duration": [ - 66 + 31 ] }, { @@ -62737,7 +62737,7 @@ ], "count": 1, "duration": [ - 51 + 13 ] }, { @@ -62748,7 +62748,7 @@ ], "count": 1, "duration": [ - 50 + 71 ] }, { @@ -62760,7 +62760,7 @@ ], "count": 1, "duration": [ - 127 + 16 ] }, { @@ -62772,7 +62772,7 @@ ], "count": 1, "duration": [ - 30 + 16 ] }, { @@ -62783,7 +62783,7 @@ ], "count": 1, "duration": [ - 45 + 85 ] }, { @@ -62795,7 +62795,7 @@ ], "count": 1, "duration": [ - 128 + 20 ] }, { @@ -62807,7 +62807,7 @@ ], "count": 1, "duration": [ - 34 + 14 ] }, { @@ -62818,7 +62818,7 @@ ], "count": 1, "duration": [ - 40 + 13 ] }, { @@ -62830,7 +62830,7 @@ ], "count": 1, "duration": [ - 63 + 11 ] }, { @@ -62842,7 +62842,7 @@ ], "count": 1, "duration": [ - 40 + 73 ] }, { @@ -62853,7 +62853,7 @@ ], "count": 1, "duration": [ - 44 + 61 ] }, { @@ -62865,7 +62865,7 @@ ], "count": 1, "duration": [ - 310 + 77 ] }, { @@ -62877,7 +62877,7 @@ ], "count": 1, "duration": [ - 116 + 19 ] }, { @@ -62888,7 +62888,7 @@ ], "count": 1, "duration": [ - 136 + 64 ] }, { @@ -62900,7 +62900,7 @@ ], "count": 1, "duration": [ - 473 + 20 ] }, { @@ -62912,7 +62912,7 @@ ], "count": 1, "duration": [ - 34 + 187 ] }, { @@ -62923,7 +62923,7 @@ ], "count": 1, "duration": [ - 27 + 368 ] }, { @@ -62935,7 +62935,7 @@ ], "count": 1, "duration": [ - 411 + 193 ] }, { @@ -62947,7 +62947,7 @@ ], "count": 1, "duration": [ - 44 + 14 ] }, { @@ -62958,7 +62958,7 @@ ], "count": 1, "duration": [ - 50 + 109 ] }, { @@ -62970,7 +62970,7 @@ ], "count": 1, "duration": [ - 146 + 15 ] }, { @@ -62982,7 +62982,7 @@ ], "count": 1, "duration": [ - 56 + 11 ] }, { @@ -62993,7 +62993,7 @@ ], "count": 1, "duration": [ - 63 + 42 ] }, { @@ -63005,7 +63005,7 @@ ], "count": 1, "duration": [ - 133 + 14 ] }, { @@ -63017,7 +63017,7 @@ ], "count": 1, "duration": [ - 36 + 15 ] }, { @@ -63028,7 +63028,7 @@ ], "count": 1, "duration": [ - 38 + 46 ] }, { @@ -63040,7 +63040,7 @@ ], "count": 1, "duration": [ - 73 + 17 ] }, { @@ -63052,7 +63052,7 @@ ], "count": 1, "duration": [ - 72 + 519 ] }, { @@ -63063,7 +63063,7 @@ ], "count": 1, "duration": [ - 74 + 475 ] }, { @@ -63075,7 +63075,7 @@ ], "count": 1, "duration": [ - 1273 + 539 ] }, { @@ -63085,7 +63085,7 @@ ], "count": 1, "duration": [ - 4368 + 3200 ] }, { @@ -63096,7 +63096,7 @@ ], "count": 1, "duration": [ - 1293 + 693 ] }, { @@ -63107,7 +63107,7 @@ ], "count": 1, "duration": [ - 1873 + 254 ] }, { @@ -63118,7 +63118,7 @@ ], "count": 1, "duration": [ - 2550 + 696 ] } ] diff --git a/web/build/results.json b/web/build/results.json deleted file mode 100644 index 742623b..0000000 --- a/web/build/results.json +++ /dev/null @@ -1,63126 +0,0 @@ -{ - "TOP_10": { - "tantivy-0.22": [ - { - "query": "the", - "tags": [ - "term" - ], - "count": 1, - "duration": [ - 157 - ] - }, - { - "query": "+griffith +observatory", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"griffith observatory\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "griffith observatory", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+bowel +obstruction", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"bowel obstruction\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "bowel obstruction", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "+vicenza +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"vicenza italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "vicenza italy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "+digital +scanning", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"digital scanning\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "digital scanning", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "+plus +size +clothing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"plus size clothing\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "plus size clothing", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 110 - ] - }, - { - "query": "+borders +books", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"borders books\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "borders books", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "+american +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "\"american funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "american funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 124 - ] - }, - { - "query": "+scottsdale +az", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"scottsdale az\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "scottsdale az", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+wisconsin +attorney +general", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"wisconsin attorney general\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "wisconsin attorney general", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 142 - ] - }, - { - "query": "+the +english +restoration", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 106 - ] - }, - { - "query": "\"the english restoration\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 115 - ] - }, - { - "query": "the english restoration", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 296 - ] - }, - { - "query": "+freelance +work", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"freelance work\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "freelance work", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "+french +culinary +institute", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"french culinary institute\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "french culinary institute", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 186 - ] - }, - { - "query": "+color +combinations", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"color combinations\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "color combinations", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "+italian +translation", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"italian translation\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "italian translation", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "+milwaukee +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"milwaukee newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "milwaukee newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "+robert +green +ingersoll", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"robert green ingersoll\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "robert green ingersoll", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 131 - ] - }, - { - "query": "+omaha +symphony", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"omaha symphony\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "omaha symphony", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "+body +painting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "\"body painting\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "body painting", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 92 - ] - }, - { - "query": "+who +dares +wins", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"who dares wins\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "who dares wins", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 189 - ] - }, - { - "query": "+west +palm +beach +florida", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "\"west palm beach florida\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "west palm beach florida", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 209 - ] - }, - { - "query": "+stone +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "\"stone mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "stone mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 106 - ] - }, - { - "query": "+san +francisco", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "\"san francisco\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 160 - ] - }, - { - "query": "san francisco", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 92 - ] - }, - { - "query": "+ford +modeling +agency", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"ford modeling agency\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "ford modeling agency", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "+glass +works", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "\"glass works\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "glass works", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "+personal +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"personal loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "personal loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "+texas +state +legislature", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"texas state legislature\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "texas state legislature", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "+spiritual +warfare", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"spiritual warfare\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "spiritual warfare", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+georgia +public +broadcasting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "\"georgia public broadcasting\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "georgia public broadcasting", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 161 - ] - }, - { - "query": "+graffiti +art", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"graffiti art\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "graffiti art", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "+texas +death +row", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "\"texas death row\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "texas death row", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 169 - ] - }, - { - "query": "+catholic +answers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"catholic answers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "catholic answers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "+interest +only", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 147 - ] - }, - { - "query": "\"interest only\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 218 - ] - }, - { - "query": "interest only", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 181 - ] - }, - { - "query": "+region +iv", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"region iv\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "region iv", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "+army +reserve", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "\"army reserve\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "army reserve", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "+chicken +coop", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"chicken coop\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "chicken coop", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+people +having +sex", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "\"people having sex\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "people having sex", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 265 - ] - }, - { - "query": "+new +york +population", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 164 - ] - }, - { - "query": "\"new york population\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 174 - ] - }, - { - "query": "new york population", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 429 - ] - }, - { - "query": "+most +improved +player", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "\"most improved player\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "most improved player", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 328 - ] - }, - { - "query": "+ear +ache", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"ear ache\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "ear ache", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+mercury +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"mercury insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "mercury insurance", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "+battle +of +the +bulge", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "\"battle of the bulge\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "battle of the bulge", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 540 - ] - }, - { - "query": "+secretary +of +state", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 259 - ] - }, - { - "query": "\"secretary of state\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 388 - ] - }, - { - "query": "secretary of state", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 351 - ] - }, - { - "query": "+third +trimester", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"third trimester\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "third trimester", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 110 - ] - }, - { - "query": "+hempstead +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"hempstead new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "hempstead new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 260 - ] - }, - { - "query": "+university +of +washington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 267 - ] - }, - { - "query": "\"university of washington\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 372 - ] - }, - { - "query": "university of washington", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 375 - ] - }, - { - "query": "+japan +airlines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"japan airlines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "japan airlines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "+freedom +tower", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"freedom tower\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "freedom tower", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "+virginia +usa", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "\"virginia usa\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "virginia usa", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "+kasota +stone", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"kasota stone\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "kasota stone", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+intramuscular +injections", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"intramuscular injections\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "intramuscular injections", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "+jesus +as +a +child", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 92 - ] - }, - { - "query": "\"jesus as a child\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 99 - ] - }, - { - "query": "jesus as a child", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 493 - ] - }, - { - "query": "+montessori +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"montessori schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "montessori schools", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "+oxford +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"oxford dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "oxford dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+state +of +louisiana", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 126 - ] - }, - { - "query": "\"state of louisiana\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 137 - ] - }, - { - "query": "state of louisiana", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 282 - ] - }, - { - "query": "+penny +stocks", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"penny stocks\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "penny stocks", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+cured +of +cancer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"cured of cancer\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "cured of cancer", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 280 - ] - }, - { - "query": "+lord +of +the +rings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"lord of the rings\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "lord of the rings", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 548 - ] - }, - { - "query": "+helen +of +troy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"helen of troy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "helen of troy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 254 - ] - }, - { - "query": "+long +legs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"long legs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "long legs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "+sore +muscles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"sore muscles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "sore muscles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+connecticut +post", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "\"connecticut post\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "connecticut post", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "+danbury +ct", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"danbury ct\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "danbury ct", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+chicago +bulls", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"chicago bulls\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "chicago bulls", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+child +support", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 99 - ] - }, - { - "query": "\"child support\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "child support", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "+iq +scores", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"iq scores\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "iq scores", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+philadelphia +phillies", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"philadelphia phillies\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "philadelphia phillies", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "+trans +siberian +orchestra", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"trans siberian orchestra\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "trans siberian orchestra", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "+naomi +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"naomi wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "naomi wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+montgomery +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"montgomery college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "montgomery college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 109 - ] - }, - { - "query": "+belcourt +castle", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"belcourt castle\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "belcourt castle", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+binghamton +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"binghamton new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "binghamton new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 243 - ] - }, - { - "query": "+tallest +trees +in +the +world", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "\"tallest trees in the world\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "tallest trees in the world", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 495 - ] - }, - { - "query": "+reading +museum", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"reading museum\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "reading museum", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "+merry +christmas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"merry christmas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "merry christmas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+flow +meter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"flow meter\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "flow meter", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+famous +quotes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"famous quotes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "famous quotes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "+georgian +architecture", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"georgian architecture\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "georgian architecture", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+prayer +times", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"prayer times\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "prayer times", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "+columbia +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "\"columbia university\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 159 - ] - }, - { - "query": "columbia university", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "+fluid +power", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"fluid power\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "fluid power", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "+american +south", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 329 - ] - }, - { - "query": "\"american south\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 457 - ] - }, - { - "query": "american south", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 398 - ] - }, - { - "query": "+international +baseball", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 81 - ] - }, - { - "query": "\"international baseball\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "international baseball", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "+ace +frehley", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"ace frehley\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "ace frehley", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "+the +globe +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"the globe newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "the globe newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 315 - ] - }, - { - "query": "+decorative +windows", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"decorative windows\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "decorative windows", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+ancient +egypt", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"ancient egypt\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "ancient egypt", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "+american +academy +of +child +and +adolescent +psychiatry", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"american academy of child and adolescent psychiatry\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "american academy of child and adolescent psychiatry", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 804 - ] - }, - { - "query": "+york +photo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "\"york photo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "york photo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 81 - ] - }, - { - "query": "+good +luck", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"good luck\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "good luck", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "+world +bank +president", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 140 - ] - }, - { - "query": "\"world bank president\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 151 - ] - }, - { - "query": "world bank president", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 363 - ] - }, - { - "query": "+jonathan +daniel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"jonathan daniel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "jonathan daniel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "+clothing +optional", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"clothing optional\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "clothing optional", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+xena +warrior +princess", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"xena warrior princess\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "xena warrior princess", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+time +for +kids", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 119 - ] - }, - { - "query": "\"time for kids\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 121 - ] - }, - { - "query": "time for kids", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 285 - ] - }, - { - "query": "+tom +welling", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"tom welling\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "tom welling", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "+elliott +smith", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"elliott smith\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "elliott smith", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+heart +disease", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "\"heart disease\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "heart disease", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "+st +petersburg +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "\"st petersburg high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 104 - ] - }, - { - "query": "st petersburg high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 491 - ] - }, - { - "query": "+fatherless +children", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"fatherless children\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "fatherless children", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 110 - ] - }, - { - "query": "+hotel +del +coronado", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"hotel del coronado\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "hotel del coronado", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "+law +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"law dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "law dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "+anderson +hospital", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"anderson hospital\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "anderson hospital", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "+kenosha +wisconsin", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"kenosha wisconsin\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "kenosha wisconsin", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+false +prophets", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"false prophets\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "false prophets", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "+cheap +hotels", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"cheap hotels\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "cheap hotels", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "+walk +the +line", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "\"walk the line\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "walk the line", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 306 - ] - }, - { - "query": "+missy +elliott", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"missy elliott\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "missy elliott", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "+portrait +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"portrait studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "portrait studio", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "+calvin +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"calvin klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "calvin klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+kitchen +accessories", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"kitchen accessories\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "kitchen accessories", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "+consumer +affairs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"consumer affairs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "consumer affairs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "+adobe +buildings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"adobe buildings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "adobe buildings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+national +book +award", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "\"national book award\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 204 - ] - }, - { - "query": "national book award", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 404 - ] - }, - { - "query": "+back +surgery", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "\"back surgery\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "back surgery", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "+mid +continent +airport", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"mid continent airport\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "mid continent airport", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 117 - ] - }, - { - "query": "+developmental +delays", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"developmental delays\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "developmental delays", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+elise +neal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"elise neal\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "elise neal", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+canadian +real +estate", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "\"canadian real estate\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "canadian real estate", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 177 - ] - }, - { - "query": "+barrett +jackson", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"barrett jackson\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "barrett jackson", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+bmw +engines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"bmw engines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "bmw engines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+john +donne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"john donne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "john donne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 103 - ] - }, - { - "query": "+evening +wear", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"evening wear\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "evening wear", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+toxic +encephalopathy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"toxic encephalopathy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "toxic encephalopathy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+critical +care +nurse", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"critical care nurse\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "critical care nurse", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 116 - ] - }, - { - "query": "+the +breakfast +club", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"the breakfast club\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "the breakfast club", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 343 - ] - }, - { - "query": "+lost +episode", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "\"lost episode\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "lost episode", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "+seal +pictures", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"seal pictures\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "seal pictures", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "+critical +care +medicine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"critical care medicine\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "critical care medicine", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 167 - ] - }, - { - "query": "+hurricane +wilma", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"hurricane wilma\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "hurricane wilma", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+john +wilkes +booth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"john wilkes booth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "john wilkes booth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "+sesame +street", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"sesame street\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "sesame street", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "+ellen +degeneres +show", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"ellen degeneres show\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "ellen degeneres show", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "+jaguar +x +type", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"jaguar x type\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "jaguar x type", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 114 - ] - }, - { - "query": "+the +movement", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 250 - ] - }, - { - "query": "\"the movement\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 745 - ] - }, - { - "query": "the movement", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 335 - ] - }, - { - "query": "+sarah +fisher", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"sarah fisher\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "sarah fisher", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+dexter +michigan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"dexter michigan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "dexter michigan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "+little +brown +jug", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"little brown jug\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "little brown jug", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 139 - ] - }, - { - "query": "+books +on +cd", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "\"books on cd\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "books on cd", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 290 - ] - }, - { - "query": "+carolyn +jones", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"carolyn jones\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "carolyn jones", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+aishwarya +rai", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"aishwarya rai\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "aishwarya rai", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "+trendy +clothes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"trendy clothes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "trendy clothes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+weather +underground", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"weather underground\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "weather underground", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "+mercedes +benz", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"mercedes benz\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "mercedes benz", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+analog +computer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"analog computer\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "analog computer", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "+pump +it +up", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "\"pump it up\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "pump it up", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 458 - ] - }, - { - "query": "+food +carts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"food carts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "food carts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "+graduate +management +admission +test", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"graduate management admission test\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "graduate management admission test", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 215 - ] - }, - { - "query": "+big +boss +man", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"big boss man\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "big boss man", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 171 - ] - }, - { - "query": "+gun +magazines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"gun magazines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "gun magazines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "+bankruptcy +laws", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"bankruptcy laws\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "bankruptcy laws", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+antonio +cromartie", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"antonio cromartie\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "antonio cromartie", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+sky +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"sky news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "sky news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "+phone +cases", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"phone cases\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "phone cases", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "+the +incredibles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"the incredibles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "the incredibles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 670 - ] - }, - { - "query": "+padre +island", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"padre island\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "padre island", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "+worcester +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"worcester state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "worcester state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 332 - ] - }, - { - "query": "+little +cars", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"little cars\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "little cars", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "+jefferson +davis +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "\"jefferson davis high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "jefferson davis high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 316 - ] - }, - { - "query": "+game +downloads", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"game downloads\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "game downloads", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "+chicken +noodle +soup", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"chicken noodle soup\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "chicken noodle soup", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+music +stands", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "\"music stands\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "music stands", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "+microsoft +frontpage", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"microsoft frontpage\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "microsoft frontpage", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+camp +claiborne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"camp claiborne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "camp claiborne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "+william +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"william wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "william wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+home +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "\"home loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "home loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "+cherry +blossom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"cherry blossom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "cherry blossom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+miami +dade +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"miami dade college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "miami dade college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "+time +in +denver", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "\"time in denver\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "time in denver", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 305 - ] - }, - { - "query": "+naked +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"naked news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "naked news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "+wildlife +photography", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"wildlife photography\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "wildlife photography", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+david +kim", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"david kim\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "david kim", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+printer +ink", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"printer ink\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "printer ink", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+all +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "\"all funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 128 - ] - }, - { - "query": "all funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 127 - ] - }, - { - "query": "+zion +national +park", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"zion national park\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "zion national park", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 258 - ] - }, - { - "query": "+john +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"john klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "john klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "+edith +wharton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"edith wharton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "edith wharton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+times +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 144 - ] - }, - { - "query": "\"times union\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 179 - ] - }, - { - "query": "times union", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 192 - ] - }, - { - "query": "+milan +tennessee", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"milan tennessee\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "milan tennessee", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "+western +herald", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"western herald\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "western herald", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "+care +a +lot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "\"care a lot\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "care a lot", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 331 - ] - }, - { - "query": "+costume +designers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"costume designers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "costume designers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+the +actors +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 81 - ] - }, - { - "query": "\"the actors studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 81 - ] - }, - { - "query": "the actors studio", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 320 - ] - }, - { - "query": "+personal +chef", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"personal chef\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "personal chef", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "+david +koresh", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"david koresh\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "david koresh", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "+bismarck +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"bismarck state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "bismarck state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 343 - ] - }, - { - "query": "+the +oregonian +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"the oregonian newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "the oregonian newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 278 - ] - }, - { - "query": "+justin +timberlake", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"justin timberlake\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "justin timberlake", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "+hawk +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"hawk mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "hawk mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "+kristanna +loken", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"kristanna loken\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "kristanna loken", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+chicago +teachers +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "\"chicago teachers union\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "chicago teachers union", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 181 - ] - }, - { - "query": "+connecticut +historical +society", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "\"connecticut historical society\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "connecticut historical society", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 176 - ] - }, - { - "query": "+shih +tzu", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"shih tzu\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "shih tzu", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+robert +fuller", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"robert fuller\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "robert fuller", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "+zip +code", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"zip code\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "zip code", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+bass +fishing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"bass fishing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "bass fishing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "+ford +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"ford parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "ford parts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "+automatic +writing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "\"automatic writing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "automatic writing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+roundabout +theatre", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"roundabout theatre\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "roundabout theatre", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "+table +lamps", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"table lamps\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "table lamps", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "+the +garden +of +eden", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"the garden of eden\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "the garden of eden", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 473 - ] - }, - { - "query": "+immigration +to +mexico", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"immigration to mexico\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "immigration to mexico", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 280 - ] - }, - { - "query": "+the +daily +breeze", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"the daily breeze\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "the daily breeze", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 301 - ] - }, - { - "query": "+debra +jo +rupp", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"debra jo rupp\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "debra jo rupp", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "+term +life +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "\"term life insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "term life insurance", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 228 - ] - }, - { - "query": "+tennis +elbow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"tennis elbow\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "tennis elbow", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+kidney +transplant", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"kidney transplant\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "kidney transplant", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+us +coast +guard", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "\"us coast guard\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "us coast guard", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 197 - ] - }, - { - "query": "+car +stereo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"car stereo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "car stereo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "+playa +del +rey", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"playa del rey\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "playa del rey", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+domain +names", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"domain names\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "domain names", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "+premier +wine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"premier wine\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "premier wine", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "+too +faced", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"too faced\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "too faced", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "+avon +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"avon school\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "avon school", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 119 - ] - }, - { - "query": "+jungle +boy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"jungle boy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "jungle boy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+ventura +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"ventura college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "ventura college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "+kansas +city +kings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"kansas city kings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "kansas city kings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 143 - ] - }, - { - "query": "+new +haven", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "\"new haven\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "new haven", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 131 - ] - }, - { - "query": "+ron +keel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"ron keel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "ron keel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "+business +consultants", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"business consultants\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "business consultants", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "+open +source +software", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "\"open source software\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "open source software", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 168 - ] - }, - { - "query": "+ambassador +of +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "\"ambassador of italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "ambassador of italy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 275 - ] - }, - { - "query": "+los +angeles +daily +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "\"los angeles daily news\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "los angeles daily news", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 225 - ] - }, - { - "query": "+napa +auto +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"napa auto parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "napa auto parts", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+law +school +rankings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"law school rankings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "law school rankings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 248 - ] - }, - { - "query": "+hsbc +bank", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"hsbc bank\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "hsbc bank", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+cognitive +impairment", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"cognitive impairment\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "cognitive impairment", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+mushroom +kingdom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"mushroom kingdom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "mushroom kingdom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "+the +progressive", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 139 - ] - }, - { - "query": "\"the progressive\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 259 - ] - }, - { - "query": "the progressive", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 267 - ] - }, - { - "query": "+mood +swings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"mood swings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "mood swings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+ugly +people", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"ugly people\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "ugly people", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "+little +shop +of +horrors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"little shop of horrors\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "little shop of horrors", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 337 - ] - }, - { - "query": "+abilene +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"abilene tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "abilene tx", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "+internet +fraud", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"internet fraud\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "internet fraud", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "+tv +party", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 103 - ] - }, - { - "query": "\"tv party\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "tv party", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "+new +jersey +police", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "\"new jersey police\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "new jersey police", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 228 - ] - }, - { - "query": "+university +of +akron", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "\"university of akron\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "university of akron", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 374 - ] - }, - { - "query": "+the +news +journal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "\"the news journal\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 121 - ] - }, - { - "query": "the news journal", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 325 - ] - }, - { - "query": "+cartoon +network", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"cartoon network\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "cartoon network", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "+robert +reed", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"robert reed\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "robert reed", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "+interracial +love", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"interracial love\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "interracial love", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "+round +table", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "\"round table\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "round table", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "+low +estrogen", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"low estrogen\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "low estrogen", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "+akron +beacon", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"akron beacon\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "akron beacon", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+john +wellington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"john wellington\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "john wellington", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "+city +in +iran", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "\"city in iran\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 106 - ] - }, - { - "query": "city in iran", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 241 - ] - }, - { - "query": "+corpus +christi +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"corpus christi tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "corpus christi tx", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+becoming +a +widow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "\"becoming a widow\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "becoming a widow", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 316 - ] - }, - { - "query": "+king +kalakaua", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"king kalakaua\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "king kalakaua", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "+centerville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"centerville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "centerville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 352 - ] - }, - { - "query": "+foam +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"foam mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "foam mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "+music +videos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"music videos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "music videos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "+farmers +almanac", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"farmers almanac\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "farmers almanac", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+civil +war +battlefields", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"civil war battlefields\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "civil war battlefields", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 187 - ] - }, - { - "query": "+national +security +cutter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"national security cutter\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "national security cutter", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 173 - ] - }, - { - "query": "+eastern +mennonite +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"eastern mennonite university\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "eastern mennonite university", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 197 - ] - }, - { - "query": "+new +york +times +best +sellers +list", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "\"new york times best sellers list\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "new york times best sellers list", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 972 - ] - }, - { - "query": "+usb +hub", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"usb hub\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "usb hub", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+rob +halford", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"rob halford\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "rob halford", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+new +york +towns", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "\"new york towns\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "new york towns", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 304 - ] - }, - { - "query": "+medal +of +honor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "\"medal of honor\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 149 - ] - }, - { - "query": "medal of honor", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 269 - ] - }, - { - "query": "+hot +springs +south +dakota", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"hot springs south dakota\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "hot springs south dakota", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 173 - ] - }, - { - "query": "+home +business", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 159 - ] - }, - { - "query": "\"home business\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 207 - ] - }, - { - "query": "home business", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 200 - ] - }, - { - "query": "+perfume +bottles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"perfume bottles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "perfume bottles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+old +photos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"old photos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "old photos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "+edith +head", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"edith head\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "edith head", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "+danube +river", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"danube river\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "danube river", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "+bladder +tumor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"bladder tumor\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "bladder tumor", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "+the +british +embassy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "\"the british embassy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "the british embassy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 233 - ] - }, - { - "query": "+human +trafficking", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"human trafficking\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "human trafficking", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "+new +england +aquarium", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"new england aquarium\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "new england aquarium", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 296 - ] - }, - { - "query": "+the +book +of +life", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 551 - ] - }, - { - "query": "\"the book of life\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 653 - ] - }, - { - "query": "the book of life", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 693 - ] - }, - { - "query": "+rolex +watches", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"rolex watches\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "rolex watches", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+water +filters", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"water filters\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "water filters", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "+general +motors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "\"general motors\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "general motors", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "+the +preakness", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"the preakness\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "the preakness", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 485 - ] - }, - { - "query": "+blue +ridge +parkway", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"blue ridge parkway\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "blue ridge parkway", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "+elizabeth +vargas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"elizabeth vargas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "elizabeth vargas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+canon +powershot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"canon powershot\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "canon powershot", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "+air +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"air mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "air mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "+pocket +pc", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"pocket pc\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "pocket pc", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+chicago +public +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "\"chicago public schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 99 - ] - }, - { - "query": "chicago public schools", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 280 - ] - }, - { - "query": "+george +r +brown +convention +center", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 81 - ] - }, - { - "query": "\"george r brown convention center\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "george r brown convention center", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 492 - ] - }, - { - "query": "+warren +county", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "\"warren county\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "warren county", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "+animal +rights", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "\"animal rights\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "animal rights", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "+david +lee +roth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"david lee roth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "david lee roth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 97 - ] - }, - { - "query": "+central +community +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 185 - ] - }, - { - "query": "\"central community college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "central community college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 461 - ] - }, - { - "query": "+power +rangers +ninja +storm", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"power rangers ninja storm\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "power rangers ninja storm", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 114 - ] - }, - { - "query": "+movie +theatres", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"movie theatres\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "movie theatres", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "+canary +bird", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"canary bird\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "canary bird", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+health +literacy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"health literacy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "health literacy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "+david +thornton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"david thornton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "david thornton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "+jamie +murray", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"jamie murray\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "jamie murray", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+boulder +city +nevada", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"boulder city nevada\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "boulder city nevada", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "+united +states +constitution", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 106 - ] - }, - { - "query": "\"united states constitution\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "united states constitution", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 261 - ] - }, - { - "query": "+niceville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"niceville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "niceville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 285 - ] - }, - { - "query": "+sleep +study", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"sleep study\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "sleep study", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "+true +religion", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"true religion\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "true religion", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "+google +satellite", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"google satellite\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "google satellite", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+laborers +international +union +of +north +america", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "\"laborers international union of north america\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "laborers international union of north america", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 989 - ] - }, - { - "query": "+\"the who\" +uk", - "tags": [ - "two-phase-critic" - ], - "count": 1, - "duration": [ - 4361 - ] - }, - { - "query": "+to +be +or +not +to +be", - "tags": [ - "intersection", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1245 - ] - }, - { - "query": "\"to be or not to be\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1873 - ] - }, - { - "query": "to be or not to be", - "tags": [ - "union", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1921 - ] - } - ], - "pizza-engine-0.1": [ - { - "query": "the", - "tags": [ - "term" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "+griffith +observatory", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"griffith observatory\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "griffith observatory", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+bowel +obstruction", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"bowel obstruction\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "bowel obstruction", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+vicenza +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "\"vicenza italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "vicenza italy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+digital +scanning", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"digital scanning\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "digital scanning", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "+plus +size +clothing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"plus size clothing\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "plus size clothing", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "+borders +books", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"borders books\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 97 - ] - }, - { - "query": "borders books", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+american +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"american funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 364 - ] - }, - { - "query": "american funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+scottsdale +az", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "\"scottsdale az\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "scottsdale az", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+wisconsin +attorney +general", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"wisconsin attorney general\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 164 - ] - }, - { - "query": "wisconsin attorney general", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+the +english +restoration", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 106 - ] - }, - { - "query": "\"the english restoration\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "the english restoration", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 112 - ] - }, - { - "query": "+freelance +work", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"freelance work\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "freelance work", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+french +culinary +institute", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"french culinary institute\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "french culinary institute", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+color +combinations", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "\"color combinations\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "color combinations", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+italian +translation", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"italian translation\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "italian translation", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "+milwaukee +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"milwaukee newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "milwaukee newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+robert +green +ingersoll", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "\"robert green ingersoll\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 126 - ] - }, - { - "query": "robert green ingersoll", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 136 - ] - }, - { - "query": "+omaha +symphony", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"omaha symphony\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "omaha symphony", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+body +painting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"body painting\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "body painting", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+who +dares +wins", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 147 - ] - }, - { - "query": "\"who dares wins\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 388 - ] - }, - { - "query": "who dares wins", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 142 - ] - }, - { - "query": "+west +palm +beach +florida", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"west palm beach florida\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "west palm beach florida", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "+stone +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"stone mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "stone mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+san +francisco", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"san francisco\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "san francisco", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+ford +modeling +agency", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"ford modeling agency\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "ford modeling agency", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "+glass +works", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"glass works\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "glass works", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "+personal +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"personal loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "personal loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+texas +state +legislature", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"texas state legislature\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 343 - ] - }, - { - "query": "texas state legislature", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "+spiritual +warfare", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"spiritual warfare\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "spiritual warfare", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+georgia +public +broadcasting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"georgia public broadcasting\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 187 - ] - }, - { - "query": "georgia public broadcasting", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "+graffiti +art", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"graffiti art\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "graffiti art", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+texas +death +row", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"texas death row\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 206 - ] - }, - { - "query": "texas death row", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+catholic +answers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"catholic answers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "catholic answers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "+interest +only", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"interest only\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 493 - ] - }, - { - "query": "interest only", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+region +iv", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"region iv\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "region iv", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+army +reserve", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"army reserve\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "army reserve", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+chicken +coop", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"chicken coop\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "chicken coop", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+people +having +sex", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"people having sex\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 310 - ] - }, - { - "query": "people having sex", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "+new +york +population", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"new york population\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 851 - ] - }, - { - "query": "new york population", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "+most +improved +player", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"most improved player\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "most improved player", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "+ear +ache", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"ear ache\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "ear ache", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+mercury +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"mercury insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "mercury insurance", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+battle +of +the +bulge", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"battle of the bulge\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "battle of the bulge", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "+secretary +of +state", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 239 - ] - }, - { - "query": "\"secretary of state\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "secretary of state", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 228 - ] - }, - { - "query": "+third +trimester", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "\"third trimester\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "third trimester", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "+hempstead +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "\"hempstead new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 374 - ] - }, - { - "query": "hempstead new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "+university +of +washington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 232 - ] - }, - { - "query": "\"university of washington\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "university of washington", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 237 - ] - }, - { - "query": "+japan +airlines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"japan airlines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "japan airlines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+freedom +tower", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"freedom tower\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "freedom tower", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+virginia +usa", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"virginia usa\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "virginia usa", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+kasota +stone", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"kasota stone\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "kasota stone", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+intramuscular +injections", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"intramuscular injections\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "intramuscular injections", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+jesus +as +a +child", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"jesus as a child\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "jesus as a child", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "+montessori +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"montessori schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "montessori schools", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "+oxford +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"oxford dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "oxford dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+state +of +louisiana", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 204 - ] - }, - { - "query": "\"state of louisiana\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "state of louisiana", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "+penny +stocks", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"penny stocks\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "penny stocks", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+cured +of +cancer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"cured of cancer\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "cured of cancer", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+lord +of +the +rings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"lord of the rings\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "lord of the rings", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "+helen +of +troy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"helen of troy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "helen of troy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+long +legs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"long legs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "long legs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+sore +muscles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "\"sore muscles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "sore muscles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "+connecticut +post", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"connecticut post\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "connecticut post", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+danbury +ct", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"danbury ct\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "danbury ct", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+chicago +bulls", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"chicago bulls\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "chicago bulls", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+child +support", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"child support\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "child support", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+iq +scores", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"iq scores\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "iq scores", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "+philadelphia +phillies", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"philadelphia phillies\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "philadelphia phillies", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+trans +siberian +orchestra", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"trans siberian orchestra\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "trans siberian orchestra", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+naomi +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"naomi wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "naomi wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+montgomery +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"montgomery college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "montgomery college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+belcourt +castle", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"belcourt castle\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "belcourt castle", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+binghamton +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"binghamton new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "binghamton new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+tallest +trees +in +the +world", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 258 - ] - }, - { - "query": "\"tallest trees in the world\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 253 - ] - }, - { - "query": "tallest trees in the world", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 251 - ] - }, - { - "query": "+reading +museum", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"reading museum\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 117 - ] - }, - { - "query": "reading museum", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+merry +christmas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"merry christmas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "merry christmas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+flow +meter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"flow meter\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "flow meter", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+famous +quotes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "\"famous quotes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "famous quotes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+georgian +architecture", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "\"georgian architecture\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "georgian architecture", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "+prayer +times", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"prayer times\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "prayer times", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+columbia +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"columbia university\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "columbia university", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+fluid +power", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"fluid power\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 97 - ] - }, - { - "query": "fluid power", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+american +south", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"american south\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "american south", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "+international +baseball", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"international baseball\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "international baseball", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "+ace +frehley", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"ace frehley\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "ace frehley", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+the +globe +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "\"the globe newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "the globe newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+decorative +windows", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"decorative windows\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "decorative windows", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+ancient +egypt", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"ancient egypt\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "ancient egypt", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+american +academy +of +child +and +adolescent +psychiatry", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 424 - ] - }, - { - "query": "\"american academy of child and adolescent psychiatry\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 461 - ] - }, - { - "query": "american academy of child and adolescent psychiatry", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 423 - ] - }, - { - "query": "+york +photo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"york photo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 151 - ] - }, - { - "query": "york photo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+good +luck", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"good luck\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "good luck", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+world +bank +president", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"world bank president\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 346 - ] - }, - { - "query": "world bank president", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+jonathan +daniel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"jonathan daniel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "jonathan daniel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+clothing +optional", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"clothing optional\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "clothing optional", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+xena +warrior +princess", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"xena warrior princess\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "xena warrior princess", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+time +for +kids", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 251 - ] - }, - { - "query": "\"time for kids\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 340 - ] - }, - { - "query": "time for kids", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 257 - ] - }, - { - "query": "+tom +welling", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"tom welling\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "tom welling", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+elliott +smith", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"elliott smith\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "elliott smith", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "+heart +disease", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"heart disease\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 8 - ] - }, - { - "query": "heart disease", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+st +petersburg +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"st petersburg high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 510 - ] - }, - { - "query": "st petersburg high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+fatherless +children", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"fatherless children\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "fatherless children", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+hotel +del +coronado", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "\"hotel del coronado\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "hotel del coronado", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 81 - ] - }, - { - "query": "+law +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"law dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "law dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "+anderson +hospital", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 9 - ] - }, - { - "query": "\"anderson hospital\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "anderson hospital", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+kenosha +wisconsin", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"kenosha wisconsin\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "kenosha wisconsin", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+false +prophets", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"false prophets\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "false prophets", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+cheap +hotels", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"cheap hotels\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "cheap hotels", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "+walk +the +line", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "\"walk the line\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 162 - ] - }, - { - "query": "walk the line", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "+missy +elliott", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"missy elliott\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "missy elliott", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+portrait +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"portrait studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "portrait studio", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+calvin +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"calvin klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "calvin klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+kitchen +accessories", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"kitchen accessories\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "kitchen accessories", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+consumer +affairs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"consumer affairs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "consumer affairs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "+adobe +buildings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"adobe buildings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "adobe buildings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+national +book +award", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"national book award\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "national book award", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "+back +surgery", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"back surgery\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 157 - ] - }, - { - "query": "back surgery", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+mid +continent +airport", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "\"mid continent airport\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 99 - ] - }, - { - "query": "mid continent airport", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "+developmental +delays", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"developmental delays\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "developmental delays", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+elise +neal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"elise neal\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "elise neal", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+canadian +real +estate", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"canadian real estate\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 182 - ] - }, - { - "query": "canadian real estate", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "+barrett +jackson", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"barrett jackson\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "barrett jackson", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+bmw +engines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"bmw engines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "bmw engines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+john +donne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"john donne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "john donne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+evening +wear", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"evening wear\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "evening wear", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+toxic +encephalopathy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"toxic encephalopathy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "toxic encephalopathy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "+critical +care +nurse", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"critical care nurse\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 119 - ] - }, - { - "query": "critical care nurse", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "+the +breakfast +club", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 106 - ] - }, - { - "query": "\"the breakfast club\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "the breakfast club", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "+lost +episode", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"lost episode\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 182 - ] - }, - { - "query": "lost episode", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+seal +pictures", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"seal pictures\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "seal pictures", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+critical +care +medicine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"critical care medicine\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "critical care medicine", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+hurricane +wilma", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"hurricane wilma\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "hurricane wilma", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+john +wilkes +booth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "\"john wilkes booth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "john wilkes booth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "+sesame +street", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"sesame street\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "sesame street", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "+ellen +degeneres +show", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "\"ellen degeneres show\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "ellen degeneres show", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "+jaguar +x +type", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 81 - ] - }, - { - "query": "\"jaguar x type\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "jaguar x type", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "+the +movement", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"the movement\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 311 - ] - }, - { - "query": "the movement", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "+sarah +fisher", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "\"sarah fisher\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "sarah fisher", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+dexter +michigan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"dexter michigan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "dexter michigan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+little +brown +jug", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"little brown jug\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "little brown jug", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "+books +on +cd", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "\"books on cd\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 110 - ] - }, - { - "query": "books on cd", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "+carolyn +jones", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"carolyn jones\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "carolyn jones", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "+aishwarya +rai", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"aishwarya rai\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "aishwarya rai", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+trendy +clothes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"trendy clothes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "trendy clothes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "+weather +underground", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"weather underground\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "weather underground", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+mercedes +benz", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"mercedes benz\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "mercedes benz", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "+analog +computer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "\"analog computer\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "analog computer", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+pump +it +up", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 219 - ] - }, - { - "query": "\"pump it up\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 166 - ] - }, - { - "query": "pump it up", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 217 - ] - }, - { - "query": "+food +carts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"food carts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "food carts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+graduate +management +admission +test", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "\"graduate management admission test\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 154 - ] - }, - { - "query": "graduate management admission test", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+big +boss +man", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "\"big boss man\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 158 - ] - }, - { - "query": "big boss man", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "+gun +magazines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "\"gun magazines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "gun magazines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+bankruptcy +laws", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "\"bankruptcy laws\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "bankruptcy laws", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "+antonio +cromartie", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"antonio cromartie\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "antonio cromartie", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "+sky +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"sky news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "sky news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+phone +cases", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"phone cases\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "phone cases", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+the +incredibles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"the incredibles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "the incredibles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "+padre +island", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"padre island\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "padre island", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "+worcester +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"worcester state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 230 - ] - }, - { - "query": "worcester state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "+little +cars", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"little cars\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 139 - ] - }, - { - "query": "little cars", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+jefferson +davis +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "\"jefferson davis high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 366 - ] - }, - { - "query": "jefferson davis high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "+game +downloads", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"game downloads\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "game downloads", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "+chicken +noodle +soup", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"chicken noodle soup\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "chicken noodle soup", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+music +stands", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"music stands\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "music stands", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+microsoft +frontpage", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"microsoft frontpage\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "microsoft frontpage", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "+camp +claiborne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"camp claiborne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "camp claiborne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "+william +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"william wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "william wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+home +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"home loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "home loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "+cherry +blossom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"cherry blossom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "cherry blossom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+miami +dade +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "\"miami dade college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "miami dade college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+time +in +denver", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 257 - ] - }, - { - "query": "\"time in denver\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 312 - ] - }, - { - "query": "time in denver", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 244 - ] - }, - { - "query": "+naked +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"naked news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "naked news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "+wildlife +photography", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"wildlife photography\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "wildlife photography", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+david +kim", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"david kim\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "david kim", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+printer +ink", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"printer ink\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "printer ink", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+all +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"all funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 270 - ] - }, - { - "query": "all funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+zion +national +park", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"zion national park\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "zion national park", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+john +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"john klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 146 - ] - }, - { - "query": "john klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "+edith +wharton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "\"edith wharton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "edith wharton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+times +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"times union\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 122 - ] - }, - { - "query": "times union", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+milan +tennessee", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"milan tennessee\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "milan tennessee", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+western +herald", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"western herald\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "western herald", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+care +a +lot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"care a lot\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "care a lot", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "+costume +designers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"costume designers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "costume designers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+the +actors +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "\"the actors studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "the actors studio", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "+personal +chef", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"personal chef\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "personal chef", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+david +koresh", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"david koresh\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "david koresh", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "+bismarck +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 288 - ] - }, - { - "query": "\"bismarck state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 314 - ] - }, - { - "query": "bismarck state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 287 - ] - }, - { - "query": "+the +oregonian +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"the oregonian newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "the oregonian newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+justin +timberlake", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"justin timberlake\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "justin timberlake", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+hawk +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"hawk mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "hawk mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+kristanna +loken", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"kristanna loken\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "kristanna loken", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "+chicago +teachers +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"chicago teachers union\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 148 - ] - }, - { - "query": "chicago teachers union", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "+connecticut +historical +society", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"connecticut historical society\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "connecticut historical society", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "+shih +tzu", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"shih tzu\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "shih tzu", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+robert +fuller", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"robert fuller\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "robert fuller", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+zip +code", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"zip code\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "zip code", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+bass +fishing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"bass fishing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "bass fishing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+ford +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"ford parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 99 - ] - }, - { - "query": "ford parts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "+automatic +writing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"automatic writing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "automatic writing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "+roundabout +theatre", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"roundabout theatre\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "roundabout theatre", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+table +lamps", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"table lamps\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "table lamps", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "+the +garden +of +eden", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"the garden of eden\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "the garden of eden", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+immigration +to +mexico", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"immigration to mexico\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "immigration to mexico", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "+the +daily +breeze", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"the daily breeze\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "the daily breeze", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+debra +jo +rupp", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"debra jo rupp\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "debra jo rupp", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "+term +life +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"term life insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 358 - ] - }, - { - "query": "term life insurance", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "+tennis +elbow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"tennis elbow\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "tennis elbow", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "+kidney +transplant", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"kidney transplant\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "kidney transplant", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+us +coast +guard", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"us coast guard\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "us coast guard", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "+car +stereo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"car stereo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "car stereo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+playa +del +rey", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"playa del rey\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "playa del rey", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+domain +names", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "\"domain names\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "domain names", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+premier +wine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"premier wine\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "premier wine", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+too +faced", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"too faced\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "too faced", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "+avon +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"avon school\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 197 - ] - }, - { - "query": "avon school", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+jungle +boy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"jungle boy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "jungle boy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+ventura +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"ventura college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 145 - ] - }, - { - "query": "ventura college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+kansas +city +kings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"kansas city kings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 139 - ] - }, - { - "query": "kansas city kings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+new +haven", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"new haven\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "new haven", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+ron +keel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"ron keel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "ron keel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+business +consultants", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"business consultants\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "business consultants", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+open +source +software", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"open source software\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "open source software", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+ambassador +of +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "\"ambassador of italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "ambassador of italy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "+los +angeles +daily +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"los angeles daily news\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "los angeles daily news", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "+napa +auto +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"napa auto parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "napa auto parts", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "+law +school +rankings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "\"law school rankings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 373 - ] - }, - { - "query": "law school rankings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "+hsbc +bank", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"hsbc bank\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "hsbc bank", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+cognitive +impairment", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"cognitive impairment\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "cognitive impairment", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+mushroom +kingdom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"mushroom kingdom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "mushroom kingdom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "+the +progressive", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"the progressive\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "the progressive", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "+mood +swings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"mood swings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "mood swings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "+ugly +people", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"ugly people\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 178 - ] - }, - { - "query": "ugly people", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+little +shop +of +horrors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 126 - ] - }, - { - "query": "\"little shop of horrors\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 119 - ] - }, - { - "query": "little shop of horrors", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 120 - ] - }, - { - "query": "+abilene +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "\"abilene tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "abilene tx", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+internet +fraud", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"internet fraud\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "internet fraud", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "+tv +party", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"tv party\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 248 - ] - }, - { - "query": "tv party", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+new +jersey +police", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"new jersey police\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 441 - ] - }, - { - "query": "new jersey police", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+university +of +akron", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 192 - ] - }, - { - "query": "\"university of akron\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "university of akron", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 200 - ] - }, - { - "query": "+the +news +journal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "\"the news journal\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "the news journal", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "+cartoon +network", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"cartoon network\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "cartoon network", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+robert +reed", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"robert reed\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "robert reed", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+interracial +love", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"interracial love\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "interracial love", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+round +table", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"round table\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "round table", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+low +estrogen", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"low estrogen\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "low estrogen", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "+akron +beacon", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"akron beacon\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "akron beacon", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+john +wellington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"john wellington\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 189 - ] - }, - { - "query": "john wellington", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+city +in +iran", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 185 - ] - }, - { - "query": "\"city in iran\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "city in iran", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 192 - ] - }, - { - "query": "+corpus +christi +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"corpus christi tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "corpus christi tx", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+becoming +a +widow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "\"becoming a widow\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "becoming a widow", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+king +kalakaua", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "\"king kalakaua\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "king kalakaua", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "+centerville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"centerville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "centerville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+foam +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"foam mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "foam mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+music +videos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"music videos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "music videos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+farmers +almanac", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"farmers almanac\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "farmers almanac", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "+civil +war +battlefields", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 92 - ] - }, - { - "query": "\"civil war battlefields\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 294 - ] - }, - { - "query": "civil war battlefields", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "+national +security +cutter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 311 - ] - }, - { - "query": "\"national security cutter\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 348 - ] - }, - { - "query": "national security cutter", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 299 - ] - }, - { - "query": "+eastern +mennonite +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 242 - ] - }, - { - "query": "\"eastern mennonite university\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 251 - ] - }, - { - "query": "eastern mennonite university", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 238 - ] - }, - { - "query": "+new +york +times +best +sellers +list", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 179 - ] - }, - { - "query": "\"new york times best sellers list\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 169 - ] - }, - { - "query": "new york times best sellers list", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 179 - ] - }, - { - "query": "+usb +hub", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"usb hub\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "usb hub", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+rob +halford", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"rob halford\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "rob halford", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+new +york +towns", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"new york towns\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 691 - ] - }, - { - "query": "new york towns", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "+medal +of +honor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "\"medal of honor\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "medal of honor", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "+hot +springs +south +dakota", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 81 - ] - }, - { - "query": "\"hot springs south dakota\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 257 - ] - }, - { - "query": "hot springs south dakota", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "+home +business", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"home business\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 217 - ] - }, - { - "query": "home business", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+perfume +bottles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "\"perfume bottles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "perfume bottles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+old +photos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "\"old photos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "old photos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "+edith +head", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"edith head\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 106 - ] - }, - { - "query": "edith head", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+danube +river", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"danube river\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "danube river", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+bladder +tumor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"bladder tumor\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "bladder tumor", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+the +british +embassy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "\"the british embassy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "the british embassy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 109 - ] - }, - { - "query": "+human +trafficking", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "\"human trafficking\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "human trafficking", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+new +england +aquarium", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 337 - ] - }, - { - "query": "\"new england aquarium\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 343 - ] - }, - { - "query": "new england aquarium", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 330 - ] - }, - { - "query": "+the +book +of +life", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 239 - ] - }, - { - "query": "\"the book of life\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 103 - ] - }, - { - "query": "the book of life", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 254 - ] - }, - { - "query": "+rolex +watches", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"rolex watches\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "rolex watches", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "+water +filters", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"water filters\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "water filters", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+general +motors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "\"general motors\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "general motors", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+the +preakness", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "\"the preakness\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "the preakness", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+blue +ridge +parkway", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"blue ridge parkway\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "blue ridge parkway", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+elizabeth +vargas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"elizabeth vargas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "elizabeth vargas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+canon +powershot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"canon powershot\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "canon powershot", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "+air +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"air mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "air mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+pocket +pc", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"pocket pc\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "pocket pc", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "+chicago +public +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"chicago public schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "chicago public schools", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+george +r +brown +convention +center", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 162 - ] - }, - { - "query": "\"george r brown convention center\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 321 - ] - }, - { - "query": "george r brown convention center", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 159 - ] - }, - { - "query": "+warren +county", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"warren county\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "warren county", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+animal +rights", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 9 - ] - }, - { - "query": "\"animal rights\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "animal rights", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 11 - ] - }, - { - "query": "+david +lee +roth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"david lee roth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "david lee roth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+central +community +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"central community college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 136 - ] - }, - { - "query": "central community college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "+power +rangers +ninja +storm", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"power rangers ninja storm\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "power rangers ninja storm", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+movie +theatres", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"movie theatres\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "movie theatres", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "+canary +bird", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"canary bird\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "canary bird", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "+health +literacy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"health literacy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "health literacy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+david +thornton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"david thornton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "david thornton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "+jamie +murray", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "\"jamie murray\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "jamie murray", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+boulder +city +nevada", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"boulder city nevada\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "boulder city nevada", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "+united +states +constitution", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"united states constitution\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "united states constitution", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "+niceville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 156 - ] - }, - { - "query": "\"niceville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 324 - ] - }, - { - "query": "niceville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 148 - ] - }, - { - "query": "+sleep +study", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"sleep study\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 92 - ] - }, - { - "query": "sleep study", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "+true +religion", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 10 - ] - }, - { - "query": "\"true religion\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "true religion", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+google +satellite", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "\"google satellite\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "google satellite", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "+laborers +international +union +of +north +america", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 423 - ] - }, - { - "query": "\"laborers international union of north america\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 424 - ] - }, - { - "query": "laborers international union of north america", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 439 - ] - }, - { - "query": "+\"the who\" +uk", - "tags": [ - "two-phase-critic" - ], - "count": 1, - "duration": [ - 2807 - ] - }, - { - "query": "+to +be +or +not +to +be", - "tags": [ - "intersection", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 613 - ] - }, - { - "query": "\"to be or not to be\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 260 - ] - }, - { - "query": "to be or not to be", - "tags": [ - "union", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 600 - ] - } - ], - "lucene-9.9.2-bp": [ - { - "query": "the", - "tags": [ - "term" - ], - "count": 1, - "duration": [ - 237 - ] - }, - { - "query": "+griffith +observatory", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"griffith observatory\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "griffith observatory", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "+bowel +obstruction", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"bowel obstruction\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "bowel obstruction", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "+vicenza +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"vicenza italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "vicenza italy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "+digital +scanning", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"digital scanning\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "digital scanning", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+plus +size +clothing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"plus size clothing\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "plus size clothing", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 99 - ] - }, - { - "query": "+borders +books", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"borders books\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "borders books", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "+american +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "\"american funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 92 - ] - }, - { - "query": "american funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 114 - ] - }, - { - "query": "+scottsdale +az", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"scottsdale az\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "scottsdale az", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+wisconsin +attorney +general", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "\"wisconsin attorney general\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "wisconsin attorney general", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+the +english +restoration", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "\"the english restoration\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 162 - ] - }, - { - "query": "the english restoration", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 141 - ] - }, - { - "query": "+freelance +work", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"freelance work\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "freelance work", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "+french +culinary +institute", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"french culinary institute\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "french culinary institute", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 161 - ] - }, - { - "query": "+color +combinations", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"color combinations\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "color combinations", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+italian +translation", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"italian translation\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "italian translation", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "+milwaukee +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"milwaukee newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "milwaukee newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+robert +green +ingersoll", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"robert green ingersoll\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "robert green ingersoll", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 123 - ] - }, - { - "query": "+omaha +symphony", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"omaha symphony\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "omaha symphony", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+body +painting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"body painting\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "body painting", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "+who +dares +wins", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"who dares wins\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "who dares wins", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "+west +palm +beach +florida", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "\"west palm beach florida\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "west palm beach florida", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 116 - ] - }, - { - "query": "+stone +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"stone mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "stone mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "+san +francisco", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "\"san francisco\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "san francisco", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "+ford +modeling +agency", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"ford modeling agency\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "ford modeling agency", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "+glass +works", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"glass works\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "glass works", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "+personal +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"personal loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "personal loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+texas +state +legislature", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"texas state legislature\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "texas state legislature", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 148 - ] - }, - { - "query": "+spiritual +warfare", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"spiritual warfare\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "spiritual warfare", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "+georgia +public +broadcasting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"georgia public broadcasting\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "georgia public broadcasting", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 131 - ] - }, - { - "query": "+graffiti +art", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"graffiti art\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "graffiti art", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+texas +death +row", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"texas death row\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "texas death row", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 140 - ] - }, - { - "query": "+catholic +answers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"catholic answers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "catholic answers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+interest +only", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "\"interest only\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 172 - ] - }, - { - "query": "interest only", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 114 - ] - }, - { - "query": "+region +iv", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "\"region iv\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "region iv", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "+army +reserve", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"army reserve\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "army reserve", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "+chicken +coop", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"chicken coop\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "chicken coop", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+people +having +sex", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "\"people having sex\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "people having sex", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 138 - ] - }, - { - "query": "+new +york +population", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 112 - ] - }, - { - "query": "\"new york population\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "new york population", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 209 - ] - }, - { - "query": "+most +improved +player", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "\"most improved player\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "most improved player", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 179 - ] - }, - { - "query": "+ear +ache", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"ear ache\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "ear ache", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+mercury +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"mercury insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "mercury insurance", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+battle +of +the +bulge", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"battle of the bulge\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "battle of the bulge", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 266 - ] - }, - { - "query": "+secretary +of +state", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 116 - ] - }, - { - "query": "\"secretary of state\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 176 - ] - }, - { - "query": "secretary of state", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 188 - ] - }, - { - "query": "+third +trimester", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"third trimester\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "third trimester", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 106 - ] - }, - { - "query": "+hempstead +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"hempstead new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "hempstead new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 147 - ] - }, - { - "query": "+university +of +washington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 139 - ] - }, - { - "query": "\"university of washington\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 239 - ] - }, - { - "query": "university of washington", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 161 - ] - }, - { - "query": "+japan +airlines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"japan airlines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "japan airlines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+freedom +tower", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"freedom tower\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "freedom tower", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "+virginia +usa", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "\"virginia usa\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "virginia usa", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "+kasota +stone", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"kasota stone\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "kasota stone", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "+intramuscular +injections", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"intramuscular injections\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "intramuscular injections", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "+jesus +as +a +child", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "\"jesus as a child\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 97 - ] - }, - { - "query": "jesus as a child", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 194 - ] - }, - { - "query": "+montessori +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"montessori schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "montessori schools", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+oxford +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"oxford dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "oxford dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "+state +of +louisiana", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "\"state of louisiana\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 152 - ] - }, - { - "query": "state of louisiana", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "+penny +stocks", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"penny stocks\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "penny stocks", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "+cured +of +cancer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"cured of cancer\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "cured of cancer", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 187 - ] - }, - { - "query": "+lord +of +the +rings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"lord of the rings\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "lord of the rings", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 251 - ] - }, - { - "query": "+helen +of +troy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"helen of troy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "helen of troy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "+long +legs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"long legs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "long legs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "+sore +muscles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"sore muscles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "sore muscles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "+connecticut +post", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "\"connecticut post\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "connecticut post", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "+danbury +ct", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"danbury ct\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "danbury ct", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+chicago +bulls", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"chicago bulls\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "chicago bulls", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+child +support", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "\"child support\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "child support", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "+iq +scores", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"iq scores\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "iq scores", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+philadelphia +phillies", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"philadelphia phillies\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "philadelphia phillies", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+trans +siberian +orchestra", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"trans siberian orchestra\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "trans siberian orchestra", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "+naomi +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"naomi wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "naomi wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+montgomery +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "\"montgomery college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "montgomery college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "+belcourt +castle", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"belcourt castle\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "belcourt castle", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "+binghamton +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"binghamton new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "binghamton new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "+tallest +trees +in +the +world", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"tallest trees in the world\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "tallest trees in the world", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 221 - ] - }, - { - "query": "+reading +museum", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"reading museum\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "reading museum", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 81 - ] - }, - { - "query": "+merry +christmas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"merry christmas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "merry christmas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "+flow +meter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"flow meter\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "flow meter", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "+famous +quotes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"famous quotes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "famous quotes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+georgian +architecture", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"georgian architecture\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "georgian architecture", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+prayer +times", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"prayer times\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "prayer times", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+columbia +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "\"columbia university\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "columbia university", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "+fluid +power", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"fluid power\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "fluid power", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "+american +south", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 248 - ] - }, - { - "query": "\"american south\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 300 - ] - }, - { - "query": "american south", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 265 - ] - }, - { - "query": "+international +baseball", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"international baseball\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "international baseball", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "+ace +frehley", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"ace frehley\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "ace frehley", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "+the +globe +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"the globe newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "the globe newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 206 - ] - }, - { - "query": "+decorative +windows", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"decorative windows\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "decorative windows", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+ancient +egypt", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"ancient egypt\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "ancient egypt", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+american +academy +of +child +and +adolescent +psychiatry", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"american academy of child and adolescent psychiatry\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "american academy of child and adolescent psychiatry", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 308 - ] - }, - { - "query": "+york +photo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"york photo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "york photo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "+good +luck", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"good luck\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "good luck", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+world +bank +president", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 114 - ] - }, - { - "query": "\"world bank president\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 119 - ] - }, - { - "query": "world bank president", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 201 - ] - }, - { - "query": "+jonathan +daniel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"jonathan daniel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "jonathan daniel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+clothing +optional", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"clothing optional\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "clothing optional", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "+xena +warrior +princess", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"xena warrior princess\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "xena warrior princess", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+time +for +kids", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "\"time for kids\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "time for kids", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 104 - ] - }, - { - "query": "+tom +welling", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"tom welling\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "tom welling", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+elliott +smith", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"elliott smith\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "elliott smith", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+heart +disease", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "\"heart disease\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "heart disease", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "+st +petersburg +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 92 - ] - }, - { - "query": "\"st petersburg high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "st petersburg high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 226 - ] - }, - { - "query": "+fatherless +children", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"fatherless children\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "fatherless children", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 110 - ] - }, - { - "query": "+hotel +del +coronado", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"hotel del coronado\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "hotel del coronado", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "+law +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"law dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "law dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+anderson +hospital", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"anderson hospital\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "anderson hospital", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+kenosha +wisconsin", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"kenosha wisconsin\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "kenosha wisconsin", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "+false +prophets", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"false prophets\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "false prophets", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+cheap +hotels", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"cheap hotels\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "cheap hotels", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "+walk +the +line", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "\"walk the line\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 160 - ] - }, - { - "query": "walk the line", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 158 - ] - }, - { - "query": "+missy +elliott", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"missy elliott\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "missy elliott", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+portrait +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"portrait studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "portrait studio", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+calvin +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"calvin klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "calvin klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "+kitchen +accessories", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"kitchen accessories\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "kitchen accessories", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+consumer +affairs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"consumer affairs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "consumer affairs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+adobe +buildings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"adobe buildings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "adobe buildings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "+national +book +award", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 168 - ] - }, - { - "query": "\"national book award\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 158 - ] - }, - { - "query": "national book award", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 246 - ] - }, - { - "query": "+back +surgery", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"back surgery\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "back surgery", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+mid +continent +airport", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"mid continent airport\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "mid continent airport", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "+developmental +delays", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"developmental delays\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "developmental delays", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+elise +neal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"elise neal\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "elise neal", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+canadian +real +estate", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"canadian real estate\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "canadian real estate", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 157 - ] - }, - { - "query": "+barrett +jackson", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"barrett jackson\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "barrett jackson", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+bmw +engines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"bmw engines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "bmw engines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+john +donne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"john donne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "john donne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 99 - ] - }, - { - "query": "+evening +wear", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"evening wear\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "evening wear", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+toxic +encephalopathy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"toxic encephalopathy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "toxic encephalopathy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "+critical +care +nurse", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"critical care nurse\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "critical care nurse", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 253 - ] - }, - { - "query": "+the +breakfast +club", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"the breakfast club\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "the breakfast club", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 123 - ] - }, - { - "query": "+lost +episode", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"lost episode\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "lost episode", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "+seal +pictures", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"seal pictures\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "seal pictures", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+critical +care +medicine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"critical care medicine\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "critical care medicine", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 128 - ] - }, - { - "query": "+hurricane +wilma", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"hurricane wilma\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "hurricane wilma", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+john +wilkes +booth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"john wilkes booth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "john wilkes booth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "+sesame +street", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"sesame street\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "sesame street", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+ellen +degeneres +show", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"ellen degeneres show\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "ellen degeneres show", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "+jaguar +x +type", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"jaguar x type\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "jaguar x type", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 106 - ] - }, - { - "query": "+the +movement", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "\"the movement\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 321 - ] - }, - { - "query": "the movement", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 315 - ] - }, - { - "query": "+sarah +fisher", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"sarah fisher\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "sarah fisher", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+dexter +michigan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"dexter michigan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "dexter michigan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "+little +brown +jug", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"little brown jug\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "little brown jug", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 117 - ] - }, - { - "query": "+books +on +cd", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "\"books on cd\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "books on cd", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 148 - ] - }, - { - "query": "+carolyn +jones", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"carolyn jones\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "carolyn jones", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+aishwarya +rai", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"aishwarya rai\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "aishwarya rai", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+trendy +clothes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"trendy clothes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "trendy clothes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+weather +underground", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"weather underground\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "weather underground", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+mercedes +benz", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"mercedes benz\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "mercedes benz", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+analog +computer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"analog computer\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "analog computer", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+pump +it +up", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "\"pump it up\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "pump it up", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 130 - ] - }, - { - "query": "+food +carts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"food carts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "food carts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+graduate +management +admission +test", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"graduate management admission test\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "graduate management admission test", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 169 - ] - }, - { - "query": "+big +boss +man", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"big boss man\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "big boss man", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 143 - ] - }, - { - "query": "+gun +magazines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"gun magazines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "gun magazines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+bankruptcy +laws", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"bankruptcy laws\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "bankruptcy laws", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+antonio +cromartie", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"antonio cromartie\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "antonio cromartie", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+sky +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"sky news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "sky news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+phone +cases", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"phone cases\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "phone cases", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+the +incredibles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"the incredibles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "the incredibles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 1191 - ] - }, - { - "query": "+padre +island", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"padre island\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "padre island", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "+worcester +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "\"worcester state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "worcester state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 117 - ] - }, - { - "query": "+little +cars", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"little cars\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "little cars", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "+jefferson +davis +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"jefferson davis high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "jefferson davis high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 143 - ] - }, - { - "query": "+game +downloads", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"game downloads\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "game downloads", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+chicken +noodle +soup", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"chicken noodle soup\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "chicken noodle soup", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "+music +stands", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "\"music stands\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "music stands", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "+microsoft +frontpage", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"microsoft frontpage\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "microsoft frontpage", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+camp +claiborne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"camp claiborne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "camp claiborne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+william +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"william wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "william wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+home +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "\"home loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "home loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "+cherry +blossom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"cherry blossom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "cherry blossom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+miami +dade +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"miami dade college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "miami dade college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "+time +in +denver", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"time in denver\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 142 - ] - }, - { - "query": "time in denver", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "+naked +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"naked news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "naked news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+wildlife +photography", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"wildlife photography\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "wildlife photography", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+david +kim", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"david kim\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "david kim", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+printer +ink", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"printer ink\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "printer ink", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "+all +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "\"all funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "all funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "+zion +national +park", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"zion national park\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "zion national park", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "+john +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"john klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "john klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "+edith +wharton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"edith wharton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "edith wharton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+times +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 127 - ] - }, - { - "query": "\"times union\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 131 - ] - }, - { - "query": "times union", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "+milan +tennessee", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"milan tennessee\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "milan tennessee", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+western +herald", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"western herald\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "western herald", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+care +a +lot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "\"care a lot\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "care a lot", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 307 - ] - }, - { - "query": "+costume +designers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"costume designers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "costume designers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+the +actors +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"the actors studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 97 - ] - }, - { - "query": "the actors studio", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 248 - ] - }, - { - "query": "+personal +chef", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"personal chef\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "personal chef", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "+david +koresh", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"david koresh\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "david koresh", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "+bismarck +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"bismarck state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "bismarck state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "+the +oregonian +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"the oregonian newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "the oregonian newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 206 - ] - }, - { - "query": "+justin +timberlake", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"justin timberlake\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "justin timberlake", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "+hawk +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"hawk mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "hawk mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "+kristanna +loken", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"kristanna loken\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "kristanna loken", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+chicago +teachers +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"chicago teachers union\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "chicago teachers union", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 154 - ] - }, - { - "query": "+connecticut +historical +society", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"connecticut historical society\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "connecticut historical society", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 149 - ] - }, - { - "query": "+shih +tzu", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"shih tzu\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "shih tzu", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "+robert +fuller", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"robert fuller\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "robert fuller", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "+zip +code", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"zip code\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "zip code", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+bass +fishing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"bass fishing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "bass fishing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+ford +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"ford parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "ford parts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "+automatic +writing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"automatic writing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "automatic writing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+roundabout +theatre", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"roundabout theatre\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "roundabout theatre", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+table +lamps", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"table lamps\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "table lamps", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "+the +garden +of +eden", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"the garden of eden\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "the garden of eden", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 254 - ] - }, - { - "query": "+immigration +to +mexico", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"immigration to mexico\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "immigration to mexico", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "+the +daily +breeze", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"the daily breeze\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "the daily breeze", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 218 - ] - }, - { - "query": "+debra +jo +rupp", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"debra jo rupp\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "debra jo rupp", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+term +life +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "\"term life insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "term life insurance", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "+tennis +elbow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"tennis elbow\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "tennis elbow", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+kidney +transplant", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"kidney transplant\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "kidney transplant", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "+us +coast +guard", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "\"us coast guard\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "us coast guard", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 146 - ] - }, - { - "query": "+car +stereo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"car stereo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "car stereo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+playa +del +rey", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"playa del rey\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "playa del rey", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+domain +names", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"domain names\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "domain names", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "+premier +wine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"premier wine\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "premier wine", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "+too +faced", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"too faced\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "too faced", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "+avon +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"avon school\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "avon school", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "+jungle +boy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"jungle boy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "jungle boy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "+ventura +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"ventura college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "ventura college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "+kansas +city +kings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"kansas city kings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "kansas city kings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "+new +haven", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"new haven\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "new haven", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+ron +keel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"ron keel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "ron keel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+business +consultants", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"business consultants\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "business consultants", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+open +source +software", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "\"open source software\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "open source software", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "+ambassador +of +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"ambassador of italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "ambassador of italy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 147 - ] - }, - { - "query": "+los +angeles +daily +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "\"los angeles daily news\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "los angeles daily news", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 236 - ] - }, - { - "query": "+napa +auto +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"napa auto parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "napa auto parts", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "+law +school +rankings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"law school rankings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "law school rankings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 182 - ] - }, - { - "query": "+hsbc +bank", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"hsbc bank\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "hsbc bank", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "+cognitive +impairment", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"cognitive impairment\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "cognitive impairment", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+mushroom +kingdom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"mushroom kingdom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "mushroom kingdom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+the +progressive", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "\"the progressive\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 138 - ] - }, - { - "query": "the progressive", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 264 - ] - }, - { - "query": "+mood +swings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"mood swings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "mood swings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+ugly +people", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"ugly people\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "ugly people", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+little +shop +of +horrors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"little shop of horrors\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "little shop of horrors", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 132 - ] - }, - { - "query": "+abilene +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"abilene tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "abilene tx", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "+internet +fraud", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"internet fraud\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "internet fraud", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "+tv +party", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "\"tv party\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "tv party", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "+new +jersey +police", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"new jersey police\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "new jersey police", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "+university +of +akron", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"university of akron\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "university of akron", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 128 - ] - }, - { - "query": "+the +news +journal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "\"the news journal\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 154 - ] - }, - { - "query": "the news journal", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 248 - ] - }, - { - "query": "+cartoon +network", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"cartoon network\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "cartoon network", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+robert +reed", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"robert reed\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "robert reed", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+interracial +love", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"interracial love\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "interracial love", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "+round +table", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"round table\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "round table", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "+low +estrogen", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"low estrogen\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "low estrogen", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+akron +beacon", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"akron beacon\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "akron beacon", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "+john +wellington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"john wellington\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "john wellington", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "+city +in +iran", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "\"city in iran\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "city in iran", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 124 - ] - }, - { - "query": "+corpus +christi +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"corpus christi tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "corpus christi tx", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "+becoming +a +widow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "\"becoming a widow\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "becoming a widow", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 122 - ] - }, - { - "query": "+king +kalakaua", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"king kalakaua\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "king kalakaua", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "+centerville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"centerville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 224 - ] - }, - { - "query": "centerville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 231 - ] - }, - { - "query": "+foam +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"foam mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "foam mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "+music +videos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"music videos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "music videos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "+farmers +almanac", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"farmers almanac\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "farmers almanac", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+civil +war +battlefields", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"civil war battlefields\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "civil war battlefields", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "+national +security +cutter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"national security cutter\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "national security cutter", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 140 - ] - }, - { - "query": "+eastern +mennonite +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"eastern mennonite university\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "eastern mennonite university", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "+new +york +times +best +sellers +list", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "\"new york times best sellers list\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "new york times best sellers list", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 560 - ] - }, - { - "query": "+usb +hub", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"usb hub\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "usb hub", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+rob +halford", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"rob halford\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "rob halford", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "+new +york +towns", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "\"new york towns\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "new york towns", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 143 - ] - }, - { - "query": "+medal +of +honor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "\"medal of honor\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "medal of honor", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 124 - ] - }, - { - "query": "+hot +springs +south +dakota", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"hot springs south dakota\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "hot springs south dakota", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 103 - ] - }, - { - "query": "+home +business", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 137 - ] - }, - { - "query": "\"home business\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 153 - ] - }, - { - "query": "home business", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 147 - ] - }, - { - "query": "+perfume +bottles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"perfume bottles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "perfume bottles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+old +photos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"old photos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "old photos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "+edith +head", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"edith head\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "edith head", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "+danube +river", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"danube river\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "danube river", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+bladder +tumor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"bladder tumor\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "bladder tumor", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+the +british +embassy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"the british embassy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "the british embassy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 159 - ] - }, - { - "query": "+human +trafficking", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"human trafficking\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "human trafficking", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+new +england +aquarium", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"new england aquarium\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "new england aquarium", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "+the +book +of +life", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 227 - ] - }, - { - "query": "\"the book of life\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1006 - ] - }, - { - "query": "the book of life", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 345 - ] - }, - { - "query": "+rolex +watches", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"rolex watches\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "rolex watches", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "+water +filters", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"water filters\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "water filters", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+general +motors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "\"general motors\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "general motors", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+the +preakness", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"the preakness\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "the preakness", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 741 - ] - }, - { - "query": "+blue +ridge +parkway", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"blue ridge parkway\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "blue ridge parkway", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "+elizabeth +vargas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"elizabeth vargas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "elizabeth vargas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+canon +powershot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"canon powershot\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "canon powershot", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "+air +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"air mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "air mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "+pocket +pc", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"pocket pc\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "pocket pc", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+chicago +public +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "\"chicago public schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "chicago public schools", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 191 - ] - }, - { - "query": "+george +r +brown +convention +center", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "\"george r brown convention center\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "george r brown convention center", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 383 - ] - }, - { - "query": "+warren +county", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"warren county\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "warren county", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+animal +rights", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"animal rights\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "animal rights", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "+david +lee +roth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"david lee roth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "david lee roth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "+central +community +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 170 - ] - }, - { - "query": "\"central community college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 144 - ] - }, - { - "query": "central community college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 331 - ] - }, - { - "query": "+power +rangers +ninja +storm", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"power rangers ninja storm\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "power rangers ninja storm", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "+movie +theatres", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"movie theatres\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "movie theatres", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "+canary +bird", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"canary bird\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "canary bird", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "+health +literacy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"health literacy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "health literacy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+david +thornton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"david thornton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "david thornton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+jamie +murray", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"jamie murray\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "jamie murray", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "+boulder +city +nevada", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"boulder city nevada\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "boulder city nevada", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "+united +states +constitution", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "\"united states constitution\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 110 - ] - }, - { - "query": "united states constitution", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 141 - ] - }, - { - "query": "+niceville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"niceville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "niceville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 216 - ] - }, - { - "query": "+sleep +study", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"sleep study\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "sleep study", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+true +religion", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"true religion\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "true religion", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "+google +satellite", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"google satellite\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "google satellite", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+laborers +international +union +of +north +america", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"laborers international union of north america\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "laborers international union of north america", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 567 - ] - }, - { - "query": "+\"the who\" +uk", - "tags": [ - "two-phase-critic" - ], - "count": 1, - "duration": [ - 635 - ] - }, - { - "query": "+to +be +or +not +to +be", - "tags": [ - "intersection", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 839 - ] - }, - { - "query": "\"to be or not to be\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 2462 - ] - }, - { - "query": "to be or not to be", - "tags": [ - "union", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 892 - ] - } - ] - }, - "TOP_100": { - "pizza-engine-0.1": [ - { - "query": "the", - "tags": [ - "term" - ], - "count": 1, - "duration": [ - 9 - ] - }, - { - "query": "+griffith +observatory", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "\"griffith observatory\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "griffith observatory", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "+bowel +obstruction", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"bowel obstruction\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 12 - ] - }, - { - "query": "bowel obstruction", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+vicenza +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 223 - ] - }, - { - "query": "\"vicenza italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "vicenza italy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 258 - ] - }, - { - "query": "+digital +scanning", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 183 - ] - }, - { - "query": "\"digital scanning\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "digital scanning", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 170 - ] - }, - { - "query": "+plus +size +clothing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 445 - ] - }, - { - "query": "\"plus size clothing\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "plus size clothing", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 443 - ] - }, - { - "query": "+borders +books", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 365 - ] - }, - { - "query": "\"borders books\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "borders books", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 385 - ] - }, - { - "query": "+american +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 655 - ] - }, - { - "query": "\"american funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 216 - ] - }, - { - "query": "american funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 653 - ] - }, - { - "query": "+scottsdale +az", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "\"scottsdale az\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "scottsdale az", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "+wisconsin +attorney +general", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 627 - ] - }, - { - "query": "\"wisconsin attorney general\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "wisconsin attorney general", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 626 - ] - }, - { - "query": "+the +english +restoration", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 434 - ] - }, - { - "query": "\"the english restoration\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 143 - ] - }, - { - "query": "the english restoration", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 443 - ] - }, - { - "query": "+freelance +work", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 467 - ] - }, - { - "query": "\"freelance work\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "freelance work", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 463 - ] - }, - { - "query": "+french +culinary +institute", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 569 - ] - }, - { - "query": "\"french culinary institute\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "french culinary institute", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 566 - ] - }, - { - "query": "+color +combinations", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 195 - ] - }, - { - "query": "\"color combinations\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "color combinations", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "+italian +translation", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 363 - ] - }, - { - "query": "\"italian translation\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "italian translation", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 384 - ] - }, - { - "query": "+milwaukee +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 263 - ] - }, - { - "query": "\"milwaukee newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "milwaukee newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 257 - ] - }, - { - "query": "+robert +green +ingersoll", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 510 - ] - }, - { - "query": "\"robert green ingersoll\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "robert green ingersoll", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 499 - ] - }, - { - "query": "+omaha +symphony", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "\"omaha symphony\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "omaha symphony", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 110 - ] - }, - { - "query": "+body +painting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 433 - ] - }, - { - "query": "\"body painting\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "body painting", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 430 - ] - }, - { - "query": "+who +dares +wins", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 823 - ] - }, - { - "query": "\"who dares wins\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 242 - ] - }, - { - "query": "who dares wins", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 811 - ] - }, - { - "query": "+west +palm +beach +florida", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 815 - ] - }, - { - "query": "\"west palm beach florida\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "west palm beach florida", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 807 - ] - }, - { - "query": "+stone +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 444 - ] - }, - { - "query": "\"stone mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "stone mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 461 - ] - }, - { - "query": "+san +francisco", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 460 - ] - }, - { - "query": "\"san francisco\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 470 - ] - }, - { - "query": "san francisco", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 509 - ] - }, - { - "query": "+ford +modeling +agency", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 355 - ] - }, - { - "query": "\"ford modeling agency\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "ford modeling agency", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 335 - ] - }, - { - "query": "+glass +works", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 471 - ] - }, - { - "query": "\"glass works\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 126 - ] - }, - { - "query": "glass works", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 482 - ] - }, - { - "query": "+personal +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 440 - ] - }, - { - "query": "\"personal loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "personal loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 428 - ] - }, - { - "query": "+texas +state +legislature", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 848 - ] - }, - { - "query": "\"texas state legislature\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 157 - ] - }, - { - "query": "texas state legislature", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 799 - ] - }, - { - "query": "+spiritual +warfare", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 191 - ] - }, - { - "query": "\"spiritual warfare\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "spiritual warfare", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 196 - ] - }, - { - "query": "+georgia +public +broadcasting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 673 - ] - }, - { - "query": "\"georgia public broadcasting\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "georgia public broadcasting", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 672 - ] - }, - { - "query": "+graffiti +art", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 301 - ] - }, - { - "query": "\"graffiti art\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "graffiti art", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 308 - ] - }, - { - "query": "+texas +death +row", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 713 - ] - }, - { - "query": "\"texas death row\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 97 - ] - }, - { - "query": "texas death row", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 693 - ] - }, - { - "query": "+catholic +answers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 260 - ] - }, - { - "query": "\"catholic answers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "catholic answers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 270 - ] - }, - { - "query": "+interest +only", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 785 - ] - }, - { - "query": "\"interest only\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 554 - ] - }, - { - "query": "interest only", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 772 - ] - }, - { - "query": "+region +iv", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 454 - ] - }, - { - "query": "\"region iv\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 121 - ] - }, - { - "query": "region iv", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 471 - ] - }, - { - "query": "+army +reserve", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 499 - ] - }, - { - "query": "\"army reserve\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 199 - ] - }, - { - "query": "army reserve", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 492 - ] - }, - { - "query": "+chicken +coop", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"chicken coop\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "chicken coop", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "+people +having +sex", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 930 - ] - }, - { - "query": "\"people having sex\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 279 - ] - }, - { - "query": "people having sex", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 885 - ] - }, - { - "query": "+new +york +population", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 1250 - ] - }, - { - "query": "\"new york population\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 594 - ] - }, - { - "query": "new york population", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 1261 - ] - }, - { - "query": "+most +improved +player", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 967 - ] - }, - { - "query": "\"most improved player\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 202 - ] - }, - { - "query": "most improved player", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 967 - ] - }, - { - "query": "+ear +ache", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "\"ear ache\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "ear ache", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+mercury +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 156 - ] - }, - { - "query": "\"mercury insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "mercury insurance", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 152 - ] - }, - { - "query": "+battle +of +the +bulge", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 299 - ] - }, - { - "query": "\"battle of the bulge\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "battle of the bulge", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 301 - ] - }, - { - "query": "+secretary +of +state", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 644 - ] - }, - { - "query": "\"secretary of state\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 470 - ] - }, - { - "query": "secretary of state", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 638 - ] - }, - { - "query": "+third +trimester", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 343 - ] - }, - { - "query": "\"third trimester\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "third trimester", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 343 - ] - }, - { - "query": "+hempstead +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 835 - ] - }, - { - "query": "\"hempstead new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 194 - ] - }, - { - "query": "hempstead new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 856 - ] - }, - { - "query": "+university +of +washington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 659 - ] - }, - { - "query": "\"university of washington\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 548 - ] - }, - { - "query": "university of washington", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 666 - ] - }, - { - "query": "+japan +airlines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 310 - ] - }, - { - "query": "\"japan airlines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "japan airlines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 299 - ] - }, - { - "query": "+freedom +tower", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 340 - ] - }, - { - "query": "\"freedom tower\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "freedom tower", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 352 - ] - }, - { - "query": "+virginia +usa", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 398 - ] - }, - { - "query": "\"virginia usa\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 92 - ] - }, - { - "query": "virginia usa", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 403 - ] - }, - { - "query": "+kasota +stone", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 201 - ] - }, - { - "query": "\"kasota stone\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "kasota stone", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 196 - ] - }, - { - "query": "+intramuscular +injections", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"intramuscular injections\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "intramuscular injections", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "+jesus +as +a +child", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 357 - ] - }, - { - "query": "\"jesus as a child\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "jesus as a child", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 363 - ] - }, - { - "query": "+montessori +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 258 - ] - }, - { - "query": "\"montessori schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "montessori schools", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 253 - ] - }, - { - "query": "+oxford +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 212 - ] - }, - { - "query": "\"oxford dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "oxford dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 183 - ] - }, - { - "query": "+state +of +louisiana", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 557 - ] - }, - { - "query": "\"state of louisiana\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 217 - ] - }, - { - "query": "state of louisiana", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 579 - ] - }, - { - "query": "+penny +stocks", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "\"penny stocks\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "penny stocks", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+cured +of +cancer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 170 - ] - }, - { - "query": "\"cured of cancer\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "cured of cancer", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 174 - ] - }, - { - "query": "+lord +of +the +rings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 259 - ] - }, - { - "query": "\"lord of the rings\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "lord of the rings", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 253 - ] - }, - { - "query": "+helen +of +troy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 143 - ] - }, - { - "query": "\"helen of troy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "helen of troy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 125 - ] - }, - { - "query": "+long +legs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 473 - ] - }, - { - "query": "\"long legs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 140 - ] - }, - { - "query": "long legs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 465 - ] - }, - { - "query": "+sore +muscles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"sore muscles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "sore muscles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+connecticut +post", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 424 - ] - }, - { - "query": "\"connecticut post\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "connecticut post", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 437 - ] - }, - { - "query": "+danbury +ct", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"danbury ct\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "danbury ct", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "+chicago +bulls", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 233 - ] - }, - { - "query": "\"chicago bulls\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "chicago bulls", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 260 - ] - }, - { - "query": "+child +support", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 557 - ] - }, - { - "query": "\"child support\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 189 - ] - }, - { - "query": "child support", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 562 - ] - }, - { - "query": "+iq +scores", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "\"iq scores\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "iq scores", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "+philadelphia +phillies", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 159 - ] - }, - { - "query": "\"philadelphia phillies\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "philadelphia phillies", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 164 - ] - }, - { - "query": "+trans +siberian +orchestra", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 224 - ] - }, - { - "query": "\"trans siberian orchestra\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "trans siberian orchestra", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 206 - ] - }, - { - "query": "+naomi +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 99 - ] - }, - { - "query": "\"naomi wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "naomi wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "+montgomery +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 426 - ] - }, - { - "query": "\"montgomery college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 103 - ] - }, - { - "query": "montgomery college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 423 - ] - }, - { - "query": "+belcourt +castle", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 152 - ] - }, - { - "query": "\"belcourt castle\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "belcourt castle", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 148 - ] - }, - { - "query": "+binghamton +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 936 - ] - }, - { - "query": "\"binghamton new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 210 - ] - }, - { - "query": "binghamton new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 844 - ] - }, - { - "query": "+tallest +trees +in +the +world", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 779 - ] - }, - { - "query": "\"tallest trees in the world\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "tallest trees in the world", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 759 - ] - }, - { - "query": "+reading +museum", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 410 - ] - }, - { - "query": "\"reading museum\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "reading museum", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 408 - ] - }, - { - "query": "+merry +christmas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 145 - ] - }, - { - "query": "\"merry christmas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "merry christmas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 145 - ] - }, - { - "query": "+flow +meter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 195 - ] - }, - { - "query": "\"flow meter\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "flow meter", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 209 - ] - }, - { - "query": "+famous +quotes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 295 - ] - }, - { - "query": "\"famous quotes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "famous quotes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 276 - ] - }, - { - "query": "+georgian +architecture", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 235 - ] - }, - { - "query": "\"georgian architecture\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "georgian architecture", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 232 - ] - }, - { - "query": "+prayer +times", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 411 - ] - }, - { - "query": "\"prayer times\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 109 - ] - }, - { - "query": "prayer times", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 407 - ] - }, - { - "query": "+columbia +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 669 - ] - }, - { - "query": "\"columbia university\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 323 - ] - }, - { - "query": "columbia university", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 722 - ] - }, - { - "query": "+fluid +power", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 316 - ] - }, - { - "query": "\"fluid power\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "fluid power", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 314 - ] - }, - { - "query": "+american +south", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 1000 - ] - }, - { - "query": "\"american south\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 979 - ] - }, - { - "query": "american south", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 965 - ] - }, - { - "query": "+international +baseball", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 578 - ] - }, - { - "query": "\"international baseball\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 130 - ] - }, - { - "query": "international baseball", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 556 - ] - }, - { - "query": "+ace +frehley", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"ace frehley\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "ace frehley", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+the +globe +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 269 - ] - }, - { - "query": "\"the globe newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "the globe newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 266 - ] - }, - { - "query": "+decorative +windows", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 224 - ] - }, - { - "query": "\"decorative windows\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "decorative windows", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 217 - ] - }, - { - "query": "+ancient +egypt", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 330 - ] - }, - { - "query": "\"ancient egypt\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "ancient egypt", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 325 - ] - }, - { - "query": "+american +academy +of +child +and +adolescent +psychiatry", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1156 - ] - }, - { - "query": "\"american academy of child and adolescent psychiatry\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 206 - ] - }, - { - "query": "american academy of child and adolescent psychiatry", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1155 - ] - }, - { - "query": "+york +photo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 415 - ] - }, - { - "query": "\"york photo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "york photo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 418 - ] - }, - { - "query": "+good +luck", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 316 - ] - }, - { - "query": "\"good luck\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "good luck", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 323 - ] - }, - { - "query": "+world +bank +president", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 1096 - ] - }, - { - "query": "\"world bank president\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 296 - ] - }, - { - "query": "world bank president", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 1096 - ] - }, - { - "query": "+jonathan +daniel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 249 - ] - }, - { - "query": "\"jonathan daniel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "jonathan daniel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 262 - ] - }, - { - "query": "+clothing +optional", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "\"clothing optional\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "clothing optional", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 130 - ] - }, - { - "query": "+xena +warrior +princess", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 168 - ] - }, - { - "query": "\"xena warrior princess\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "xena warrior princess", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 167 - ] - }, - { - "query": "+time +for +kids", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 611 - ] - }, - { - "query": "\"time for kids\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 204 - ] - }, - { - "query": "time for kids", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 604 - ] - }, - { - "query": "+tom +welling", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 170 - ] - }, - { - "query": "\"tom welling\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "tom welling", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 160 - ] - }, - { - "query": "+elliott +smith", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 238 - ] - }, - { - "query": "\"elliott smith\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "elliott smith", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 237 - ] - }, - { - "query": "+heart +disease", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 370 - ] - }, - { - "query": "\"heart disease\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 117 - ] - }, - { - "query": "heart disease", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 396 - ] - }, - { - "query": "+st +petersburg +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1277 - ] - }, - { - "query": "\"st petersburg high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 252 - ] - }, - { - "query": "st petersburg high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1278 - ] - }, - { - "query": "+fatherless +children", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 338 - ] - }, - { - "query": "\"fatherless children\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "fatherless children", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 325 - ] - }, - { - "query": "+hotel +del +coronado", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 347 - ] - }, - { - "query": "\"hotel del coronado\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "hotel del coronado", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 352 - ] - }, - { - "query": "+law +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 327 - ] - }, - { - "query": "\"law dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "law dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 328 - ] - }, - { - "query": "+anderson +hospital", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 339 - ] - }, - { - "query": "\"anderson hospital\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "anderson hospital", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 331 - ] - }, - { - "query": "+kenosha +wisconsin", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 140 - ] - }, - { - "query": "\"kenosha wisconsin\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "kenosha wisconsin", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "+false +prophets", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "\"false prophets\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "false prophets", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "+cheap +hotels", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "\"cheap hotels\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "cheap hotels", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "+walk +the +line", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 427 - ] - }, - { - "query": "\"walk the line\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 120 - ] - }, - { - "query": "walk the line", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 426 - ] - }, - { - "query": "+missy +elliott", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "\"missy elliott\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "missy elliott", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "+portrait +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 362 - ] - }, - { - "query": "\"portrait studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "portrait studio", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 352 - ] - }, - { - "query": "+calvin +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "\"calvin klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "calvin klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "+kitchen +accessories", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "\"kitchen accessories\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "kitchen accessories", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 120 - ] - }, - { - "query": "+consumer +affairs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 271 - ] - }, - { - "query": "\"consumer affairs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "consumer affairs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 284 - ] - }, - { - "query": "+adobe +buildings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 238 - ] - }, - { - "query": "\"adobe buildings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "adobe buildings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 235 - ] - }, - { - "query": "+national +book +award", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 1213 - ] - }, - { - "query": "\"national book award\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 432 - ] - }, - { - "query": "national book award", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 1268 - ] - }, - { - "query": "+back +surgery", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 480 - ] - }, - { - "query": "\"back surgery\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 142 - ] - }, - { - "query": "back surgery", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 469 - ] - }, - { - "query": "+mid +continent +airport", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 470 - ] - }, - { - "query": "\"mid continent airport\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "mid continent airport", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 460 - ] - }, - { - "query": "+developmental +delays", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "\"developmental delays\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "developmental delays", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "+elise +neal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"elise neal\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "elise neal", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+canadian +real +estate", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 701 - ] - }, - { - "query": "\"canadian real estate\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "canadian real estate", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 703 - ] - }, - { - "query": "+barrett +jackson", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 153 - ] - }, - { - "query": "\"barrett jackson\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "barrett jackson", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 158 - ] - }, - { - "query": "+bmw +engines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 116 - ] - }, - { - "query": "\"bmw engines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "bmw engines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "+john +donne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 369 - ] - }, - { - "query": "\"john donne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "john donne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 402 - ] - }, - { - "query": "+evening +wear", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 245 - ] - }, - { - "query": "\"evening wear\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "evening wear", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 238 - ] - }, - { - "query": "+toxic +encephalopathy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"toxic encephalopathy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "toxic encephalopathy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+critical +care +nurse", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 489 - ] - }, - { - "query": "\"critical care nurse\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "critical care nurse", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 469 - ] - }, - { - "query": "+the +breakfast +club", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 394 - ] - }, - { - "query": "\"the breakfast club\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "the breakfast club", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 387 - ] - }, - { - "query": "+lost +episode", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 480 - ] - }, - { - "query": "\"lost episode\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "lost episode", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 478 - ] - }, - { - "query": "+seal +pictures", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 224 - ] - }, - { - "query": "\"seal pictures\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "seal pictures", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 237 - ] - }, - { - "query": "+critical +care +medicine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 636 - ] - }, - { - "query": "\"critical care medicine\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "critical care medicine", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 628 - ] - }, - { - "query": "+hurricane +wilma", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"hurricane wilma\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "hurricane wilma", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "+john +wilkes +booth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 437 - ] - }, - { - "query": "\"john wilkes booth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "john wilkes booth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 438 - ] - }, - { - "query": "+sesame +street", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 269 - ] - }, - { - "query": "\"sesame street\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "sesame street", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 275 - ] - }, - { - "query": "+ellen +degeneres +show", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 375 - ] - }, - { - "query": "\"ellen degeneres show\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "ellen degeneres show", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 371 - ] - }, - { - "query": "+jaguar +x +type", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 421 - ] - }, - { - "query": "\"jaguar x type\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "jaguar x type", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 441 - ] - }, - { - "query": "+the +movement", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 223 - ] - }, - { - "query": "\"the movement\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 490 - ] - }, - { - "query": "the movement", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 219 - ] - }, - { - "query": "+sarah +fisher", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 165 - ] - }, - { - "query": "\"sarah fisher\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "sarah fisher", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 157 - ] - }, - { - "query": "+dexter +michigan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 164 - ] - }, - { - "query": "\"dexter michigan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "dexter michigan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 165 - ] - }, - { - "query": "+little +brown +jug", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 529 - ] - }, - { - "query": "\"little brown jug\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "little brown jug", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 515 - ] - }, - { - "query": "+books +on +cd", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 376 - ] - }, - { - "query": "\"books on cd\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "books on cd", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 376 - ] - }, - { - "query": "+carolyn +jones", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 159 - ] - }, - { - "query": "\"carolyn jones\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "carolyn jones", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 160 - ] - }, - { - "query": "+aishwarya +rai", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"aishwarya rai\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "aishwarya rai", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+trendy +clothes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "\"trendy clothes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "trendy clothes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "+weather +underground", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 256 - ] - }, - { - "query": "\"weather underground\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "weather underground", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 263 - ] - }, - { - "query": "+mercedes +benz", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"mercedes benz\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "mercedes benz", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+analog +computer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 190 - ] - }, - { - "query": "\"analog computer\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "analog computer", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 192 - ] - }, - { - "query": "+pump +it +up", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 542 - ] - }, - { - "query": "\"pump it up\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 157 - ] - }, - { - "query": "pump it up", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 541 - ] - }, - { - "query": "+food +carts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 200 - ] - }, - { - "query": "\"food carts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "food carts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 197 - ] - }, - { - "query": "+graduate +management +admission +test", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 708 - ] - }, - { - "query": "\"graduate management admission test\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "graduate management admission test", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 710 - ] - }, - { - "query": "+big +boss +man", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 597 - ] - }, - { - "query": "\"big boss man\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "big boss man", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 603 - ] - }, - { - "query": "+gun +magazines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 267 - ] - }, - { - "query": "\"gun magazines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "gun magazines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 283 - ] - }, - { - "query": "+bankruptcy +laws", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 193 - ] - }, - { - "query": "\"bankruptcy laws\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "bankruptcy laws", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 184 - ] - }, - { - "query": "+antonio +cromartie", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "\"antonio cromartie\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "antonio cromartie", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "+sky +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 386 - ] - }, - { - "query": "\"sky news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "sky news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 349 - ] - }, - { - "query": "+phone +cases", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 283 - ] - }, - { - "query": "\"phone cases\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "phone cases", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 285 - ] - }, - { - "query": "+the +incredibles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "\"the incredibles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "the incredibles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+padre +island", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 262 - ] - }, - { - "query": "\"padre island\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "padre island", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 265 - ] - }, - { - "query": "+worcester +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 852 - ] - }, - { - "query": "\"worcester state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 144 - ] - }, - { - "query": "worcester state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 836 - ] - }, - { - "query": "+little +cars", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 420 - ] - }, - { - "query": "\"little cars\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "little cars", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 435 - ] - }, - { - "query": "+jefferson +davis +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1021 - ] - }, - { - "query": "\"jefferson davis high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 186 - ] - }, - { - "query": "jefferson davis high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1026 - ] - }, - { - "query": "+game +downloads", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 290 - ] - }, - { - "query": "\"game downloads\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "game downloads", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 326 - ] - }, - { - "query": "+chicken +noodle +soup", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "\"chicken noodle soup\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "chicken noodle soup", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "+music +stands", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 530 - ] - }, - { - "query": "\"music stands\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "music stands", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 542 - ] - }, - { - "query": "+microsoft +frontpage", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "\"microsoft frontpage\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "microsoft frontpage", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "+camp +claiborne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 182 - ] - }, - { - "query": "\"camp claiborne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "camp claiborne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 174 - ] - }, - { - "query": "+william +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 341 - ] - }, - { - "query": "\"william wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "william wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 339 - ] - }, - { - "query": "+home +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 577 - ] - }, - { - "query": "\"home loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 131 - ] - }, - { - "query": "home loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 522 - ] - }, - { - "query": "+cherry +blossom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "\"cherry blossom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "cherry blossom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "+miami +dade +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 497 - ] - }, - { - "query": "\"miami dade college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "miami dade college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 504 - ] - }, - { - "query": "+time +in +denver", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 592 - ] - }, - { - "query": "\"time in denver\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 188 - ] - }, - { - "query": "time in denver", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 590 - ] - }, - { - "query": "+naked +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 291 - ] - }, - { - "query": "\"naked news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "naked news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 277 - ] - }, - { - "query": "+wildlife +photography", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 196 - ] - }, - { - "query": "\"wildlife photography\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "wildlife photography", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 203 - ] - }, - { - "query": "+david +kim", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 337 - ] - }, - { - "query": "\"david kim\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "david kim", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 339 - ] - }, - { - "query": "+printer +ink", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "\"printer ink\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "printer ink", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+all +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 695 - ] - }, - { - "query": "\"all funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 338 - ] - }, - { - "query": "all funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 697 - ] - }, - { - "query": "+zion +national +park", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 781 - ] - }, - { - "query": "\"zion national park\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 140 - ] - }, - { - "query": "zion national park", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 773 - ] - }, - { - "query": "+john +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 391 - ] - }, - { - "query": "\"john klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "john klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 395 - ] - }, - { - "query": "+edith +wharton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"edith wharton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "edith wharton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+times +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 685 - ] - }, - { - "query": "\"times union\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 345 - ] - }, - { - "query": "times union", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 662 - ] - }, - { - "query": "+milan +tennessee", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 221 - ] - }, - { - "query": "\"milan tennessee\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "milan tennessee", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 223 - ] - }, - { - "query": "+western +herald", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 382 - ] - }, - { - "query": "\"western herald\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "western herald", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 390 - ] - }, - { - "query": "+care +a +lot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 343 - ] - }, - { - "query": "\"care a lot\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 81 - ] - }, - { - "query": "care a lot", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 342 - ] - }, - { - "query": "+costume +designers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "\"costume designers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "costume designers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "+the +actors +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 352 - ] - }, - { - "query": "\"the actors studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "the actors studio", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 350 - ] - }, - { - "query": "+personal +chef", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 323 - ] - }, - { - "query": "\"personal chef\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "personal chef", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 330 - ] - }, - { - "query": "+david +koresh", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 245 - ] - }, - { - "query": "\"david koresh\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "david koresh", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 242 - ] - }, - { - "query": "+bismarck +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 796 - ] - }, - { - "query": "\"bismarck state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "bismarck state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 789 - ] - }, - { - "query": "+the +oregonian +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 230 - ] - }, - { - "query": "\"the oregonian newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "the oregonian newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 218 - ] - }, - { - "query": "+justin +timberlake", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"justin timberlake\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "justin timberlake", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "+hawk +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 245 - ] - }, - { - "query": "\"hawk mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "hawk mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 235 - ] - }, - { - "query": "+kristanna +loken", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "\"kristanna loken\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "kristanna loken", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 13 - ] - }, - { - "query": "+chicago +teachers +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 672 - ] - }, - { - "query": "\"chicago teachers union\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "chicago teachers union", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 668 - ] - }, - { - "query": "+connecticut +historical +society", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 625 - ] - }, - { - "query": "\"connecticut historical society\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "connecticut historical society", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 645 - ] - }, - { - "query": "+shih +tzu", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"shih tzu\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "shih tzu", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "+robert +fuller", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 286 - ] - }, - { - "query": "\"robert fuller\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "robert fuller", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 297 - ] - }, - { - "query": "+zip +code", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 179 - ] - }, - { - "query": "\"zip code\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "zip code", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 176 - ] - }, - { - "query": "+bass +fishing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 242 - ] - }, - { - "query": "\"bass fishing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "bass fishing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 237 - ] - }, - { - "query": "+ford +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 360 - ] - }, - { - "query": "\"ford parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "ford parts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 367 - ] - }, - { - "query": "+automatic +writing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 339 - ] - }, - { - "query": "\"automatic writing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "automatic writing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 333 - ] - }, - { - "query": "+roundabout +theatre", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 209 - ] - }, - { - "query": "\"roundabout theatre\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "roundabout theatre", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 213 - ] - }, - { - "query": "+table +lamps", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 193 - ] - }, - { - "query": "\"table lamps\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "table lamps", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "+the +garden +of +eden", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 223 - ] - }, - { - "query": "\"the garden of eden\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "the garden of eden", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 233 - ] - }, - { - "query": "+immigration +to +mexico", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 261 - ] - }, - { - "query": "\"immigration to mexico\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "immigration to mexico", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 268 - ] - }, - { - "query": "+the +daily +breeze", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 224 - ] - }, - { - "query": "\"the daily breeze\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "the daily breeze", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 225 - ] - }, - { - "query": "+debra +jo +rupp", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "\"debra jo rupp\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "debra jo rupp", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 103 - ] - }, - { - "query": "+term +life +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 829 - ] - }, - { - "query": "\"term life insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 242 - ] - }, - { - "query": "term life insurance", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 871 - ] - }, - { - "query": "+tennis +elbow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 146 - ] - }, - { - "query": "\"tennis elbow\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "tennis elbow", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "+kidney +transplant", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"kidney transplant\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "kidney transplant", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "+us +coast +guard", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 728 - ] - }, - { - "query": "\"us coast guard\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "us coast guard", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 740 - ] - }, - { - "query": "+car +stereo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 220 - ] - }, - { - "query": "\"car stereo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "car stereo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 223 - ] - }, - { - "query": "+playa +del +rey", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 212 - ] - }, - { - "query": "\"playa del rey\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "playa del rey", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 210 - ] - }, - { - "query": "+domain +names", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 310 - ] - }, - { - "query": "\"domain names\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "domain names", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 317 - ] - }, - { - "query": "+premier +wine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 253 - ] - }, - { - "query": "\"premier wine\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "premier wine", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 248 - ] - }, - { - "query": "+too +faced", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 404 - ] - }, - { - "query": "\"too faced\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "too faced", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 409 - ] - }, - { - "query": "+avon +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 459 - ] - }, - { - "query": "\"avon school\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 115 - ] - }, - { - "query": "avon school", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 454 - ] - }, - { - "query": "+jungle +boy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 219 - ] - }, - { - "query": "\"jungle boy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "jungle boy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 220 - ] - }, - { - "query": "+ventura +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 381 - ] - }, - { - "query": "\"ventura college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "ventura college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 379 - ] - }, - { - "query": "+kansas +city +kings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 667 - ] - }, - { - "query": "\"kansas city kings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "kansas city kings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 670 - ] - }, - { - "query": "+new +haven", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 630 - ] - }, - { - "query": "\"new haven\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 297 - ] - }, - { - "query": "new haven", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 637 - ] - }, - { - "query": "+ron +keel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 104 - ] - }, - { - "query": "\"ron keel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "ron keel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "+business +consultants", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 313 - ] - }, - { - "query": "\"business consultants\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "business consultants", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 292 - ] - }, - { - "query": "+open +source +software", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 686 - ] - }, - { - "query": "\"open source software\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 154 - ] - }, - { - "query": "open source software", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 691 - ] - }, - { - "query": "+ambassador +of +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 325 - ] - }, - { - "query": "\"ambassador of italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "ambassador of italy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 329 - ] - }, - { - "query": "+los +angeles +daily +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 889 - ] - }, - { - "query": "\"los angeles daily news\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 138 - ] - }, - { - "query": "los angeles daily news", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 887 - ] - }, - { - "query": "+napa +auto +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 303 - ] - }, - { - "query": "\"napa auto parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "napa auto parts", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 310 - ] - }, - { - "query": "+law +school +rankings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 811 - ] - }, - { - "query": "\"law school rankings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 232 - ] - }, - { - "query": "law school rankings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 800 - ] - }, - { - "query": "+hsbc +bank", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 209 - ] - }, - { - "query": "\"hsbc bank\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "hsbc bank", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 212 - ] - }, - { - "query": "+cognitive +impairment", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"cognitive impairment\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "cognitive impairment", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "+mushroom +kingdom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 246 - ] - }, - { - "query": "\"mushroom kingdom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "mushroom kingdom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 248 - ] - }, - { - "query": "+the +progressive", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "\"the progressive\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "the progressive", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 103 - ] - }, - { - "query": "+mood +swings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"mood swings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "mood swings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "+ugly +people", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 418 - ] - }, - { - "query": "\"ugly people\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "ugly people", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 425 - ] - }, - { - "query": "+little +shop +of +horrors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 470 - ] - }, - { - "query": "\"little shop of horrors\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "little shop of horrors", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 471 - ] - }, - { - "query": "+abilene +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"abilene tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "abilene tx", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+internet +fraud", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 206 - ] - }, - { - "query": "\"internet fraud\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "internet fraud", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 204 - ] - }, - { - "query": "+tv +party", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 594 - ] - }, - { - "query": "\"tv party\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 166 - ] - }, - { - "query": "tv party", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 595 - ] - }, - { - "query": "+new +jersey +police", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 979 - ] - }, - { - "query": "\"new jersey police\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 251 - ] - }, - { - "query": "new jersey police", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 976 - ] - }, - { - "query": "+university +of +akron", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 505 - ] - }, - { - "query": "\"university of akron\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 119 - ] - }, - { - "query": "university of akron", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 530 - ] - }, - { - "query": "+the +news +journal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 401 - ] - }, - { - "query": "\"the news journal\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 112 - ] - }, - { - "query": "the news journal", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 397 - ] - }, - { - "query": "+cartoon +network", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 277 - ] - }, - { - "query": "\"cartoon network\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "cartoon network", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 296 - ] - }, - { - "query": "+robert +reed", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 318 - ] - }, - { - "query": "\"robert reed\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "robert reed", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 313 - ] - }, - { - "query": "+interracial +love", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 241 - ] - }, - { - "query": "\"interracial love\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "interracial love", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 241 - ] - }, - { - "query": "+round +table", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 470 - ] - }, - { - "query": "\"round table\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 121 - ] - }, - { - "query": "round table", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 470 - ] - }, - { - "query": "+low +estrogen", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 244 - ] - }, - { - "query": "\"low estrogen\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "low estrogen", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 245 - ] - }, - { - "query": "+akron +beacon", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "\"akron beacon\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "akron beacon", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+john +wellington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 441 - ] - }, - { - "query": "\"john wellington\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "john wellington", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 459 - ] - }, - { - "query": "+city +in +iran", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 536 - ] - }, - { - "query": "\"city in iran\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 157 - ] - }, - { - "query": "city in iran", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 540 - ] - }, - { - "query": "+corpus +christi +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "\"corpus christi tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "corpus christi tx", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "+becoming +a +widow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 330 - ] - }, - { - "query": "\"becoming a widow\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "becoming a widow", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 326 - ] - }, - { - "query": "+king +kalakaua", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 278 - ] - }, - { - "query": "\"king kalakaua\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "king kalakaua", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 257 - ] - }, - { - "query": "+centerville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 785 - ] - }, - { - "query": "\"centerville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 167 - ] - }, - { - "query": "centerville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 797 - ] - }, - { - "query": "+foam +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"foam mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 14 - ] - }, - { - "query": "foam mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+music +videos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 447 - ] - }, - { - "query": "\"music videos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 169 - ] - }, - { - "query": "music videos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 443 - ] - }, - { - "query": "+farmers +almanac", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "\"farmers almanac\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "farmers almanac", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "+civil +war +battlefields", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 660 - ] - }, - { - "query": "\"civil war battlefields\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 172 - ] - }, - { - "query": "civil war battlefields", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 682 - ] - }, - { - "query": "+national +security +cutter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 735 - ] - }, - { - "query": "\"national security cutter\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 161 - ] - }, - { - "query": "national security cutter", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 751 - ] - }, - { - "query": "+eastern +mennonite +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 707 - ] - }, - { - "query": "\"eastern mennonite university\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 116 - ] - }, - { - "query": "eastern mennonite university", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 698 - ] - }, - { - "query": "+new +york +times +best +sellers +list", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1962 - ] - }, - { - "query": "\"new york times best sellers list\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 602 - ] - }, - { - "query": "new york times best sellers list", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1991 - ] - }, - { - "query": "+usb +hub", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "\"usb hub\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "usb hub", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "+rob +halford", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "\"rob halford\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "rob halford", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "+new +york +towns", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 1067 - ] - }, - { - "query": "\"new york towns\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 438 - ] - }, - { - "query": "new york towns", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 1072 - ] - }, - { - "query": "+medal +of +honor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 402 - ] - }, - { - "query": "\"medal of honor\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 140 - ] - }, - { - "query": "medal of honor", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 379 - ] - }, - { - "query": "+hot +springs +south +dakota", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 814 - ] - }, - { - "query": "\"hot springs south dakota\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 153 - ] - }, - { - "query": "hot springs south dakota", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 818 - ] - }, - { - "query": "+home +business", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 711 - ] - }, - { - "query": "\"home business\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 404 - ] - }, - { - "query": "home business", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 707 - ] - }, - { - "query": "+perfume +bottles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"perfume bottles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "perfume bottles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "+old +photos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 429 - ] - }, - { - "query": "\"old photos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "old photos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 422 - ] - }, - { - "query": "+edith +head", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 349 - ] - }, - { - "query": "\"edith head\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "edith head", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 347 - ] - }, - { - "query": "+danube +river", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 336 - ] - }, - { - "query": "\"danube river\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "danube river", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 332 - ] - }, - { - "query": "+bladder +tumor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"bladder tumor\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "bladder tumor", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+the +british +embassy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 394 - ] - }, - { - "query": "\"the british embassy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 92 - ] - }, - { - "query": "the british embassy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 396 - ] - }, - { - "query": "+human +trafficking", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 257 - ] - }, - { - "query": "\"human trafficking\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "human trafficking", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 257 - ] - }, - { - "query": "+new +england +aquarium", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 909 - ] - }, - { - "query": "\"new england aquarium\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 295 - ] - }, - { - "query": "new england aquarium", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 905 - ] - }, - { - "query": "+the +book +of +life", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 731 - ] - }, - { - "query": "\"the book of life\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 888 - ] - }, - { - "query": "the book of life", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 754 - ] - }, - { - "query": "+rolex +watches", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "\"rolex watches\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 15 - ] - }, - { - "query": "rolex watches", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "+water +filters", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 292 - ] - }, - { - "query": "\"water filters\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "water filters", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 294 - ] - }, - { - "query": "+general +motors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 401 - ] - }, - { - "query": "\"general motors\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "general motors", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 395 - ] - }, - { - "query": "+the +preakness", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"the preakness\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "the preakness", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 17 - ] - }, - { - "query": "+blue +ridge +parkway", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 372 - ] - }, - { - "query": "\"blue ridge parkway\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "blue ridge parkway", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 348 - ] - }, - { - "query": "+elizabeth +vargas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 186 - ] - }, - { - "query": "\"elizabeth vargas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "elizabeth vargas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 186 - ] - }, - { - "query": "+canon +powershot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "\"canon powershot\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "canon powershot", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+air +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 263 - ] - }, - { - "query": "\"air mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "air mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 267 - ] - }, - { - "query": "+pocket +pc", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 128 - ] - }, - { - "query": "\"pocket pc\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "pocket pc", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "+chicago +public +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 844 - ] - }, - { - "query": "\"chicago public schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 142 - ] - }, - { - "query": "chicago public schools", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 884 - ] - }, - { - "query": "+george +r +brown +convention +center", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1294 - ] - }, - { - "query": "\"george r brown convention center\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "george r brown convention center", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1294 - ] - }, - { - "query": "+warren +county", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 474 - ] - }, - { - "query": "\"warren county\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 116 - ] - }, - { - "query": "warren county", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 467 - ] - }, - { - "query": "+animal +rights", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 384 - ] - }, - { - "query": "\"animal rights\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "animal rights", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 383 - ] - }, - { - "query": "+david +lee +roth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 461 - ] - }, - { - "query": "\"david lee roth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "david lee roth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 458 - ] - }, - { - "query": "+central +community +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 1148 - ] - }, - { - "query": "\"central community college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 343 - ] - }, - { - "query": "central community college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 1117 - ] - }, - { - "query": "+power +rangers +ninja +storm", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 523 - ] - }, - { - "query": "\"power rangers ninja storm\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "power rangers ninja storm", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 485 - ] - }, - { - "query": "+movie +theatres", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 239 - ] - }, - { - "query": "\"movie theatres\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "movie theatres", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 241 - ] - }, - { - "query": "+canary +bird", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 138 - ] - }, - { - "query": "\"canary bird\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "canary bird", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 144 - ] - }, - { - "query": "+health +literacy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 305 - ] - }, - { - "query": "\"health literacy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "health literacy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 310 - ] - }, - { - "query": "+david +thornton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 272 - ] - }, - { - "query": "\"david thornton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "david thornton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 267 - ] - }, - { - "query": "+jamie +murray", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 130 - ] - }, - { - "query": "\"jamie murray\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "jamie murray", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 131 - ] - }, - { - "query": "+boulder +city +nevada", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 566 - ] - }, - { - "query": "\"boulder city nevada\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 121 - ] - }, - { - "query": "boulder city nevada", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 556 - ] - }, - { - "query": "+united +states +constitution", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 1022 - ] - }, - { - "query": "\"united states constitution\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 766 - ] - }, - { - "query": "united states constitution", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 1006 - ] - }, - { - "query": "+niceville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 783 - ] - }, - { - "query": "\"niceville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 194 - ] - }, - { - "query": "niceville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 782 - ] - }, - { - "query": "+sleep +study", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 324 - ] - }, - { - "query": "\"sleep study\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "sleep study", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 316 - ] - }, - { - "query": "+true +religion", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 332 - ] - }, - { - "query": "\"true religion\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "true religion", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 361 - ] - }, - { - "query": "+google +satellite", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 147 - ] - }, - { - "query": "\"google satellite\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "google satellite", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 157 - ] - }, - { - "query": "+laborers +international +union +of +north +america", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1297 - ] - }, - { - "query": "\"laborers international union of north america\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 192 - ] - }, - { - "query": "laborers international union of north america", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1323 - ] - }, - { - "query": "+\"the who\" +uk", - "tags": [ - "two-phase-critic" - ], - "count": 1, - "duration": [ - 5546 - ] - }, - { - "query": "+to +be +or +not +to +be", - "tags": [ - "intersection", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1250 - ] - }, - { - "query": "\"to be or not to be\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 5883 - ] - }, - { - "query": "to be or not to be", - "tags": [ - "union", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1228 - ] - } - ], - "lucene-9.9.2-bp": [ - { - "query": "the", - "tags": [ - "term" - ], - "count": 1, - "duration": [ - 852 - ] - }, - { - "query": "+griffith +observatory", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"griffith observatory\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "griffith observatory", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "+bowel +obstruction", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"bowel obstruction\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "bowel obstruction", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+vicenza +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"vicenza italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "vicenza italy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "+digital +scanning", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"digital scanning\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "digital scanning", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "+plus +size +clothing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"plus size clothing\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "plus size clothing", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 131 - ] - }, - { - "query": "+borders +books", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"borders books\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "borders books", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 120 - ] - }, - { - "query": "+american +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "\"american funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "american funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 274 - ] - }, - { - "query": "+scottsdale +az", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"scottsdale az\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "scottsdale az", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+wisconsin +attorney +general", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"wisconsin attorney general\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "wisconsin attorney general", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 161 - ] - }, - { - "query": "+the +english +restoration", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "\"the english restoration\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 163 - ] - }, - { - "query": "the english restoration", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 426 - ] - }, - { - "query": "+freelance +work", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"freelance work\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "freelance work", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 148 - ] - }, - { - "query": "+french +culinary +institute", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"french culinary institute\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "french culinary institute", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 250 - ] - }, - { - "query": "+color +combinations", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"color combinations\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "color combinations", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "+italian +translation", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"italian translation\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "italian translation", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 159 - ] - }, - { - "query": "+milwaukee +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"milwaukee newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "milwaukee newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 99 - ] - }, - { - "query": "+robert +green +ingersoll", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"robert green ingersoll\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "robert green ingersoll", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 205 - ] - }, - { - "query": "+omaha +symphony", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"omaha symphony\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "omaha symphony", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+body +painting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"body painting\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "body painting", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 116 - ] - }, - { - "query": "+who +dares +wins", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"who dares wins\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "who dares wins", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "+west +palm +beach +florida", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"west palm beach florida\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "west palm beach florida", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 210 - ] - }, - { - "query": "+stone +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"stone mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "stone mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 152 - ] - }, - { - "query": "+san +francisco", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 114 - ] - }, - { - "query": "\"san francisco\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 147 - ] - }, - { - "query": "san francisco", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 136 - ] - }, - { - "query": "+ford +modeling +agency", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"ford modeling agency\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "ford modeling agency", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 115 - ] - }, - { - "query": "+glass +works", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "\"glass works\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "glass works", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 144 - ] - }, - { - "query": "+personal +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"personal loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "personal loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "+texas +state +legislature", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"texas state legislature\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "texas state legislature", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 226 - ] - }, - { - "query": "+spiritual +warfare", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"spiritual warfare\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "spiritual warfare", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "+georgia +public +broadcasting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"georgia public broadcasting\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "georgia public broadcasting", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 161 - ] - }, - { - "query": "+graffiti +art", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"graffiti art\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "graffiti art", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 168 - ] - }, - { - "query": "+texas +death +row", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"texas death row\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "texas death row", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 169 - ] - }, - { - "query": "+catholic +answers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"catholic answers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "catholic answers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "+interest +only", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 152 - ] - }, - { - "query": "\"interest only\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 186 - ] - }, - { - "query": "interest only", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 224 - ] - }, - { - "query": "+region +iv", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "\"region iv\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "region iv", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 132 - ] - }, - { - "query": "+army +reserve", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "\"army reserve\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "army reserve", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 156 - ] - }, - { - "query": "+chicken +coop", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"chicken coop\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "chicken coop", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+people +having +sex", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "\"people having sex\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "people having sex", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 294 - ] - }, - { - "query": "+new +york +population", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 117 - ] - }, - { - "query": "\"new york population\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 138 - ] - }, - { - "query": "new york population", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 412 - ] - }, - { - "query": "+most +improved +player", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "\"most improved player\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "most improved player", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 320 - ] - }, - { - "query": "+ear +ache", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"ear ache\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "ear ache", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+mercury +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"mercury insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "mercury insurance", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "+battle +of +the +bulge", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "\"battle of the bulge\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "battle of the bulge", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 629 - ] - }, - { - "query": "+secretary +of +state", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 183 - ] - }, - { - "query": "\"secretary of state\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 297 - ] - }, - { - "query": "secretary of state", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 338 - ] - }, - { - "query": "+third +trimester", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"third trimester\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "third trimester", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 190 - ] - }, - { - "query": "+hempstead +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"hempstead new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "hempstead new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 291 - ] - }, - { - "query": "+university +of +washington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 203 - ] - }, - { - "query": "\"university of washington\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 361 - ] - }, - { - "query": "university of washington", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 319 - ] - }, - { - "query": "+japan +airlines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"japan airlines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "japan airlines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "+freedom +tower", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"freedom tower\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "freedom tower", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 106 - ] - }, - { - "query": "+virginia +usa", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "\"virginia usa\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "virginia usa", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "+kasota +stone", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"kasota stone\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "kasota stone", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "+intramuscular +injections", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"intramuscular injections\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "intramuscular injections", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+jesus +as +a +child", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "\"jesus as a child\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "jesus as a child", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 514 - ] - }, - { - "query": "+montessori +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"montessori schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "montessori schools", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 122 - ] - }, - { - "query": "+oxford +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"oxford dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "oxford dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "+state +of +louisiana", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 120 - ] - }, - { - "query": "\"state of louisiana\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 183 - ] - }, - { - "query": "state of louisiana", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 272 - ] - }, - { - "query": "+penny +stocks", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"penny stocks\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "penny stocks", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+cured +of +cancer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"cured of cancer\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "cured of cancer", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 800 - ] - }, - { - "query": "+lord +of +the +rings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"lord of the rings\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "lord of the rings", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 622 - ] - }, - { - "query": "+helen +of +troy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"helen of troy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "helen of troy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 741 - ] - }, - { - "query": "+long +legs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "\"long legs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "long legs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "+sore +muscles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"sore muscles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "sore muscles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+connecticut +post", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"connecticut post\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "connecticut post", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 136 - ] - }, - { - "query": "+danbury +ct", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"danbury ct\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "danbury ct", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+chicago +bulls", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"chicago bulls\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "chicago bulls", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 97 - ] - }, - { - "query": "+child +support", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "\"child support\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "child support", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 167 - ] - }, - { - "query": "+iq +scores", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"iq scores\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "iq scores", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+philadelphia +phillies", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"philadelphia phillies\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "philadelphia phillies", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "+trans +siberian +orchestra", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"trans siberian orchestra\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "trans siberian orchestra", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "+naomi +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"naomi wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "naomi wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+montgomery +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"montgomery college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "montgomery college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 154 - ] - }, - { - "query": "+belcourt +castle", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"belcourt castle\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "belcourt castle", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+binghamton +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"binghamton new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "binghamton new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 287 - ] - }, - { - "query": "+tallest +trees +in +the +world", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"tallest trees in the world\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "tallest trees in the world", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 541 - ] - }, - { - "query": "+reading +museum", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "\"reading museum\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "reading museum", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "+merry +christmas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"merry christmas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "merry christmas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "+flow +meter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"flow meter\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "flow meter", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "+famous +quotes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"famous quotes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "famous quotes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 116 - ] - }, - { - "query": "+georgian +architecture", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"georgian architecture\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "georgian architecture", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "+prayer +times", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "\"prayer times\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "prayer times", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 149 - ] - }, - { - "query": "+columbia +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 117 - ] - }, - { - "query": "\"columbia university\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "columbia university", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 199 - ] - }, - { - "query": "+fluid +power", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"fluid power\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "fluid power", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "+american +south", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 286 - ] - }, - { - "query": "\"american south\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 333 - ] - }, - { - "query": "american south", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 406 - ] - }, - { - "query": "+international +baseball", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "\"international baseball\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "international baseball", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "+ace +frehley", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"ace frehley\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "ace frehley", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "+the +globe +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"the globe newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "the globe newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 561 - ] - }, - { - "query": "+decorative +windows", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"decorative windows\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "decorative windows", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "+ancient +egypt", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"ancient egypt\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "ancient egypt", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 120 - ] - }, - { - "query": "+american +academy +of +child +and +adolescent +psychiatry", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"american academy of child and adolescent psychiatry\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "american academy of child and adolescent psychiatry", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 593 - ] - }, - { - "query": "+york +photo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"york photo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "york photo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 147 - ] - }, - { - "query": "+good +luck", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"good luck\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "good luck", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 119 - ] - }, - { - "query": "+world +bank +president", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 122 - ] - }, - { - "query": "\"world bank president\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 123 - ] - }, - { - "query": "world bank president", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 364 - ] - }, - { - "query": "+jonathan +daniel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"jonathan daniel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "jonathan daniel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "+clothing +optional", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"clothing optional\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "clothing optional", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "+xena +warrior +princess", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"xena warrior princess\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "xena warrior princess", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "+time +for +kids", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 110 - ] - }, - { - "query": "\"time for kids\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 139 - ] - }, - { - "query": "time for kids", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 404 - ] - }, - { - "query": "+tom +welling", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"tom welling\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "tom welling", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "+elliott +smith", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"elliott smith\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "elliott smith", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "+heart +disease", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"heart disease\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "heart disease", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 115 - ] - }, - { - "query": "+st +petersburg +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "\"st petersburg high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "st petersburg high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 471 - ] - }, - { - "query": "+fatherless +children", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"fatherless children\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "fatherless children", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 159 - ] - }, - { - "query": "+hotel +del +coronado", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"hotel del coronado\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "hotel del coronado", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 122 - ] - }, - { - "query": "+law +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"law dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "law dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 148 - ] - }, - { - "query": "+anderson +hospital", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"anderson hospital\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "anderson hospital", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 92 - ] - }, - { - "query": "+kenosha +wisconsin", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"kenosha wisconsin\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "kenosha wisconsin", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+false +prophets", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"false prophets\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "false prophets", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "+cheap +hotels", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"cheap hotels\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "cheap hotels", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+walk +the +line", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "\"walk the line\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 153 - ] - }, - { - "query": "walk the line", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 329 - ] - }, - { - "query": "+missy +elliott", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"missy elliott\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "missy elliott", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "+portrait +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"portrait studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "portrait studio", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 131 - ] - }, - { - "query": "+calvin +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"calvin klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "calvin klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "+kitchen +accessories", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"kitchen accessories\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "kitchen accessories", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+consumer +affairs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"consumer affairs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "consumer affairs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "+adobe +buildings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"adobe buildings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "adobe buildings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "+national +book +award", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 162 - ] - }, - { - "query": "\"national book award\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 163 - ] - }, - { - "query": "national book award", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 354 - ] - }, - { - "query": "+back +surgery", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"back surgery\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "back surgery", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 121 - ] - }, - { - "query": "+mid +continent +airport", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"mid continent airport\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "mid continent airport", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 124 - ] - }, - { - "query": "+developmental +delays", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"developmental delays\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "developmental delays", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+elise +neal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"elise neal\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "elise neal", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+canadian +real +estate", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "\"canadian real estate\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "canadian real estate", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 224 - ] - }, - { - "query": "+barrett +jackson", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"barrett jackson\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "barrett jackson", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "+bmw +engines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"bmw engines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "bmw engines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "+john +donne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"john donne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "john donne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "+evening +wear", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"evening wear\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "evening wear", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "+toxic +encephalopathy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "\"toxic encephalopathy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "toxic encephalopathy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+critical +care +nurse", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"critical care nurse\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "critical care nurse", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 139 - ] - }, - { - "query": "+the +breakfast +club", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"the breakfast club\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "the breakfast club", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 301 - ] - }, - { - "query": "+lost +episode", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "\"lost episode\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "lost episode", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "+seal +pictures", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"seal pictures\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "seal pictures", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "+critical +care +medicine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"critical care medicine\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "critical care medicine", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 179 - ] - }, - { - "query": "+hurricane +wilma", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"hurricane wilma\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "hurricane wilma", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "+john +wilkes +booth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"john wilkes booth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "john wilkes booth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 196 - ] - }, - { - "query": "+sesame +street", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"sesame street\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "sesame street", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "+ellen +degeneres +show", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"ellen degeneres show\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "ellen degeneres show", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "+jaguar +x +type", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"jaguar x type\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "jaguar x type", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 154 - ] - }, - { - "query": "+the +movement", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 144 - ] - }, - { - "query": "\"the movement\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 502 - ] - }, - { - "query": "the movement", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 752 - ] - }, - { - "query": "+sarah +fisher", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"sarah fisher\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "sarah fisher", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "+dexter +michigan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"dexter michigan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "dexter michigan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "+little +brown +jug", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"little brown jug\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "little brown jug", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 165 - ] - }, - { - "query": "+books +on +cd", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"books on cd\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "books on cd", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 332 - ] - }, - { - "query": "+carolyn +jones", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"carolyn jones\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "carolyn jones", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "+aishwarya +rai", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"aishwarya rai\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "aishwarya rai", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+trendy +clothes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"trendy clothes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "trendy clothes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+weather +underground", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"weather underground\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "weather underground", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "+mercedes +benz", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"mercedes benz\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "mercedes benz", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+analog +computer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"analog computer\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "analog computer", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "+pump +it +up", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "\"pump it up\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "pump it up", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 528 - ] - }, - { - "query": "+food +carts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"food carts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "food carts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "+graduate +management +admission +test", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"graduate management admission test\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "graduate management admission test", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "+big +boss +man", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "\"big boss man\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "big boss man", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 194 - ] - }, - { - "query": "+gun +magazines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"gun magazines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "gun magazines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "+bankruptcy +laws", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"bankruptcy laws\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "bankruptcy laws", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "+antonio +cromartie", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"antonio cromartie\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "antonio cromartie", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+sky +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"sky news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "sky news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 104 - ] - }, - { - "query": "+phone +cases", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"phone cases\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "phone cases", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "+the +incredibles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"the incredibles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "the incredibles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 1435 - ] - }, - { - "query": "+padre +island", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"padre island\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "padre island", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 137 - ] - }, - { - "query": "+worcester +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"worcester state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "worcester state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 354 - ] - }, - { - "query": "+little +cars", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"little cars\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "little cars", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "+jefferson +davis +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"jefferson davis high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "jefferson davis high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 290 - ] - }, - { - "query": "+game +downloads", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"game downloads\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "game downloads", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 145 - ] - }, - { - "query": "+chicken +noodle +soup", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"chicken noodle soup\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "chicken noodle soup", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "+music +stands", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "\"music stands\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "music stands", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 181 - ] - }, - { - "query": "+microsoft +frontpage", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"microsoft frontpage\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "microsoft frontpage", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "+camp +claiborne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"camp claiborne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "camp claiborne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "+william +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"william wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "william wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "+home +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "\"home loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "home loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 109 - ] - }, - { - "query": "+cherry +blossom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"cherry blossom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "cherry blossom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+miami +dade +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"miami dade college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "miami dade college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 165 - ] - }, - { - "query": "+time +in +denver", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "\"time in denver\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 132 - ] - }, - { - "query": "time in denver", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 417 - ] - }, - { - "query": "+naked +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"naked news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "naked news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "+wildlife +photography", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"wildlife photography\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "wildlife photography", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "+david +kim", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"david kim\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "david kim", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "+printer +ink", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"printer ink\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "printer ink", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "+all +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "\"all funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 128 - ] - }, - { - "query": "all funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 215 - ] - }, - { - "query": "+zion +national +park", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"zion national park\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "zion national park", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 269 - ] - }, - { - "query": "+john +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"john klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "john klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 182 - ] - }, - { - "query": "+edith +wharton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"edith wharton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "edith wharton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "+times +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 141 - ] - }, - { - "query": "\"times union\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 143 - ] - }, - { - "query": "times union", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 234 - ] - }, - { - "query": "+milan +tennessee", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"milan tennessee\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "milan tennessee", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "+western +herald", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"western herald\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "western herald", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 148 - ] - }, - { - "query": "+care +a +lot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "\"care a lot\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "care a lot", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 887 - ] - }, - { - "query": "+costume +designers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"costume designers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "costume designers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "+the +actors +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "\"the actors studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "the actors studio", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 501 - ] - }, - { - "query": "+personal +chef", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"personal chef\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "personal chef", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 118 - ] - }, - { - "query": "+david +koresh", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"david koresh\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "david koresh", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "+bismarck +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"bismarck state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "bismarck state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 352 - ] - }, - { - "query": "+the +oregonian +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"the oregonian newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "the oregonian newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 536 - ] - }, - { - "query": "+justin +timberlake", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"justin timberlake\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "justin timberlake", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+hawk +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"hawk mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "hawk mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 109 - ] - }, - { - "query": "+kristanna +loken", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"kristanna loken\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "kristanna loken", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "+chicago +teachers +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "\"chicago teachers union\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "chicago teachers union", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 180 - ] - }, - { - "query": "+connecticut +historical +society", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 260 - ] - }, - { - "query": "\"connecticut historical society\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "connecticut historical society", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 204 - ] - }, - { - "query": "+shih +tzu", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "\"shih tzu\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "shih tzu", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "+robert +fuller", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"robert fuller\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "robert fuller", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 149 - ] - }, - { - "query": "+zip +code", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"zip code\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "zip code", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+bass +fishing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"bass fishing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "bass fishing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "+ford +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"ford parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "ford parts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 97 - ] - }, - { - "query": "+automatic +writing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"automatic writing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "automatic writing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "+roundabout +theatre", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 221 - ] - }, - { - "query": "\"roundabout theatre\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "roundabout theatre", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 97 - ] - }, - { - "query": "+table +lamps", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"table lamps\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "table lamps", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "+the +garden +of +eden", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"the garden of eden\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "the garden of eden", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 646 - ] - }, - { - "query": "+immigration +to +mexico", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"immigration to mexico\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "immigration to mexico", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 271 - ] - }, - { - "query": "+the +daily +breeze", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"the daily breeze\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "the daily breeze", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 534 - ] - }, - { - "query": "+debra +jo +rupp", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"debra jo rupp\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "debra jo rupp", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "+term +life +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"term life insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "term life insurance", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 224 - ] - }, - { - "query": "+tennis +elbow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"tennis elbow\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "tennis elbow", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "+kidney +transplant", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"kidney transplant\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "kidney transplant", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+us +coast +guard", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "\"us coast guard\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "us coast guard", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 214 - ] - }, - { - "query": "+car +stereo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"car stereo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "car stereo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "+playa +del +rey", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"playa del rey\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "playa del rey", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "+domain +names", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"domain names\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "domain names", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "+premier +wine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"premier wine\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "premier wine", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 99 - ] - }, - { - "query": "+too +faced", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "\"too faced\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "too faced", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 128 - ] - }, - { - "query": "+avon +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"avon school\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "avon school", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 280 - ] - }, - { - "query": "+jungle +boy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"jungle boy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "jungle boy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "+ventura +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"ventura college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "ventura college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 223 - ] - }, - { - "query": "+kansas +city +kings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"kansas city kings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "kansas city kings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 158 - ] - }, - { - "query": "+new +haven", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "\"new haven\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "new haven", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 245 - ] - }, - { - "query": "+ron +keel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"ron keel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "ron keel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "+business +consultants", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"business consultants\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "business consultants", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 149 - ] - }, - { - "query": "+open +source +software", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "\"open source software\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "open source software", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 184 - ] - }, - { - "query": "+ambassador +of +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 69 - ] - }, - { - "query": "\"ambassador of italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "ambassador of italy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 299 - ] - }, - { - "query": "+los +angeles +daily +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "\"los angeles daily news\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "los angeles daily news", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 238 - ] - }, - { - "query": "+napa +auto +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"napa auto parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "napa auto parts", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 114 - ] - }, - { - "query": "+law +school +rankings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"law school rankings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "law school rankings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 279 - ] - }, - { - "query": "+hsbc +bank", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"hsbc bank\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "hsbc bank", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "+cognitive +impairment", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"cognitive impairment\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "cognitive impairment", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+mushroom +kingdom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"mushroom kingdom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "mushroom kingdom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 117 - ] - }, - { - "query": "+the +progressive", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "\"the progressive\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 199 - ] - }, - { - "query": "the progressive", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 789 - ] - }, - { - "query": "+mood +swings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"mood swings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "mood swings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+ugly +people", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"ugly people\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "ugly people", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 242 - ] - }, - { - "query": "+little +shop +of +horrors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"little shop of horrors\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "little shop of horrors", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 450 - ] - }, - { - "query": "+abilene +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"abilene tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "abilene tx", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+internet +fraud", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"internet fraud\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "internet fraud", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "+tv +party", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "\"tv party\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "tv party", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 168 - ] - }, - { - "query": "+new +jersey +police", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "\"new jersey police\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "new jersey police", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 231 - ] - }, - { - "query": "+university +of +akron", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "\"university of akron\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "university of akron", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 485 - ] - }, - { - "query": "+the +news +journal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 106 - ] - }, - { - "query": "\"the news journal\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 161 - ] - }, - { - "query": "the news journal", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 363 - ] - }, - { - "query": "+cartoon +network", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"cartoon network\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "cartoon network", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "+robert +reed", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"robert reed\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "robert reed", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "+interracial +love", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"interracial love\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "interracial love", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 112 - ] - }, - { - "query": "+round +table", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "\"round table\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "round table", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 149 - ] - }, - { - "query": "+low +estrogen", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"low estrogen\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "low estrogen", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "+akron +beacon", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"akron beacon\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "akron beacon", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+john +wellington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"john wellington\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "john wellington", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 139 - ] - }, - { - "query": "+city +in +iran", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "\"city in iran\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "city in iran", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 362 - ] - }, - { - "query": "+corpus +christi +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"corpus christi tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "corpus christi tx", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+becoming +a +widow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"becoming a widow\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "becoming a widow", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 711 - ] - }, - { - "query": "+king +kalakaua", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"king kalakaua\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "king kalakaua", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "+centerville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"centerville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "centerville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 294 - ] - }, - { - "query": "+foam +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 19 - ] - }, - { - "query": "\"foam mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "foam mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+music +videos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "\"music videos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 82 - ] - }, - { - "query": "music videos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "+farmers +almanac", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"farmers almanac\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "farmers almanac", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "+civil +war +battlefields", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"civil war battlefields\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "civil war battlefields", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 222 - ] - }, - { - "query": "+national +security +cutter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"national security cutter\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "national security cutter", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 254 - ] - }, - { - "query": "+eastern +mennonite +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"eastern mennonite university\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "eastern mennonite university", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 254 - ] - }, - { - "query": "+new +york +times +best +sellers +list", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"new york times best sellers list\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "new york times best sellers list", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 693 - ] - }, - { - "query": "+usb +hub", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"usb hub\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "usb hub", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+rob +halford", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"rob halford\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "rob halford", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+new +york +towns", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "\"new york towns\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "new york towns", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 328 - ] - }, - { - "query": "+medal +of +honor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "\"medal of honor\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 172 - ] - }, - { - "query": "medal of honor", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 497 - ] - }, - { - "query": "+hot +springs +south +dakota", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"hot springs south dakota\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "hot springs south dakota", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 192 - ] - }, - { - "query": "+home +business", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 156 - ] - }, - { - "query": "\"home business\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 165 - ] - }, - { - "query": "home business", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 248 - ] - }, - { - "query": "+perfume +bottles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"perfume bottles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "perfume bottles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+old +photos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"old photos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "old photos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "+edith +head", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"edith head\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "edith head", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 156 - ] - }, - { - "query": "+danube +river", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"danube river\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "danube river", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 180 - ] - }, - { - "query": "+bladder +tumor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"bladder tumor\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "bladder tumor", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+the +british +embassy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "\"the british embassy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 119 - ] - }, - { - "query": "the british embassy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 396 - ] - }, - { - "query": "+human +trafficking", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"human trafficking\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "human trafficking", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 128 - ] - }, - { - "query": "+new +england +aquarium", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"new england aquarium\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "new england aquarium", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 328 - ] - }, - { - "query": "+the +book +of +life", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 322 - ] - }, - { - "query": "\"the book of life\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1014 - ] - }, - { - "query": "the book of life", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 628 - ] - }, - { - "query": "+rolex +watches", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "\"rolex watches\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "rolex watches", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "+water +filters", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"water filters\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "water filters", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 148 - ] - }, - { - "query": "+general +motors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "\"general motors\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "general motors", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 155 - ] - }, - { - "query": "+the +preakness", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"the preakness\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "the preakness", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 1465 - ] - }, - { - "query": "+blue +ridge +parkway", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"blue ridge parkway\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "blue ridge parkway", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 109 - ] - }, - { - "query": "+elizabeth +vargas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"elizabeth vargas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "elizabeth vargas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "+canon +powershot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"canon powershot\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "canon powershot", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "+air +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"air mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "air mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 127 - ] - }, - { - "query": "+pocket +pc", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"pocket pc\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "pocket pc", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "+chicago +public +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "\"chicago public schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "chicago public schools", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 238 - ] - }, - { - "query": "+george +r +brown +convention +center", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"george r brown convention center\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "george r brown convention center", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 425 - ] - }, - { - "query": "+warren +county", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "\"warren county\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "warren county", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 177 - ] - }, - { - "query": "+animal +rights", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"animal rights\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "animal rights", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 122 - ] - }, - { - "query": "+david +lee +roth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"david lee roth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "david lee roth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "+central +community +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 155 - ] - }, - { - "query": "\"central community college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 149 - ] - }, - { - "query": "central community college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 453 - ] - }, - { - "query": "+power +rangers +ninja +storm", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"power rangers ninja storm\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "power rangers ninja storm", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "+movie +theatres", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"movie theatres\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "movie theatres", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "+canary +bird", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"canary bird\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "canary bird", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "+health +literacy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"health literacy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "health literacy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "+david +thornton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"david thornton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "david thornton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "+jamie +murray", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"jamie murray\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "jamie murray", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+boulder +city +nevada", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"boulder city nevada\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "boulder city nevada", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 173 - ] - }, - { - "query": "+united +states +constitution", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 110 - ] - }, - { - "query": "\"united states constitution\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 141 - ] - }, - { - "query": "united states constitution", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 388 - ] - }, - { - "query": "+niceville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"niceville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "niceville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 289 - ] - }, - { - "query": "+sleep +study", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"sleep study\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "sleep study", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 127 - ] - }, - { - "query": "+true +religion", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "\"true religion\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 52 - ] - }, - { - "query": "true religion", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 109 - ] - }, - { - "query": "+google +satellite", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"google satellite\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "google satellite", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "+laborers +international +union +of +north +america", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"laborers international union of north america\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "laborers international union of north america", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 689 - ] - }, - { - "query": "+\"the who\" +uk", - "tags": [ - "two-phase-critic" - ], - "count": 1, - "duration": [ - 648 - ] - }, - { - "query": "+to +be +or +not +to +be", - "tags": [ - "intersection", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1016 - ] - }, - { - "query": "\"to be or not to be\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 2720 - ] - }, - { - "query": "to be or not to be", - "tags": [ - "union", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1366 - ] - } - ], - "tantivy-0.22": [ - { - "query": "the", - "tags": [ - "term" - ], - "count": 1, - "duration": [ - 511 - ] - }, - { - "query": "+griffith +observatory", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"griffith observatory\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "griffith observatory", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+bowel +obstruction", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"bowel obstruction\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "bowel obstruction", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "+vicenza +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"vicenza italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "vicenza italy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "+digital +scanning", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"digital scanning\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "digital scanning", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "+plus +size +clothing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"plus size clothing\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "plus size clothing", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 171 - ] - }, - { - "query": "+borders +books", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"borders books\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "borders books", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 160 - ] - }, - { - "query": "+american +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "\"american funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "american funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 336 - ] - }, - { - "query": "+scottsdale +az", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"scottsdale az\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "scottsdale az", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+wisconsin +attorney +general", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"wisconsin attorney general\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "wisconsin attorney general", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 218 - ] - }, - { - "query": "+the +english +restoration", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "\"the english restoration\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "the english restoration", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 679 - ] - }, - { - "query": "+freelance +work", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"freelance work\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "freelance work", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 257 - ] - }, - { - "query": "+french +culinary +institute", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"french culinary institute\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "french culinary institute", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 302 - ] - }, - { - "query": "+color +combinations", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"color combinations\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "color combinations", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "+italian +translation", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"italian translation\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "italian translation", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 159 - ] - }, - { - "query": "+milwaukee +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"milwaukee newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "milwaukee newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "+robert +green +ingersoll", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"robert green ingersoll\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "robert green ingersoll", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 226 - ] - }, - { - "query": "+omaha +symphony", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"omaha symphony\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "omaha symphony", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "+body +painting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "\"body painting\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "body painting", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 169 - ] - }, - { - "query": "+who +dares +wins", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"who dares wins\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "who dares wins", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 428 - ] - }, - { - "query": "+west +palm +beach +florida", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "\"west palm beach florida\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "west palm beach florida", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 347 - ] - }, - { - "query": "+stone +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "\"stone mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "stone mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 163 - ] - }, - { - "query": "+san +francisco", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 109 - ] - }, - { - "query": "\"san francisco\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 194 - ] - }, - { - "query": "san francisco", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 167 - ] - }, - { - "query": "+ford +modeling +agency", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"ford modeling agency\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "ford modeling agency", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "+glass +works", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "\"glass works\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "glass works", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 195 - ] - }, - { - "query": "+personal +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"personal loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "personal loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 181 - ] - }, - { - "query": "+texas +state +legislature", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"texas state legislature\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "texas state legislature", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 334 - ] - }, - { - "query": "+spiritual +warfare", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"spiritual warfare\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "spiritual warfare", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "+georgia +public +broadcasting", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"georgia public broadcasting\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "georgia public broadcasting", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 268 - ] - }, - { - "query": "+graffiti +art", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"graffiti art\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "graffiti art", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 153 - ] - }, - { - "query": "+texas +death +row", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"texas death row\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "texas death row", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 262 - ] - }, - { - "query": "+catholic +answers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"catholic answers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "catholic answers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 114 - ] - }, - { - "query": "+interest +only", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 174 - ] - }, - { - "query": "\"interest only\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 224 - ] - }, - { - "query": "interest only", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 309 - ] - }, - { - "query": "+region +iv", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"region iv\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "region iv", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 203 - ] - }, - { - "query": "+army +reserve", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "\"army reserve\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "army reserve", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 194 - ] - }, - { - "query": "+chicken +coop", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"chicken coop\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "chicken coop", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+people +having +sex", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "\"people having sex\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "people having sex", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 438 - ] - }, - { - "query": "+new +york +population", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 172 - ] - }, - { - "query": "\"new york population\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 177 - ] - }, - { - "query": "new york population", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 603 - ] - }, - { - "query": "+most +improved +player", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "\"most improved player\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "most improved player", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 449 - ] - }, - { - "query": "+ear +ache", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"ear ache\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "ear ache", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "+mercury +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"mercury insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "mercury insurance", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "+battle +of +the +bulge", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"battle of the bulge\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "battle of the bulge", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1121 - ] - }, - { - "query": "+secretary +of +state", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 281 - ] - }, - { - "query": "\"secretary of state\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 403 - ] - }, - { - "query": "secretary of state", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 704 - ] - }, - { - "query": "+third +trimester", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"third trimester\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "third trimester", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 208 - ] - }, - { - "query": "+hempstead +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"hempstead new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "hempstead new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 398 - ] - }, - { - "query": "+university +of +washington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 299 - ] - }, - { - "query": "\"university of washington\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 375 - ] - }, - { - "query": "university of washington", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 725 - ] - }, - { - "query": "+japan +airlines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"japan airlines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "japan airlines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 156 - ] - }, - { - "query": "+freedom +tower", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"freedom tower\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "freedom tower", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 126 - ] - }, - { - "query": "+virginia +usa", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "\"virginia usa\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "virginia usa", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 161 - ] - }, - { - "query": "+kasota +stone", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"kasota stone\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 18 - ] - }, - { - "query": "kasota stone", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 114 - ] - }, - { - "query": "+intramuscular +injections", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"intramuscular injections\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "intramuscular injections", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "+jesus +as +a +child", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "\"jesus as a child\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 97 - ] - }, - { - "query": "jesus as a child", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 937 - ] - }, - { - "query": "+montessori +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"montessori schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "montessori schools", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "+oxford +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"oxford dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "oxford dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "+state +of +louisiana", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 127 - ] - }, - { - "query": "\"state of louisiana\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 136 - ] - }, - { - "query": "state of louisiana", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 753 - ] - }, - { - "query": "+penny +stocks", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"penny stocks\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "penny stocks", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+cured +of +cancer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"cured of cancer\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "cured of cancer", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 791 - ] - }, - { - "query": "+lord +of +the +rings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"lord of the rings\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "lord of the rings", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1429 - ] - }, - { - "query": "+helen +of +troy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"helen of troy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "helen of troy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 945 - ] - }, - { - "query": "+long +legs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "\"long legs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "long legs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 224 - ] - }, - { - "query": "+sore +muscles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"sore muscles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "sore muscles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "+connecticut +post", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "\"connecticut post\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "connecticut post", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 189 - ] - }, - { - "query": "+danbury +ct", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"danbury ct\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 22 - ] - }, - { - "query": "danbury ct", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "+chicago +bulls", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"chicago bulls\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "chicago bulls", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "+child +support", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "\"child support\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 120 - ] - }, - { - "query": "child support", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 231 - ] - }, - { - "query": "+iq +scores", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"iq scores\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "iq scores", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+philadelphia +phillies", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"philadelphia phillies\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "philadelphia phillies", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "+trans +siberian +orchestra", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"trans siberian orchestra\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "trans siberian orchestra", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "+naomi +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"naomi wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "naomi wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+montgomery +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"montgomery college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "montgomery college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 233 - ] - }, - { - "query": "+belcourt +castle", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"belcourt castle\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 20 - ] - }, - { - "query": "belcourt castle", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "+binghamton +new +york", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"binghamton new york\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "binghamton new york", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 410 - ] - }, - { - "query": "+tallest +trees +in +the +world", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "\"tallest trees in the world\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "tallest trees in the world", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1184 - ] - }, - { - "query": "+reading +museum", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "\"reading museum\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "reading museum", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 154 - ] - }, - { - "query": "+merry +christmas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"merry christmas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "merry christmas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "+flow +meter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"flow meter\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "flow meter", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "+famous +quotes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"famous quotes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "famous quotes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 134 - ] - }, - { - "query": "+georgian +architecture", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"georgian architecture\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "georgian architecture", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 111 - ] - }, - { - "query": "+prayer +times", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"prayer times\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "prayer times", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 199 - ] - }, - { - "query": "+columbia +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 119 - ] - }, - { - "query": "\"columbia university\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 161 - ] - }, - { - "query": "columbia university", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 274 - ] - }, - { - "query": "+fluid +power", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"fluid power\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "fluid power", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 146 - ] - }, - { - "query": "+american +south", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 358 - ] - }, - { - "query": "\"american south\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 453 - ] - }, - { - "query": "american south", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 553 - ] - }, - { - "query": "+international +baseball", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "\"international baseball\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "international baseball", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 252 - ] - }, - { - "query": "+ace +frehley", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"ace frehley\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "ace frehley", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "+the +globe +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"the globe newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "the globe newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 705 - ] - }, - { - "query": "+decorative +windows", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"decorative windows\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "decorative windows", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "+ancient +egypt", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "\"ancient egypt\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "ancient egypt", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 123 - ] - }, - { - "query": "+american +academy +of +child +and +adolescent +psychiatry", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "\"american academy of child and adolescent psychiatry\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "american academy of child and adolescent psychiatry", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1207 - ] - }, - { - "query": "+york +photo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "\"york photo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "york photo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 202 - ] - }, - { - "query": "+good +luck", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"good luck\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "good luck", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 150 - ] - }, - { - "query": "+world +bank +president", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 140 - ] - }, - { - "query": "\"world bank president\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 147 - ] - }, - { - "query": "world bank president", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 509 - ] - }, - { - "query": "+jonathan +daniel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"jonathan daniel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "jonathan daniel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "+clothing +optional", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"clothing optional\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "clothing optional", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "+xena +warrior +princess", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"xena warrior princess\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "xena warrior princess", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "+time +for +kids", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 123 - ] - }, - { - "query": "\"time for kids\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 138 - ] - }, - { - "query": "time for kids", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 880 - ] - }, - { - "query": "+tom +welling", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"tom welling\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "tom welling", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "+elliott +smith", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"elliott smith\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "elliott smith", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "+heart +disease", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "\"heart disease\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "heart disease", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 143 - ] - }, - { - "query": "+st +petersburg +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 104 - ] - }, - { - "query": "\"st petersburg high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "st petersburg high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 838 - ] - }, - { - "query": "+fatherless +children", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"fatherless children\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "fatherless children", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 172 - ] - }, - { - "query": "+hotel +del +coronado", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"hotel del coronado\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "hotel del coronado", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "+law +dictionary", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"law dictionary\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "law dictionary", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 161 - ] - }, - { - "query": "+anderson +hospital", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"anderson hospital\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "anderson hospital", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "+kenosha +wisconsin", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"kenosha wisconsin\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "kenosha wisconsin", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "+false +prophets", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"false prophets\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "false prophets", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+cheap +hotels", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"cheap hotels\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "cheap hotels", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+walk +the +line", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "\"walk the line\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "walk the line", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 693 - ] - }, - { - "query": "+missy +elliott", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"missy elliott\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "missy elliott", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+portrait +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"portrait studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "portrait studio", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 150 - ] - }, - { - "query": "+calvin +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"calvin klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "calvin klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "+kitchen +accessories", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"kitchen accessories\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "kitchen accessories", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "+consumer +affairs", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"consumer affairs\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "consumer affairs", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 121 - ] - }, - { - "query": "+adobe +buildings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"adobe buildings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "adobe buildings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 112 - ] - }, - { - "query": "+national +book +award", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "\"national book award\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 207 - ] - }, - { - "query": "national book award", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 585 - ] - }, - { - "query": "+back +surgery", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "\"back surgery\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "back surgery", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 216 - ] - }, - { - "query": "+mid +continent +airport", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"mid continent airport\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "mid continent airport", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 187 - ] - }, - { - "query": "+developmental +delays", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"developmental delays\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "developmental delays", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+elise +neal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"elise neal\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "elise neal", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "+canadian +real +estate", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "\"canadian real estate\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "canadian real estate", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 270 - ] - }, - { - "query": "+barrett +jackson", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"barrett jackson\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "barrett jackson", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "+bmw +engines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"bmw engines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "bmw engines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "+john +donne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"john donne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "john donne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 203 - ] - }, - { - "query": "+evening +wear", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"evening wear\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "evening wear", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "+toxic +encephalopathy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"toxic encephalopathy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "toxic encephalopathy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+critical +care +nurse", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"critical care nurse\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "critical care nurse", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 178 - ] - }, - { - "query": "+the +breakfast +club", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"the breakfast club\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "the breakfast club", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 646 - ] - }, - { - "query": "+lost +episode", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "\"lost episode\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 89 - ] - }, - { - "query": "lost episode", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 189 - ] - }, - { - "query": "+seal +pictures", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"seal pictures\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "seal pictures", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "+critical +care +medicine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "\"critical care medicine\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "critical care medicine", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 213 - ] - }, - { - "query": "+hurricane +wilma", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"hurricane wilma\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "hurricane wilma", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "+john +wilkes +booth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"john wilkes booth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "john wilkes booth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 240 - ] - }, - { - "query": "+sesame +street", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"sesame street\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "sesame street", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 137 - ] - }, - { - "query": "+ellen +degeneres +show", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"ellen degeneres show\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "ellen degeneres show", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 185 - ] - }, - { - "query": "+jaguar +x +type", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"jaguar x type\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "jaguar x type", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "+the +movement", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 301 - ] - }, - { - "query": "\"the movement\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 771 - ] - }, - { - "query": "the movement", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 624 - ] - }, - { - "query": "+sarah +fisher", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"sarah fisher\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "sarah fisher", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "+dexter +michigan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"dexter michigan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "dexter michigan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "+little +brown +jug", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"little brown jug\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "little brown jug", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 217 - ] - }, - { - "query": "+books +on +cd", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "\"books on cd\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "books on cd", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 549 - ] - }, - { - "query": "+carolyn +jones", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"carolyn jones\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "carolyn jones", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "+aishwarya +rai", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"aishwarya rai\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "aishwarya rai", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "+trendy +clothes", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"trendy clothes\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "trendy clothes", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "+weather +underground", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"weather underground\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "weather underground", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "+mercedes +benz", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"mercedes benz\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "mercedes benz", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "+analog +computer", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"analog computer\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "analog computer", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 90 - ] - }, - { - "query": "+pump +it +up", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "\"pump it up\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "pump it up", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 835 - ] - }, - { - "query": "+food +carts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"food carts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "food carts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 105 - ] - }, - { - "query": "+graduate +management +admission +test", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"graduate management admission test\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "graduate management admission test", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 278 - ] - }, - { - "query": "+big +boss +man", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "\"big boss man\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "big boss man", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 274 - ] - }, - { - "query": "+gun +magazines", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "\"gun magazines\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "gun magazines", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "+bankruptcy +laws", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"bankruptcy laws\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "bankruptcy laws", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "+antonio +cromartie", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"antonio cromartie\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "antonio cromartie", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "+sky +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "\"sky news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "sky news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "+phone +cases", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"phone cases\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "phone cases", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 117 - ] - }, - { - "query": "+the +incredibles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"the incredibles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "the incredibles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 1051 - ] - }, - { - "query": "+padre +island", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"padre island\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "padre island", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 141 - ] - }, - { - "query": "+worcester +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"worcester state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "worcester state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 472 - ] - }, - { - "query": "+little +cars", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 62 - ] - }, - { - "query": "\"little cars\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "little cars", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 171 - ] - }, - { - "query": "+jefferson +davis +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 65 - ] - }, - { - "query": "\"jefferson davis high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "jefferson davis high school", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 570 - ] - }, - { - "query": "+game +downloads", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"game downloads\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "game downloads", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 154 - ] - }, - { - "query": "+chicken +noodle +soup", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"chicken noodle soup\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "chicken noodle soup", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "+music +stands", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "\"music stands\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "music stands", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 223 - ] - }, - { - "query": "+microsoft +frontpage", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"microsoft frontpage\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "microsoft frontpage", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+camp +claiborne", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"camp claiborne\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "camp claiborne", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 93 - ] - }, - { - "query": "+william +wallace", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "\"william wallace\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "william wallace", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 160 - ] - }, - { - "query": "+home +loan", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "\"home loan\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 79 - ] - }, - { - "query": "home loan", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 225 - ] - }, - { - "query": "+cherry +blossom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"cherry blossom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "cherry blossom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "+miami +dade +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"miami dade college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "miami dade college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 262 - ] - }, - { - "query": "+time +in +denver", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 101 - ] - }, - { - "query": "\"time in denver\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 107 - ] - }, - { - "query": "time in denver", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 903 - ] - }, - { - "query": "+naked +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"naked news\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "naked news", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 130 - ] - }, - { - "query": "+wildlife +photography", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"wildlife photography\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "wildlife photography", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "+david +kim", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "\"david kim\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "david kim", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 137 - ] - }, - { - "query": "+printer +ink", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"printer ink\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "printer ink", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "+all +funds", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "\"all funds\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "all funds", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 340 - ] - }, - { - "query": "+zion +national +park", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"zion national park\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "zion national park", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 363 - ] - }, - { - "query": "+john +klein", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"john klein\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "john klein", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 213 - ] - }, - { - "query": "+edith +wharton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"edith wharton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "edith wharton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "+times +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 160 - ] - }, - { - "query": "\"times union\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 184 - ] - }, - { - "query": "times union", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 299 - ] - }, - { - "query": "+milan +tennessee", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"milan tennessee\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "milan tennessee", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 97 - ] - }, - { - "query": "+western +herald", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"western herald\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "western herald", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 194 - ] - }, - { - "query": "+care +a +lot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 91 - ] - }, - { - "query": "\"care a lot\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 92 - ] - }, - { - "query": "care a lot", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 683 - ] - }, - { - "query": "+costume +designers", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"costume designers\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "costume designers", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "+the +actors +studio", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "\"the actors studio\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 83 - ] - }, - { - "query": "the actors studio", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 669 - ] - }, - { - "query": "+personal +chef", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"personal chef\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "personal chef", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 165 - ] - }, - { - "query": "+david +koresh", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"david koresh\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "david koresh", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "+bismarck +state +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"bismarck state college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "bismarck state college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 462 - ] - }, - { - "query": "+the +oregonian +newspaper", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"the oregonian newspaper\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "the oregonian newspaper", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 764 - ] - }, - { - "query": "+justin +timberlake", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"justin timberlake\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "justin timberlake", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+hawk +mountain", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"hawk mountain\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "hawk mountain", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 109 - ] - }, - { - "query": "+kristanna +loken", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"kristanna loken\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 16 - ] - }, - { - "query": "kristanna loken", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "+chicago +teachers +union", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 68 - ] - }, - { - "query": "\"chicago teachers union\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "chicago teachers union", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 279 - ] - }, - { - "query": "+connecticut +historical +society", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"connecticut historical society\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "connecticut historical society", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 274 - ] - }, - { - "query": "+shih +tzu", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "\"shih tzu\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "shih tzu", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "+robert +fuller", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"robert fuller\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "robert fuller", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "+zip +code", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"zip code\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "zip code", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "+bass +fishing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"bass fishing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "bass fishing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 96 - ] - }, - { - "query": "+ford +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"ford parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "ford parts", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 144 - ] - }, - { - "query": "+automatic +writing", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"automatic writing\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "automatic writing", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 140 - ] - }, - { - "query": "+roundabout +theatre", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"roundabout theatre\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "roundabout theatre", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 95 - ] - }, - { - "query": "+table +lamps", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"table lamps\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "table lamps", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 86 - ] - }, - { - "query": "+the +garden +of +eden", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 58 - ] - }, - { - "query": "\"the garden of eden\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "the garden of eden", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1532 - ] - }, - { - "query": "+immigration +to +mexico", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "\"immigration to mexico\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "immigration to mexico", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 595 - ] - }, - { - "query": "+the +daily +breeze", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"the daily breeze\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "the daily breeze", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 705 - ] - }, - { - "query": "+debra +jo +rupp", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"debra jo rupp\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "debra jo rupp", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+term +life +insurance", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "\"term life insurance\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "term life insurance", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 356 - ] - }, - { - "query": "+tennis +elbow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"tennis elbow\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "tennis elbow", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "+kidney +transplant", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"kidney transplant\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "kidney transplant", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "+us +coast +guard", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 77 - ] - }, - { - "query": "\"us coast guard\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "us coast guard", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 299 - ] - }, - { - "query": "+car +stereo", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"car stereo\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "car stereo", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 103 - ] - }, - { - "query": "+playa +del +rey", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"playa del rey\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "playa del rey", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 99 - ] - }, - { - "query": "+domain +names", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 48 - ] - }, - { - "query": "\"domain names\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "domain names", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 126 - ] - }, - { - "query": "+premier +wine", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"premier wine\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "premier wine", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 109 - ] - }, - { - "query": "+too +faced", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"too faced\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "too faced", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 156 - ] - }, - { - "query": "+avon +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"avon school\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 54 - ] - }, - { - "query": "avon school", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 277 - ] - }, - { - "query": "+jungle +boy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"jungle boy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "jungle boy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "+ventura +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"ventura college\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "ventura college", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 222 - ] - }, - { - "query": "+kansas +city +kings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"kansas city kings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "kansas city kings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 282 - ] - }, - { - "query": "+new +haven", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "\"new haven\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 98 - ] - }, - { - "query": "new haven", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 393 - ] - }, - { - "query": "+ron +keel", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"ron keel\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "ron keel", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "+business +consultants", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"business consultants\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "business consultants", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 161 - ] - }, - { - "query": "+open +source +software", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 76 - ] - }, - { - "query": "\"open source software\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "open source software", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 273 - ] - }, - { - "query": "+ambassador +of +italy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "\"ambassador of italy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 80 - ] - }, - { - "query": "ambassador of italy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 616 - ] - }, - { - "query": "+los +angeles +daily +news", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "\"los angeles daily news\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "los angeles daily news", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 313 - ] - }, - { - "query": "+napa +auto +parts", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "\"napa auto parts\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "napa auto parts", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 145 - ] - }, - { - "query": "+law +school +rankings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "\"law school rankings\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "law school rankings", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 372 - ] - }, - { - "query": "+hsbc +bank", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"hsbc bank\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "hsbc bank", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "+cognitive +impairment", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"cognitive impairment\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "cognitive impairment", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "+mushroom +kingdom", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"mushroom kingdom\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "mushroom kingdom", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 128 - ] - }, - { - "query": "+the +progressive", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 157 - ] - }, - { - "query": "\"the progressive\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 268 - ] - }, - { - "query": "the progressive", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 992 - ] - }, - { - "query": "+mood +swings", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "\"mood swings\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "mood swings", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "+ugly +people", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "\"ugly people\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 47 - ] - }, - { - "query": "ugly people", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 237 - ] - }, - { - "query": "+little +shop +of +horrors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "\"little shop of horrors\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "little shop of horrors", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 672 - ] - }, - { - "query": "+abilene +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"abilene tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "abilene tx", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "+internet +fraud", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"internet fraud\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "internet fraud", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 88 - ] - }, - { - "query": "+tv +party", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 108 - ] - }, - { - "query": "\"tv party\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 121 - ] - }, - { - "query": "tv party", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 241 - ] - }, - { - "query": "+new +jersey +police", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "\"new jersey police\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "new jersey police", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 378 - ] - }, - { - "query": "+university +of +akron", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"university of akron\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 64 - ] - }, - { - "query": "university of akron", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 777 - ] - }, - { - "query": "+the +news +journal", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 113 - ] - }, - { - "query": "\"the news journal\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 120 - ] - }, - { - "query": "the news journal", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 676 - ] - }, - { - "query": "+cartoon +network", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"cartoon network\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "cartoon network", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 122 - ] - }, - { - "query": "+robert +reed", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "\"robert reed\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "robert reed", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 139 - ] - }, - { - "query": "+interracial +love", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"interracial love\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "interracial love", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 119 - ] - }, - { - "query": "+round +table", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 78 - ] - }, - { - "query": "\"round table\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "round table", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 176 - ] - }, - { - "query": "+low +estrogen", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"low estrogen\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "low estrogen", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 129 - ] - }, - { - "query": "+akron +beacon", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"akron beacon\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "akron beacon", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "+john +wellington", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 59 - ] - }, - { - "query": "\"john wellington\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "john wellington", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 215 - ] - }, - { - "query": "+city +in +iran", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "\"city in iran\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 110 - ] - }, - { - "query": "city in iran", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 698 - ] - }, - { - "query": "+corpus +christi +tx", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 32 - ] - }, - { - "query": "\"corpus christi tx\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 33 - ] - }, - { - "query": "corpus christi tx", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 55 - ] - }, - { - "query": "+becoming +a +widow", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "\"becoming a widow\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "becoming a widow", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 657 - ] - }, - { - "query": "+king +kalakaua", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"king kalakaua\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 21 - ] - }, - { - "query": "king kalakaua", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 141 - ] - }, - { - "query": "+centerville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"centerville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "centerville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 506 - ] - }, - { - "query": "+foam +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"foam mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "foam mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "+music +videos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "\"music videos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 94 - ] - }, - { - "query": "music videos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 204 - ] - }, - { - "query": "+farmers +almanac", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"farmers almanac\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "farmers almanac", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+civil +war +battlefields", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"civil war battlefields\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "civil war battlefields", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 309 - ] - }, - { - "query": "+national +security +cutter", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"national security cutter\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "national security cutter", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 354 - ] - }, - { - "query": "+eastern +mennonite +university", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"eastern mennonite university\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "eastern mennonite university", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 345 - ] - }, - { - "query": "+new +york +times +best +sellers +list", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 71 - ] - }, - { - "query": "\"new york times best sellers list\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 70 - ] - }, - { - "query": "new york times best sellers list", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1329 - ] - }, - { - "query": "+usb +hub", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "\"usb hub\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "usb hub", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "+rob +halford", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "\"rob halford\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "rob halford", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "+new +york +towns", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "\"new york towns\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 102 - ] - }, - { - "query": "new york towns", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 453 - ] - }, - { - "query": "+medal +of +honor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 116 - ] - }, - { - "query": "\"medal of honor\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 158 - ] - }, - { - "query": "medal of honor", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 644 - ] - }, - { - "query": "+hot +springs +south +dakota", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "\"hot springs south dakota\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "hot springs south dakota", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 327 - ] - }, - { - "query": "+home +business", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 180 - ] - }, - { - "query": "\"home business\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 211 - ] - }, - { - "query": "home business", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 374 - ] - }, - { - "query": "+perfume +bottles", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 24 - ] - }, - { - "query": "\"perfume bottles\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "perfume bottles", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+old +photos", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "\"old photos\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 60 - ] - }, - { - "query": "old photos", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 203 - ] - }, - { - "query": "+edith +head", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "\"edith head\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "edith head", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 186 - ] - }, - { - "query": "+danube +river", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "\"danube river\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "danube river", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 210 - ] - }, - { - "query": "+bladder +tumor", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 28 - ] - }, - { - "query": "\"bladder tumor\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "bladder tumor", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "+the +british +embassy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 75 - ] - }, - { - "query": "\"the british embassy\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 87 - ] - }, - { - "query": "the british embassy", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 671 - ] - }, - { - "query": "+human +trafficking", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"human trafficking\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "human trafficking", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 124 - ] - }, - { - "query": "+new +england +aquarium", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"new england aquarium\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "new england aquarium", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 409 - ] - }, - { - "query": "+the +book +of +life", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 598 - ] - }, - { - "query": "\"the book of life\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 665 - ] - }, - { - "query": "the book of life", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1121 - ] - }, - { - "query": "+rolex +watches", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"rolex watches\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 25 - ] - }, - { - "query": "rolex watches", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "+water +filters", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "\"water filters\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "water filters", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 173 - ] - }, - { - "query": "+general +motors", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 49 - ] - }, - { - "query": "\"general motors\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 53 - ] - }, - { - "query": "general motors", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 210 - ] - }, - { - "query": "+the +preakness", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 37 - ] - }, - { - "query": "\"the preakness\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "the preakness", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 1170 - ] - }, - { - "query": "+blue +ridge +parkway", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"blue ridge parkway\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 46 - ] - }, - { - "query": "blue ridge parkway", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 143 - ] - }, - { - "query": "+elizabeth +vargas", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"elizabeth vargas\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "elizabeth vargas", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 84 - ] - }, - { - "query": "+canon +powershot", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 23 - ] - }, - { - "query": "\"canon powershot\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 26 - ] - }, - { - "query": "canon powershot", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+air +mattress", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 29 - ] - }, - { - "query": "\"air mattress\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "air mattress", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 135 - ] - }, - { - "query": "+pocket +pc", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"pocket pc\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 35 - ] - }, - { - "query": "pocket pc", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 61 - ] - }, - { - "query": "+chicago +public +schools", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 104 - ] - }, - { - "query": "\"chicago public schools\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 100 - ] - }, - { - "query": "chicago public schools", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 354 - ] - }, - { - "query": "+george +r +brown +convention +center", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 81 - ] - }, - { - "query": "\"george r brown convention center\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 85 - ] - }, - { - "query": "george r brown convention center", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 629 - ] - }, - { - "query": "+warren +county", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "\"warren county\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 67 - ] - }, - { - "query": "warren county", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 240 - ] - }, - { - "query": "+animal +rights", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"animal rights\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 57 - ] - }, - { - "query": "animal rights", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 143 - ] - }, - { - "query": "+david +lee +roth", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 39 - ] - }, - { - "query": "\"david lee roth\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 41 - ] - }, - { - "query": "david lee roth", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 182 - ] - }, - { - "query": "+central +community +college", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 190 - ] - }, - { - "query": "\"central community college\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 198 - ] - }, - { - "query": "central community college", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 614 - ] - }, - { - "query": "+power +rangers +ninja +storm", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 42 - ] - }, - { - "query": "\"power rangers ninja storm\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 43 - ] - }, - { - "query": "power rangers ninja storm", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 211 - ] - }, - { - "query": "+movie +theatres", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"movie theatres\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "movie theatres", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 103 - ] - }, - { - "query": "+canary +bird", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 31 - ] - }, - { - "query": "\"canary bird\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "canary bird", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 66 - ] - }, - { - "query": "+health +literacy", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 51 - ] - }, - { - "query": "\"health literacy\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "health literacy", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 127 - ] - }, - { - "query": "+david +thornton", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 30 - ] - }, - { - "query": "\"david thornton\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 45 - ] - }, - { - "query": "david thornton", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 128 - ] - }, - { - "query": "+jamie +murray", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"jamie murray\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "jamie murray", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "+boulder +city +nevada", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 40 - ] - }, - { - "query": "\"boulder city nevada\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "boulder city nevada", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 310 - ] - }, - { - "query": "+united +states +constitution", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 116 - ] - }, - { - "query": "\"united states constitution\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 136 - ] - }, - { - "query": "united states constitution", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 473 - ] - }, - { - "query": "+niceville +high +school", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_3" - ], - "count": 1, - "duration": [ - 34 - ] - }, - { - "query": "\"niceville high school\"", - "tags": [ - "phrase", - "phrase:num_tokens_3" - ], - "count": 1, - "duration": [ - 27 - ] - }, - { - "query": "niceville high school", - "tags": [ - "union", - "global", - "union:num_tokens_3" - ], - "count": 1, - "duration": [ - 411 - ] - }, - { - "query": "+sleep +study", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 44 - ] - }, - { - "query": "\"sleep study\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 50 - ] - }, - { - "query": "sleep study", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 146 - ] - }, - { - "query": "+true +religion", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 56 - ] - }, - { - "query": "\"true religion\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 63 - ] - }, - { - "query": "true religion", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 133 - ] - }, - { - "query": "+google +satellite", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_2" - ], - "count": 1, - "duration": [ - 36 - ] - }, - { - "query": "\"google satellite\"", - "tags": [ - "phrase", - "phrase:num_tokens_2" - ], - "count": 1, - "duration": [ - 38 - ] - }, - { - "query": "google satellite", - "tags": [ - "union", - "global", - "union:num_tokens_2" - ], - "count": 1, - "duration": [ - 73 - ] - }, - { - "query": "+laborers +international +union +of +north +america", - "tags": [ - "intersection", - "global", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 72 - ] - }, - { - "query": "\"laborers international union of north america\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 74 - ] - }, - { - "query": "laborers international union of north america", - "tags": [ - "union", - "global", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1273 - ] - }, - { - "query": "+\"the who\" +uk", - "tags": [ - "two-phase-critic" - ], - "count": 1, - "duration": [ - 4368 - ] - }, - { - "query": "+to +be +or +not +to +be", - "tags": [ - "intersection", - "intersection:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1293 - ] - }, - { - "query": "\"to be or not to be\"", - "tags": [ - "phrase", - "phrase:num_tokens_>3" - ], - "count": 1, - "duration": [ - 1873 - ] - }, - { - "query": "to be or not to be", - "tags": [ - "union", - "union:num_tokens_>3" - ], - "count": 1, - "duration": [ - 2550 - ] - } - ] - } -} \ No newline at end of file