Commit Graph

  • 25bad784ad Integrated fastfield codecs into columnar. (#1782) Paul Masurel 2023-01-16 17:24:49 +09:00
  • 4bac945709 add ip field example (#1775) PSeitz 2023-01-16 13:06:11 +08:00
  • 16b704e190 make file_slice_for_range on sstable public (#1784) trinity-1686a 2023-01-16 05:59:57 +01:00
  • 6ca9a477f3 reuse stats for average (#1785) PSeitz 2023-01-13 23:32:27 +08:00
  • e07f1970ea fix count type use_stats Pascal Seitz 2023-01-13 20:10:23 +08:00
  • 78273bfb0d reuse stats for average Pascal Seitz 2023-01-13 17:43:25 +08:00
  • 437084fea4 add truncation comment truncation_comment Pascal Seitz 2023-01-13 14:17:04 +08:00
  • 6c4b8d97ed chore: Release 0.19.1 0.19.1 Pascal Seitz 2023-01-13 13:46:28 +08:00
  • dc5f503c9a use fastfield_codecs 0.3.1 Pascal Seitz 2023-01-13 13:34:42 +08:00
  • 4ffcf3a933 chore: Release Pascal Seitz 2023-01-13 13:31:20 +08:00
  • 079f542f97 handle user input on get_docid_for_value_range Pascal Seitz 2023-01-13 12:24:34 +08:00
  • 2650111b76 EnableScoring::Disabled - optional Searcher (#1780) Shikhar Bhushan 2023-01-12 09:26:50 -05:00
  • 1176555eff handle user input on get_docid_for_value_range (#1760) PSeitz 2023-01-12 21:20:16 +08:00
  • f8d111a75e Merge pull request #1777 from quickwit-oss/guilload/ff-range-query-on-not-indexed-fields Adrien Guillo 2023-01-11 10:14:32 -05:00
  • bcff3eb2d2 try with custom Cow<str> trinity/yoke-documents trinity-1686a 2023-01-11 16:02:52 +01:00
  • e17996f2fd Allow range queries via fast fields on non-indexed fields Adrien Guillo 2023-01-10 13:25:12 -05:00
  • f3621c0487 Add license to tokenizer-api crate (#1778) Adrien Guillo 2023-01-10 23:26:41 -05:00
  • 14222a47a3 Fix typo (#1776) Adrien Guillo 2023-01-10 10:49:13 -05:00
  • 8312c882a5 More cosmetic fixes for upcoming Clippy lints. (#1771) Adam Reichold 2023-01-10 10:32:45 +01:00
  • 7a8fce0ae7 Minor mini fixes Paul Masurel 2023-01-10 14:12:11 +09:00
  • 196e42f33e Add regex tokenizer (#1759) Michael Kleen 2023-01-10 05:38:37 +01:00
  • 82a183bc2d Bump dependency on lru to from version 0.7.5 to version 0.9.0. (#1755) Adam Reichold 2023-01-10 05:35:37 +01:00
  • 3090d49615 Update base64 requirement from 0.20.0 to 0.21.0 (#1769) dependabot[bot] 2023-01-10 13:35:05 +09:00
  • 7c6cc818ae enable range query on fast field for u64 compatible types (#1762) PSeitz 2023-01-10 04:08:26 +01:00
  • 514d23a20c move tokenizer API to seperate crate (#1767) PSeitz 2023-01-09 06:37:38 +01:00
  • 4f9efe654c Support for columnar (#1734) Paul Masurel 2023-01-07 17:37:00 +09:00
  • 1afa5bf3db Make construction of LevenshteinAutomatonBuilder for FuzzyTermQuery instances lazy. (#1756) Adam Reichold 2023-01-06 04:44:49 +01:00
  • 07a51eb7c8 refactor multivalue fastfield, refactor range query (#1749) PSeitz 2023-01-05 12:09:50 +01:00
  • 2080c370c2 Enable usage of FuzzyTermQuery for specific fields via QueryParser (#1750) Adam Reichold 2023-01-04 10:11:27 +01:00
  • b22f96624e doc: update comments in the faceted search example (#1737) Daw-Chih Liou 2023-01-02 11:07:30 +01:00
  • b78dc5e313 Bump prettytables (#1746) pinkforest(she/her) 2023-01-01 01:01:39 +11:00
  • 44daa749a5 Added column handle column-handle Paul Masurel 2022-12-27 15:27:50 +09:00
  • c57fa3f746 Review comments Paul Masurel 2022-12-27 10:34:51 +09:00
  • 3f915925af Fixing unit tests Paul Masurel 2022-12-27 12:02:16 +09:00
  • 71308e6be7 Apply suggestions from code review Paul Masurel 2022-12-27 10:12:33 +09:00
  • 9c5fef5af7 Fixing sstable proptest (#1743) Paul Masurel 2022-12-26 16:29:33 +09:00
  • 9948a84ebe Simplifies the count_ones definition. (#1742) Paul Masurel 2022-12-26 16:08:01 +09:00
  • 45156fd869 use group_by in translate_codec_idx_to_original_id (#1736) PSeitz 2022-12-26 06:13:29 +01:00
  • 85f2588875 implement add_borrowed_values on Document trinity-1686a 2022-12-23 16:16:22 +01:00
  • e099c2f18a Added support for dynamic fast field. Paul Masurel 2022-12-23 22:24:40 +09:00
  • 1a72844048 Added simple columnar CLI program columnar-cli Paul Masurel 2022-12-23 22:25:45 +09:00
  • d91df6cc7e Added support for dynamic fast field. Paul Masurel 2022-12-23 22:24:40 +09:00
  • db6cf65d53 make Document support Yoked inner values trinity-1686a 2022-12-22 17:52:53 +01:00
  • 654aa7f42c allow Value to borrow trinity-1686a 2022-12-22 15:43:13 +01:00
  • bc959006fa Ooops. Removing ordered_floats. Paul Masurel 2022-12-22 19:49:23 +09:00
  • 7385a8f80c Supporting PartialCmp in VectorColumn. (#1735) Paul Masurel 2022-12-22 17:47:25 +09:00
  • 13b89cba17 Adding inlines. Paul Masurel 2022-12-22 14:29:41 +09:00
  • f4804ce2f5 Adjust spelling of "returns" in docs for DisjunctionMaxQuery (#1733) Hasnain Lakhani 2022-12-21 21:04:07 -08:00
  • 2a6d1eaf78 Added missing license. Paul Masurel 2022-12-22 12:47:43 +09:00
  • 540a9972bd Support for NotNaN in fast fields Paul Masurel 2022-12-21 12:20:48 +09:00
  • bb48c3e488 Refactoring to prepare for the addition of dynamic fast field (#1730) Paul Masurel 2022-12-22 12:25:46 +09:00
  • 3339a3ec05 Removed feature(quickwit) in tantivy-common. Paul Masurel 2022-12-22 10:19:57 +09:00
  • f39165e1e7 Moving FileSlice to tantivy-common (#1729) Paul Masurel 2022-12-21 16:35:11 +09:00
  • 32cb1d22da Removed AsyncIoResult. (#1728) Paul Masurel 2022-12-21 16:01:17 +09:00
  • 4a6bf50e78 Clippy Paul Masurel 2022-12-21 15:43:34 +09:00
  • 8828b6d310 Support for columnar columnar Paul Masurel 2022-12-21 12:21:30 +09:00
  • 2b89bf9050 Support for NotNaN in fast fields Paul Masurel 2022-12-21 12:20:48 +09:00
  • 3580198447 Minor refactoring Paul Masurel 2022-12-21 12:18:01 +09:00
  • d96a716d20 Refactoring to prepare for the addition of dynamic fast field Paul Masurel 2022-12-21 12:16:00 +09:00
  • 2ac1cc2fc0 add sparse codec (#1723) PSeitz 2022-12-20 15:30:33 +01:00
  • f9171a3981 fix clippy (#1725) PSeitz 2022-12-20 07:30:06 +01:00
  • a2cf6a79b4 Sparse dense index (#1716) PSeitz 2022-12-13 07:50:09 +01:00
  • f6e87a5319 Cargo fmt Paul Masurel 2022-12-13 12:30:40 +09:00
  • f9971e15fe Fixing unit test with sstable test. Paul Masurel 2022-12-13 12:21:43 +09:00
  • 3cdc8e7472 pass index info to serialize (#1719) PSeitz 2022-12-13 04:20:31 +01:00
  • fbb0f8b55d Update base64 requirement from 0.13.0 to 0.20.0 (#1720) dependabot[bot] 2022-12-13 11:46:23 +09:00
  • 136a8f4124 Isolating sstable and stacker in independant crates. (#1718) Paul Masurel 2022-12-13 11:44:17 +09:00
  • 5d4535de83 Changelog fix (#1717) PSeitz 2022-12-12 06:28:42 +01:00
  • 2c50b02eb3 Fix max bucket limit in histogram (#1703) 0.19 PSeitz 2022-12-12 04:40:15 +01:00
  • 509adab79d Bump version (#1715) PSeitz 2022-12-12 04:39:43 +01:00
  • 08a723d936 Revert "add dense codec" revert-1711-sparse_dense_index Paul Masurel 2022-12-12 12:00:54 +09:00
  • 1e50f96fb0 Disable GC and merge checker. commit-changes ChillFish8 2022-12-11 14:04:20 +00:00
  • a05a0035f8 Merge pull request #1711 from quickwit-oss/sparse_dense_index PSeitz 2022-12-09 08:48:43 +01:00
  • 976128a412 extend benchmarks Pascal Seitz 2022-12-09 15:12:29 +08:00
  • f27b3e312d Apply suggestions from code review PSeitz 2022-12-09 08:01:56 +01:00
  • 56dea6f08d Apply suggestions from code review PSeitz 2022-12-09 08:01:02 +01:00
  • 789d29cf45 move code to DenseIndexBlock Pascal Seitz 2022-12-08 19:46:23 +08:00
  • a36b50d825 benchmark fix and important optimisation Paul Masurel 2022-12-08 18:55:20 +09:00
  • bebfca21a8 headroom sparse_dense_index_headroom Paul Masurel 2022-12-08 18:45:38 +09:00
  • 09f65e5467 Merge pull request #1707 from quickwit-oss/bump_version PSeitz 2022-12-08 09:03:47 +01:00
  • 2c2f5c3877 add dense codec Pascal Seitz 2022-12-07 11:38:01 +08:00
  • 96c93a6ba3 Merge pull request #1700 from quickwit-oss/PSeitz-patch-1 PSeitz 2022-12-02 16:31:11 +01:00
  • 11b01e4141 chore: Release Pascal Seitz 2022-12-02 16:45:18 +08:00
  • 3e8852c606 revert tant version Pascal Seitz 2022-12-02 16:44:34 +08:00
  • 725f1ecb80 update cargo.toml Pascal Seitz 2022-12-02 16:42:00 +08:00
  • afa27afe7d group workspace deps Pascal Seitz 2022-12-02 16:31:30 +08:00
  • 495824361a Move split_full_path to Schema (#1692) boraarslan 2022-11-29 14:56:13 +03:00
  • 485a8f507e Update CHANGELOG.md PSeitz 2022-11-28 15:41:31 +01:00
  • 1119e59eae prepare fastfield format for null index (#1691) PSeitz 2022-11-28 09:15:24 +01:00
  • ee1f2c1f28 add aggregation support for date type (#1693) PSeitz 2022-11-28 01:12:08 +01:00
  • 600548fd26 Merge pull request #1694 from quickwit-oss/dependabot/cargo/zstd-0.12 PSeitz 2022-11-25 05:48:59 +01:00
  • 9929c0c221 Merge pull request #1696 from quickwit-oss/dependabot/cargo/env_logger-0.10.0 PSeitz 2022-11-25 03:28:10 +01:00
  • f53e65648b Update env_logger requirement from 0.9.0 to 0.10.0 dependabot[bot] 2022-11-24 20:07:52 +00:00
  • 0281b22b77 update create_in_ram docs (#1695) PSeitz 2022-11-24 17:30:09 +01:00
  • a05c184830 Update zstd requirement from 0.11 to 0.12 dependabot[bot] 2022-11-23 20:15:32 +00:00
  • 0b40a7fe43 Added a expand_dots JsonObjectOptions. (#1687) Paul Masurel 2022-11-21 15:03:00 +01:00
  • 208e5fd61a remove superfluous impls optional_column Pascal Seitz 2022-11-21 10:45:35 +08:00
  • caca4cdda4 Apply suggestions from code review PSeitz 2022-11-21 03:42:52 +01:00
  • 191fe5101b migrate to OptionalColumn Pascal Seitz 2022-11-18 12:29:49 +08:00
  • c4474fef3a add OptionalColumn Pascal Seitz 2022-11-17 17:07:02 +08:00