Commit Graph

  • 4e2a053b69 Update examples/json_field.rs PSeitz 2022-05-23 11:27:05 +02:00
  • 71c4393ec4 Clippy Paul Masurel 2022-05-23 10:20:37 +09:00
  • b2e97e266a more examples to explain default field handling saroh 2022-05-21 17:05:31 +02:00
  • 9ee4772140 Fix deps for unicode regex compiling (#1373) Antoine G 2022-05-20 03:18:44 +02:00
  • c95013b11e Add zstd-compression feature to github workflow tests Kryesh 2022-05-19 22:15:18 +10:00
  • 71f75071d2 cache and return error in aggregations Pascal Seitz 2022-05-19 16:58:56 +08:00
  • b114e553cd Revert "return result from segment collector" Pascal Seitz 2022-05-19 16:43:55 +08:00
  • 17dcc99e43 Revert "introduce optional collect_block in segmentcollector" Pascal Seitz 2022-05-19 16:25:21 +08:00
  • c5c2e59b2b introduce optional collect_block in segmentcollector Pascal Seitz 2022-05-17 11:35:39 +08:00
  • fc045e6bf9 Cleanup imports, remove unneeded error mapping Kryesh 2022-05-19 10:34:02 +10:00
  • 6837a4d468 Fix bench Kryesh 2022-05-18 20:35:29 +10:00
  • 0759bf9448 Cleanup zstd structure and serialise to u32 in line with lz4 Kryesh 2022-05-18 20:31:22 +10:00
  • 152e8238d7 Fix silly errors from running tests without feature flag Kryesh 2022-05-18 19:49:10 +10:00
  • d4e5b48437 Apply feedback - standardise on u64 and fix correct compression bounds Kryesh 2022-05-18 19:37:28 +10:00
  • 03040ed81d Add Zstd compression support Kryesh 2022-05-18 14:04:43 +10:00
  • aaa22ad225 Make block size configurable to allow for better compression ratios on large documents Kryesh 2022-05-18 11:13:15 +10:00
  • 44ea7313ca set max bucket size as parameter Pascal Seitz 2022-05-12 21:04:25 +08:00
  • 3223bdf254 Refactorize PhraseScorer::compute_phrase_match (#1364) Antoine G 2022-05-13 02:57:21 +02:00
  • 11ac451250 abort aggregation when too many buckets are created Pascal Seitz 2022-05-12 12:18:29 +08:00
  • 6a4632211a forward error in aggregation collect Pascal Seitz 2022-05-11 18:03:29 +08:00
  • a99e5459e3 return result from segment collector Pascal Seitz 2022-05-11 17:05:50 +08:00
  • 3f88718f38 refactor aggregations Pascal Seitz 2022-05-10 16:29:16 +08:00
  • cbd06ab189 Update pprof requirement from 0.8.0 to 0.9.0 (#1365) dependabot[bot] 2022-05-11 11:42:04 +09:00
  • 749395bbb8 Added rustdoc for MultiFruit extract function (#1369) Paul Masurel 2022-05-11 11:41:39 +09:00
  • 617ba1f0c0 Bugfix in the document deserialization. (#1368) Paul Masurel 2022-05-11 11:38:10 +09:00
  • 2f1cd7e7f0 Bugfix in the document deserialization. (#1367) Paul Masurel 2022-05-11 11:27:04 +09:00
  • 58c0cb5fc4 Merge pull request #1357 from saroh/1302-json-term-writer-API PSeitz 2022-05-10 11:02:05 +08:00
  • 7f45a6ac96 allow setting tokenizer manager on index (#1362) PSeitz 2022-05-09 17:15:45 +08:00
  • 0ade871126 rename constructor to be more explicit saroh 2022-05-06 13:29:07 +02:00
  • aab65490c9 Merge pull request #1358 from quickwit-oss/fix_docs PSeitz 2022-05-06 18:41:34 +08:00
  • d77e8de36a flip alias variable name Pascal Seitz 2022-05-06 17:52:18 +08:00
  • d11a8cce26 minor docs fix Pascal Seitz 2022-05-05 17:33:33 +08:00
  • bc607a921b add alias shard_size split_size for quickwit Pascal Seitz 2022-05-04 18:51:18 +08:00
  • 1273f33338 Fixed comment. Paul Masurel 2022-05-06 18:35:25 +09:00
  • e30449743c Shortens blocks' last_key in the SSTable block index. (#1361) Paul Masurel 2022-05-06 17:29:06 +09:00
  • ed26552296 Minor changes in query parsing for quickwit#1334. (#1356) Paul Masurel 2022-05-06 13:20:10 +09:00
  • 65d129afbd better function names Saroh 2022-05-05 10:12:28 +02:00
  • 386ffab76c Fix documentation regression (#1359) Antoine G 2022-05-05 07:59:25 +02:00
  • 57a8d0359c Make FruitHandle and MultiFruit public (#1360) Pasha Podolsky 2022-05-05 08:58:33 +03:00
  • 14cb66ee00 move helper to indexer module Saroh 2022-05-04 16:24:54 +02:00
  • 9e38343352 expose helpers for json field writer manipulation closes #1302 Saroh 2022-05-04 12:27:18 +02:00
  • 944302ae2f Merge pull request #1350 from quickwit-oss/update_edition PSeitz 2022-05-04 11:02:52 +02:00
  • be70804d17 Removed AtomicUsize. Paul Masurel 2022-05-04 16:43:04 +09:00
  • a1afc80600 Update src/core/executor.rs PSeitz 2022-05-04 08:39:44 +02:00
  • 02e24fda52 Clippy fix Paul Masurel 2022-05-04 12:24:07 +09:00
  • 54fc557a6d use a single memory arena to store all terms termmap_per_field Pascal Seitz 2022-05-03 19:18:40 +08:00
  • 7f5a409d6f remove term encoding in term bytes Pascal Seitz 2022-05-01 21:34:10 +08:00
  • 50ee43ab79 refactor Term Pascal Seitz 2022-05-01 13:18:50 +08:00
  • 2d1beeb6be term hashmap per field, smaller page size Pascal Seitz 2022-05-01 13:13:09 +08:00
  • 7e3c0c5392 Merge pull request #1353 from quickwit-oss/fix_docs PSeitz 2022-05-02 07:48:25 +02:00
  • fdb2524f9e minor docs fixes Pascal Seitz 2022-04-30 21:05:00 +08:00
  • 4db655ae82 update dependencies, update edition Pascal Seitz 2022-04-28 21:52:07 +08:00
  • bb44cc84c4 update dependencies Pascal Seitz 2022-04-28 20:55:36 +08:00
  • 8c1e1cf1ad Merge pull request #1349 from quickwit-oss/fix_error_message PSeitz 2022-04-28 09:31:45 +02:00
  • b5b16948b0 print whole query on syntax error Pascal Seitz 2022-04-27 12:48:30 +08:00
  • c305d3a2a2 Merge pull request #1346 from quickwit-oss/term_agg PSeitz 2022-04-26 07:08:07 +02:00
  • 038d234ff1 Merge pull request #1347 from quickwit-oss/query_parser_error PSeitz 2022-04-26 07:01:48 +02:00
  • c45eb9a9fa improve readability, add json test Pascal Seitz 2022-04-26 11:22:26 +08:00
  • 824d6f96fe return query on parse error Pascal Seitz 2022-04-22 16:11:36 +08:00
  • 7cf821bac0 fix query parser error field not found Pascal Seitz 2022-04-22 12:40:00 +08:00
  • ae83fc8298 bump uuid to 1.0 (#1345) PSeitz 2022-04-22 03:02:24 +02:00
  • a7bc361145 Update pprof requirement from 0.7 to 0.8 (#1343) dependabot[bot] 2022-04-21 09:35:13 +09:00
  • 2805291400 minor fixes Pascal Seitz 2022-04-20 12:38:11 +08:00
  • 6614a2cba0 fix is_fast for bytes field Pascal Seitz 2022-04-20 12:02:38 +08:00
  • 6f4d203d1b return error on missing sub aggregation Pascal Seitz 2022-04-20 11:19:36 +08:00
  • 1be6c6111c support order property on term aggregations Pascal Seitz 2022-04-19 15:14:31 +08:00
  • c7c3eab256 Merge pull request #1340 from PSeitz/term_agg PSeitz 2022-04-18 08:21:27 +02:00
  • ec69875d15 fix collecting term_dict field names Pascal Seitz 2022-04-15 16:53:08 +08:00
  • d832cfcfd8 Merge pull request #1329 from quickwit-oss/term_agg PSeitz 2022-04-14 14:45:21 +08:00
  • ab6b532cc4 add comments Pascal Seitz 2022-04-14 12:06:36 +08:00
  • 4b6047f7d7 return Option from as_ methods Pascal Seitz 2022-04-14 10:48:36 +08:00
  • 5ca04beb94 add min_doc_count test Pascal Seitz 2022-04-13 18:41:05 +08:00
  • 902d05ebec refactor getffreader function Pascal Seitz 2022-04-13 14:13:10 +08:00
  • f1b298642a remove unnecessary benchmarks Pascal Seitz 2022-04-12 16:57:23 +08:00
  • dd13dedaeb forward errors, remove unwrap Pascal Seitz 2022-04-12 16:39:18 +08:00
  • 46724b4a05 add segment_size, add get term dict fields, add tests Pascal Seitz 2022-04-12 14:45:10 +08:00
  • 24432bf523 add term aggregation Pascal Seitz 2022-03-30 22:38:26 +08:00
  • 31d3bcfff2 Merge pull request #1334 from PSeitz/minor_fixes PSeitz 2022-04-13 13:13:57 +08:00
  • 706fbd6886 fix DateTime naming, fix docs, cleanup Pascal Seitz 2022-04-13 11:35:24 +08:00
  • 8a8a048015 fix coverage (#1335) PSeitz 2022-04-13 12:47:47 +08:00
  • c72549cb9a Bump codecov/codecov-action from 2 to 3 (#1328) dependabot[bot] 2022-04-11 21:26:52 +09:00
  • d6f803212c Merge pull request #1325 from quickwit-oss/term_agg PSeitz 2022-04-04 15:34:31 +08:00
  • dac73537d2 update changelog Pascal Seitz 2022-04-04 14:15:40 +08:00
  • bb5254de12 always serialize, use enum as param Pascal Seitz 2022-04-04 13:36:28 +08:00
  • be5218c2f6 Company Logos were not visible in Dark Theme. (#1326) Maxim Kraynyuchenko 2022-04-04 05:53:31 +03:00
  • ec9478830a add text test Pascal Seitz 2022-03-30 10:35:04 +08:00
  • 8807bfd13d fast field on string Pascal Seitz 2022-03-28 16:57:24 +08:00
  • 14d53851a8 Fix clippy, clean comment. fastfield-codecs-tests François Massot 2022-03-27 20:18:46 +02:00
  • 85707d093b Use rayon for indexing workers. rayon-indexing-writers François Massot 2022-03-27 20:22:50 +02:00
  • 2d176e66b6 Format. François Massot 2022-03-26 22:00:08 +01:00
  • 838a332db0 Fix fmt. François Massot 2021-12-08 12:31:50 +01:00
  • defbd9139b Update fastfield codecs readme. François Massot 2021-12-08 12:05:39 +01:00
  • 0c87732459 Fix makefile. François Massot 2021-12-08 12:03:31 +01:00
  • 4d66a3f0a0 Put deprecated attributes on deprecated codecs. Clean. François Massot 2021-12-08 12:02:06 +01:00
  • 977f01a8a3 Deprecate linear and multilienar fast field coded, add piece wise and FOR. Update tests and clean. François Massot 2021-11-30 18:42:03 +01:00
  • c14bdd26d4 Clean. François Massot 2021-11-30 13:51:35 +01:00
  • 3272f80171 Fix clippy. François Massot 2021-11-30 11:21:23 +01:00
  • 23d5ab5656 Rename new codecs. François Massot 2021-11-30 11:20:35 +01:00
  • 245ed5fed1 Add float dataset for comparing fast field codec. François Massot 2021-11-30 11:11:57 +01:00
  • 33bed01168 Clean frame of ref codec. François Massot 2021-11-30 11:08:36 +01:00