Commit Graph

  • 17a5f4f0ff Seed random datasets in fast field codecs comparison. François Massot 2021-11-29 19:04:48 +01:00
  • c969582308 Add frame of reference codecs. François Massot 2021-11-29 15:12:11 +01:00
  • 18d2ee5bb7 Add another multilinear interpolation and real world dataset. François Massot 2021-11-25 12:50:29 +01:00
  • 447811c111 Update README following sections: features, benchmark illustration & FAQ. (#1318) Maxim Kraynyuchenko 2022-03-23 02:02:09 +01:00
  • f29acf5d8c fix clippy (#1321) PSeitz 2022-03-22 11:48:23 +08:00
  • 125707dbe0 Replace chrono with time (#1307) Uwe Klotz 2022-03-21 02:50:19 +01:00
  • 46d5de920d Removes all usage of block_on, and use a oneshot channel instead. (#1315) Paul Masurel 2022-03-18 16:54:58 +09:00
  • d2a7bcf217 fix fmt (#1317) PSeitz 2022-03-18 07:53:27 +01:00
  • 141b9aa245 Merge pull request #1306 from PSeitz/histogram PSeitz 2022-03-18 05:03:46 +01:00
  • c5a6282fa8 Update src/aggregation/bucket/histogram/histogram.rs PSeitz 2022-03-18 04:55:31 +01:00
  • c0f524e1a3 Update src/aggregation/bucket/histogram/histogram.rs PSeitz 2022-03-18 04:55:25 +01:00
  • 958b2bee08 Clippy comments (#1316) Paul Masurel 2022-03-17 18:57:55 +09:00
  • f619658e2c rename Pascal Seitz 2022-03-17 16:37:02 +08:00
  • aa391bf843 refactor parameters Pascal Seitz 2022-03-17 14:04:15 +08:00
  • 47dcbdbeae handle empty results, empty indices, add tests Pascal Seitz 2022-03-17 10:01:24 +08:00
  • 691245bf20 make code more concise Pascal Seitz 2022-03-16 14:21:58 +08:00
  • 90798d4b39 address comments, add single bucket test Pascal Seitz 2022-03-16 13:58:13 +08:00
  • 0b6d9f90cf improve docs Pascal Seitz 2022-03-16 12:39:26 +08:00
  • 8a5a12d961 add setter to json object options (#1311) PSeitz 2022-03-16 02:36:30 +01:00
  • e73542e2e8 Elasticsearch behaviour on hard/extended_bounds Pascal Seitz 2022-03-15 16:32:26 +08:00
  • 0262e44bbd merge_fruits pass by value Pascal Seitz 2022-03-15 12:59:22 +08:00
  • 613aad7a8a vec optional, improve performance Pascal Seitz 2022-03-14 21:29:07 +08:00
  • 1aa88b0c51 improve performance Pascal Seitz 2022-03-14 20:28:08 +08:00
  • 564fa38085 move sub_aggregations to own vec, use itertools minmax Pascal Seitz 2022-03-14 16:20:26 +08:00
  • 59ec21479f Update pprof requirement from 0.6 to 0.7 (#1305) dependabot[bot] 2022-03-14 13:57:22 +09:00
  • 42283f9e91 fix error message UnknownTokenizer (#1308) PSeitz 2022-03-14 05:54:47 +01:00
  • b105bf72e1 use defaults in meta.json (#1310) PSeitz 2022-03-14 05:54:06 +01:00
  • 226f577803 Add Histogram aggregation Pascal Seitz 2022-03-09 11:21:14 +01:00
  • 2e255c4bef Preparing for release 0.17 Paul Masurel 2022-03-09 09:56:16 +09:00
  • 387592809f Updated CHANGELOG Paul Masurel 2022-03-07 15:31:35 +09:00
  • cedced5bb0 Slop support for phrase queries (#1241) Halvor Fladsrud Bø 2022-03-07 06:29:18 +00:00
  • d31f045872 Bump actions/checkout from 2 to 3 (#1300) dependabot[bot] 2022-03-07 11:54:26 +09:00
  • 6656a70d1b Merge pull request #1301 from saroh/1232-doc-fastfield PSeitz 2022-03-04 08:18:21 +01:00
  • d36e0a9549 fix fastfield doc saroh 2022-03-03 17:43:18 +01:00
  • 8771b2673f Update src/fastfield/writer.rs Antoine G 2022-03-03 11:25:24 +01:00
  • a41d3d51a4 Update fastfield_codecs/src/lib.rs Antoine G 2022-03-03 11:25:06 +01:00
  • cae34ffe47 update fastfield doc Saroh 2022-03-02 15:40:47 +01:00
  • 4b62f7907d Merge pull request #1297 from PSeitz/fix_clippy PSeitz 2022-03-02 10:11:56 +01:00
  • 7fa6a0b665 cargo fmt Pascal Seitz 2022-03-02 09:24:14 +01:00
  • 458ed29a31 Merge pull request #1299 from saroh/1232-doc-lint PSeitz 2022-03-02 09:22:07 +01:00
  • e37775fe21 iff->if or if and only if (#1298) Antoine G 2022-03-02 03:00:00 +01:00
  • 1cd2434a32 fix(aggregations) Readme Saroh 2022-03-01 20:37:48 +01:00
  • de2cba6d1e error definitions Saroh 2022-03-01 20:13:59 +01:00
  • c0b1a58d27 Apply suggestions from code review Paul Masurel 2022-03-01 18:41:58 +09:00
  • 848b795b9f Apply suggestions from code review Paul Masurel 2022-03-01 18:37:51 +09:00
  • 091b668624 fix clippy issues Pascal Seitz 2022-03-01 08:41:52 +01:00
  • 5004290daa Return an error on certain type of corruption. (#1296) Paul Masurel 2022-03-01 11:35:56 +09:00
  • 5d2c2b804c Fix link to RamDirectory and MMapDirectory in Directory's documentation (#1295) StyMaar 2022-03-01 01:46:53 +01:00
  • 1a92b588e0 Merge pull request #1294 from PSeitz/aggregation PSeitz 2022-02-28 08:39:23 +01:00
  • 010e92c118 fix intermediate result de/serialization Pascal Seitz 2022-02-25 15:41:52 +01:00
  • 2ead010c83 Tantivy quickwit (#1293) Paul Masurel 2022-02-25 17:32:49 +09:00
  • c4f66eb185 improve validation in aggregation, extend invalid field test (#1292) PSeitz 2022-02-25 07:21:19 +01:00
  • d7b46d2137 Added JSON Type (#1270) Paul Masurel 2022-02-24 16:25:22 +09:00
  • d042ce74c7 Merge pull request #1289 from PSeitz/numeric_options PSeitz 2022-02-23 14:04:40 +01:00
  • 7ba9e662b8 Merge pull request #1290 from PSeitz/improve_docs PSeitz 2022-02-23 14:04:20 +01:00
  • fdd5ef85e5 improve aggregation docs Pascal Seitz 2022-02-22 10:37:54 +01:00
  • 704498a1ac rename IntOptions to NumericOptions Pascal Seitz 2022-02-21 14:20:19 +01:00
  • 1232af7928 fix docs (#1288) PSeitz 2022-02-21 15:15:58 +01:00
  • d37633e034 Minor changes in indexing. (#1285) Paul Masurel 2022-02-21 17:16:52 +09:00
  • 1fba39965e Added some documentation about the binary format issue/1251 Paul Masurel 2022-02-21 15:59:06 +09:00
  • 61e955039d Added JSON type Paul Masurel 2022-01-05 11:28:00 +09:00
  • 9815067171 Minor changes Paul Masurel 2022-02-21 13:55:01 +09:00
  • 972cb6c26d Aggregation (#1276) PSeitz 2022-02-21 01:59:11 +01:00
  • 4dc80cfa25 Removes TokenStream chain. (#1283) Paul Masurel 2022-02-21 09:51:27 +09:00
  • cef145790c Fix opening bytes index with dynamic codec (#1279) PSeitz 2022-02-18 12:44:21 +01:00
  • e05e2a0c51 Added profiling to indexing bench (#1282) Paul Masurel 2022-02-18 20:43:28 +09:00
  • e028515caf Simplified expull code. (#1281) Paul Masurel 2022-02-18 18:57:10 +09:00
  • 3d04266997 added a bench to measure the perf of indexing logs index-bench Paul Masurel 2022-02-17 15:45:54 +09:00
  • 9c12860b01 extend proptest to cover bytes field codec bug fix_open_bytes_index Pascal Seitz 2022-02-18 10:41:25 +01:00
  • b98e7349f2 Simplified expull code. Paul Masurel 2022-02-18 18:15:02 +09:00
  • 850b9eaea4 added a bench to measure the perf of indexing logs (#1275) Paul Masurel 2022-02-18 16:48:29 +09:00
  • 886245ad21 Fix opening bytes index with dynamic codec Pascal Seitz 2022-02-18 07:08:43 +01:00
  • 505e6a440c Remove test assertion sensitive to background segment merging (#1274) Shikhar Bhushan 2022-02-16 20:59:46 -05:00
  • fcd651f6a9 Add Vaporetto tokenizer to README (#1271) Koichi Akabe 2022-02-14 18:19:57 +09:00
  • e6653228a9 Renamed github workflows (#1269) Paul Masurel 2022-02-04 15:10:24 +09:00
  • bdedefe07d Adding an IndexingContext object (#1268) Paul Masurel 2022-02-04 15:08:01 +09:00
  • 13a4473faa Removing obsolete clippy allow thingy. Paul Masurel 2022-02-01 11:54:01 +09:00
  • 2069e3e52b Fixing clippy comments Paul Masurel 2022-02-01 10:24:05 +09:00
  • 0d8263cba1 Using nightly to format Paul Masurel 2022-01-31 16:10:11 +09:00
  • 65b365b81c Fixing all-features build. Paul Masurel 2022-01-31 14:41:14 +09:00
  • 4c1366da87 Update fastdivide requirement from 0.3 to 0.4 (#1265) dependabot[bot] 2022-01-31 11:26:50 +09:00
  • eca6628b3c Minor refactoring (#1266) Paul Masurel 2022-01-28 15:55:55 +09:00
  • 9679c5f306 Rename quickwit-inc -> quickwit-oss Paul Masurel 2022-01-27 15:36:42 +09:00
  • 5a2497b6fd Avoid exposing TrackedObject from Warmer API (#1264) Shikhar Bhushan 2022-01-24 20:04:08 -05:00
  • 99d4b1a177 Searcher Warming API (#1261) Shikhar Bhushan 2022-01-20 09:40:25 -05:00
  • d4e2d2e40e Searcher Warming API (#1258) warming Paul Masurel 2022-01-20 14:32:42 +09:00
  • 732f6847c0 Field type with codes (#1255) Paul Masurel 2022-01-07 20:49:00 +09:00
  • 1c6d9bdc6a Comparison of Value based on serialization. (#1250) Paul Masurel 2022-01-07 20:31:26 +09:00
  • 3ea6800ac5 Pleasing clippy (#1253) Paul Masurel 2022-01-06 16:41:24 +09:00
  • 395303b644 Collector + directory doc fixes (#1247) Antoine G 2022-01-04 01:22:58 +01:00
  • 2c200b46cb Use test-log instead of test-env-log (#1248) Daniel Müller 2022-01-03 16:20:30 -08:00
  • 17e00df112 Change Snippet.fragments -> Snippet.fragment (#1243) Liam Warfield 2022-01-03 06:23:51 -07:00
  • 3129d86743 doc(termdict) expose structs (#1242) Antoine G 2022-01-03 14:20:31 +01:00
  • e5e252cbc0 LogMergePolicy knob del_docs_percentage_before_merge (#1238) Shikhar Bhushan 2021-12-19 23:14:56 -05:00
  • b2da82f151 Making MergeCandidate public in order to allow the usage of custom merge (#1237) Paul Masurel 2021-12-13 09:54:21 +09:00
  • c81b3030fa Issue/922b (#1233) Paul Masurel 2021-12-10 21:12:29 +09:00
  • 9e66c75fc6 Using stable in CI as rustc nightly seems broken Paul Masurel 2021-12-10 18:45:23 +09:00
  • ebdbb6bd2e Fixing compilation warnings & clippy comments. Paul Masurel 2021-12-10 16:47:59 +09:00
  • c980b19dd9 canonicalize path when opening MmapDirectory (#1231) Antoine G 2021-12-09 02:19:52 +01:00
  • 098eea843a Reducing the number of call to fsync on the directory. (#1228) Paul Masurel 2021-12-03 12:10:52 +09:00