Commit Graph

  • 95661fba30 perf: teach SegmentReader to lazily open/read its various SegmentComponents (#20) Eric Ridge 2025-01-17 15:29:40 -05:00
  • ddd169b77c chore: Don't do codecov (#21) Philippe Noël 2025-01-17 12:18:06 -08:00
  • bb4c4b8522 perf: push FileSlices down through most of fast fields (#19) Eric Ridge 2025-01-15 16:46:36 -05:00
  • ffa558e3a9 fix: tests in ci (#18) Neil Hansen 2025-01-14 11:58:01 -08:00
  • a35e3dcb5a suppress warnings after rebase Neil Hansen 2025-01-10 19:22:03 -08:00
  • 1e3998fbad implement fuzzy scoring in sstable Neil Hansen 2025-01-10 18:42:15 -08:00
  • f3df079d6b chore: point tantivy-fst to paradedb fork to fix regex Neil Hansen 2024-11-19 15:03:35 -08:00
  • f7c0335857 comments Ming Ying 2025-01-10 13:24:12 -05:00
  • 2584325e0d add reconsider_merge_policy to directory Ming Ying 2025-01-09 22:00:59 -05:00
  • 1f2c2d0c8a fix compilation warnings on rust v1.83 Eric B. Ridge 2025-01-09 13:45:45 -05:00
  • 91db6909d1 Add a payload: &mut (dyn Any + '_) argument to Directory::save_meta() (#17) Eric Ridge 2024-12-20 10:35:16 -05:00
  • 7639b47615 small changes to make MVCC work with delete Ming Ying 2024-12-13 09:50:19 -05:00
  • 8b55f0f355 Make DeleteMeta pub Ming Ying 2024-12-09 12:08:10 -05:00
  • 8d29f19110 make save_metas provide previous metas Ming Ying 2024-12-07 21:56:58 -05:00
  • d742d3277a undo changes to segment_updater.rs Ming Ying 2024-12-07 16:37:34 -05:00
  • 3afe3714a2 no pgrx, please Eric B. Ridge 2024-12-06 11:48:43 -05:00
  • 67ea8e53a8 quickwit compiles Ming Ying 2024-12-06 11:26:58 -05:00
  • 3adc85c017 Directory trait can read/write meta/managed Ming Ying 2024-11-13 10:39:23 -05:00
  • 6bb3a22c98 expose AddOperation and with_max_doc (#7) Ming 2024-10-28 13:36:12 -04:00
  • 5503cfb8ef Fix managed paths (#5) Ming 2024-10-23 22:18:34 -04:00
  • ea0e88ae4b feat: implement TokenFilter for Option<F> (#4) Alexander Alexandrov 2024-09-07 15:35:51 +03:00
  • dee2dd3f21 Use Levenshtein distance to score documents in fuzzy term queries Neil Hansen 2024-01-31 16:11:16 -08:00
  • 794ff1ffc9 chore: Make Language hashable (#79) (#2763) Philippe Noël 2025-12-10 09:38:43 -05:00
  • c6912ce89a Handle JSON fields and columnar in space_usage (#2761) PSeitz-dd 2025-12-10 13:33:33 +01:00
  • 618e3bd11b Term and IndexingTerm cleanup (#2750) PSeitz 2025-12-05 09:48:40 +08:00
  • b2f99c6217 add term->histogram benchmark (#2758) PSeitz 2025-12-04 09:29:37 +08:00
  • 643639f14b Introduced geopoint. flatheadmill-geo Paul Masurel 2025-12-03 17:05:27 +01:00
  • f85a27068d Introduced geopoint. Paul Masurel 2025-12-03 17:05:16 +01:00
  • 1619e05bc5 plastic surgery Paul Masurel 2025-12-03 16:10:11 +01:00
  • 5d03c600ba Added bugfix and unit tests Removed use of robust. Paul Masurel 2025-12-03 15:21:37 +01:00
  • 76de5bab6f fix unsafe warnings (#2757) PSeitz 2025-12-03 20:15:21 +08:00
  • 32beb06382 plastic surgery Paul Masurel 2025-12-03 13:02:10 +01:00
  • d8bc0e7c99 added doc Paul Masurel 2025-12-03 12:41:17 +01:00
  • b7eb31162b docs: add usage example to README (#2743) rustmailer 2025-12-03 04:56:57 +08:00
  • 418c17ebc3 Change assert message paradedb-paradedb/fix-overflow-issue Paul Masurel 2025-12-02 21:32:15 +01:00
  • 52640c197b inlining Paul Masurel 2025-12-02 21:22:19 +01:00
  • aa87555576 Fixed lint issues. Mohammad Dashti 2025-11-10 12:48:24 -08:00
  • a4efc6bfa4 Fixed the overflow issue. Mohammad Dashti 2025-11-10 12:42:57 -08:00
  • 79622f1f0b bugfix Paul Masurel 2025-12-01 17:11:31 +01:00
  • d26d6c34fc Fix select_nth_unstable_by_key midpoint duplicates. Alan Gutierrez 2025-11-18 02:11:25 -06:00
  • 6da54fa5da Revert "Remove radix_select.rs." Alan Gutierrez 2025-11-18 00:22:40 -06:00
  • 9f10279681 Complete Spatial/Geometry type integration. Alan Gutierrez 2025-11-13 01:05:17 -06:00
  • 68009bb25b Read block kd-tree nodes using from_le_bytes. Alan Gutierrez 2025-11-03 23:55:12 -06:00
  • 459456ca28 Remove radix_select.rs. Alan Gutierrez 2025-11-03 22:26:48 -06:00
  • dbbc8c3f65 Slot block kd-tree into Tantivy. Alan Gutierrez 2025-10-25 13:43:07 -05:00
  • d3049cb323 Triangulation is not just a conversion. Alan Gutierrez 2025-10-26 22:58:58 -05:00
  • ccdf399cd7 XOR delta compression for f64 polygon coordinates. Alan Gutierrez 2025-10-26 22:47:38 -05:00
  • 2dc46b235e Implement block kd-tree. Alan Gutierrez 2025-10-19 23:58:37 -05:00
  • f38140f72f Add delta compression for block kd-tree leaf nodes. Alan Gutierrez 2025-10-18 03:53:54 -05:00
  • 0996bea7ac Add a surveyor to determine spread and prefix. Alan Gutierrez 2025-10-16 02:34:00 -05:00
  • 1c66567efc Radix selection for block kd-tree partitioning. Alan Gutierrez 2025-10-13 01:54:04 -05:00
  • b2a9bb279d Implement polygon tessellation. Alan Gutierrez 2025-10-12 23:41:07 -05:00
  • 558c99fa2d Triangle encoding for spatial indexing. Alan Gutierrez 2025-10-12 22:06:27 -05:00
  • 43b5f34721 Implement SPATIAL flag. Alan Gutierrez 2025-09-23 18:20:41 -05:00
  • 63c66005db Lazy scorers (#2726) Paul Masurel 2025-12-01 15:38:57 +01:00
  • 7d513a44c5 Added some benchmark for top K by a fast field (#2754) Paul Masurel 2025-12-01 14:58:29 +01:00
  • ca87fcd454 Implement collect_block for Collectors which wrap other Collectors (#2727) Stu Hood 2025-12-01 03:26:29 -08:00
  • 08a92675dc Fix typos again (#2753) Ang 2025-12-01 19:15:41 +08:00
  • f7f4b354d6 fix: Handle phrase prefixed with star (#2751) Raphaël Cohen 2025-12-01 11:43:25 +01:00
  • 25d44fcec8 Revert "remove unused columnar api (#2742)" (#2748) Paul Masurel 2025-11-26 17:44:02 +01:00
  • 842fe9295f split Term in Term and IndexingTerm (#2744) PSeitz-dd 2025-11-26 16:48:59 +01:00
  • f88b7200b2 Optimization when posting list are saturated. (#2745) Paul Masurel 2025-11-26 15:50:57 +01:00
  • 8725594d47 remove unused columnar api (#2742) PSeitz-dd 2025-11-21 18:07:25 +01:00
  • 43a784671a clippy (#2741) PSeitz 2025-11-21 18:07:03 +01:00
  • c363bbd23d Optimize term aggregation with low cardinality + some refactoring (#2740) Paul Masurel 2025-11-21 14:46:29 +01:00
  • b2573a3b16 low cardinality optimisation low_card_optimization Paul Masurel 2025-11-19 18:41:10 +01:00
  • 70e591e230 feat: added filter aggregation (#2711) Moe 2025-11-18 11:54:31 -08:00
  • 5277367cb0 remove duplicated call to index_writer.commit() in example (#2732) Arthur 2025-11-12 14:52:44 +01:00
  • 8b02bff9b8 Removing obsolete benchmark screenshot (#2730) Paul Masurel 2025-11-05 09:55:13 +01:00
  • 60225bdd45 cleanup (#2724) PSeitz 2025-10-23 10:23:34 +02:00
  • 938bfec8b7 use FxHashMap for Aggregations Request (#2722) PSeitz 2025-10-21 15:59:18 +02:00
  • dabcaa5809 fix merge intermediate aggregation results (#2719) PSeitz 2025-10-17 12:41:31 +02:00
  • d410a3b0c0 Add Filtering for Term Aggregations (#2717) PSeitz 2025-10-15 17:39:53 +02:00
  • fc93391d0e Minor clarifications on the AggregationsWithAccessor refacto (#2716) Remi 2025-10-14 19:59:33 +02:00
  • f8e79271ab Replace AggregationsWithAccessor (#2715) PSeitz 2025-10-14 09:22:11 +02:00
  • 33835b6a01 Add DocSet::cost() (#2707) PSeitz 2025-10-13 16:25:49 +02:00
  • ebb82dc549 clippy paul.masurel/clippy Paul Masurel 2025-10-08 17:07:07 +02:00
  • 270ca5123c refactor postings (#2709) PSeitz 2025-10-08 16:55:25 +02:00
  • 714366d3b9 docs: correct grammar (#2704) Mustafa S. Moiz 2025-10-08 07:47:09 -07:00
  • 40659d4d07 improve naming in buffered_union (#2705) PSeitz-dd 2025-09-24 10:58:46 +02:00
  • e1e131a804 add and/or queries benchmark (#2701) PSeitz 2025-09-22 16:32:49 +02:00
  • 70da310b2d perf: deduplicate queries (#2698) PSeitz-dd 2025-09-22 12:16:58 +02:00
  • 85010b589a clippy (#2700) PSeitz 2025-09-19 18:04:25 +02:00
  • 2340dca628 fix compiler warnings (#2699) PSeitz-dd 2025-09-19 15:55:04 +02:00
  • 71a26d5b24 Fix CI with rust 1.90 (#2696) Remi 2025-09-18 23:06:33 +02:00
  • eb5f51f3c4 Optimize ExistsQuery for a high number of dynamic columns (#2694) qw-airmail-20250916 PSeitz-dd 2025-09-16 18:21:03 +02:00
  • 203751f2fe Optimize ExistsQuery for a high number of dynamic columns (#2694) PSeitz-dd 2025-09-16 18:21:03 +02:00
  • 7963b0b4aa Add fast field fallback for term query if not indexed (#2693) PSeitz-dd 2025-09-12 14:58:21 +02:00
  • d5eefca11d Merge pull request #2692 from quickwit-oss/paul.masurel/coerce-floats-too-in-search-too Paul Masurel 2025-09-10 09:46:54 +02:00
  • 5d6c8de23e Align search float search logic to the columnar coercion rules Paul Masurel 2025-09-09 17:38:38 +02:00
  • a06365f39f Update CHANGELOG.md for bugfixes (#2674) PSeitz 2025-09-04 11:51:00 +02:00
  • f4b374110f feat: Regex query grammar (#2677) Raphaël Cohen 2025-09-03 10:07:04 +02:00
  • 1b38a9ba62 Added unit test for aggregation unit-test-aggregation-sum-other Paul Masurel 2025-08-28 12:19:22 +02:00
  • c37af9c1ff update release instructions (#2687) PSeitz-dd 2025-08-22 01:57:48 +02:00
  • 747caeb568 update release instructions Pascal Seitz 2025-08-20 18:47:27 +08:00
  • 33794a114c chore: Release (#2686) PSeitz 2025-08-20 18:29:37 +08:00
  • b4139bc353 chore: Release 0.25.0 Pascal Seitz 2025-08-20 18:21:53 +08:00
  • 8676a1f57b prepare release: update Changelog (#2685) PSeitz-dd 2025-08-20 10:07:53 +02:00
  • 021ff2ad63 move bench to binggan (#2684) PSeitz-dd 2025-08-14 11:02:44 +02:00
  • 39e027667b per field size details (#2679) Paul Masurel 2025-08-13 13:12:22 +02:00