Commit Graph

  • 6e9e49d4b5 termdict issue/938 Paul Masurel 2020-11-16 16:32:37 +09:00
  • d5145c3a2d Added sstable sub-crate Paul Masurel 2020-11-16 15:27:41 +09:00
  • b7c8b07ca4 Small refactoring Paul Masurel 2020-12-03 14:01:29 +09:00
  • 654c400a0b TermDictionary.finish does not flush Paul Masurel 2020-12-03 13:36:25 +09:00
  • 80a99539ce Several TermDict operation now returns an io::Result Paul Masurel 2020-12-03 12:46:52 +09:00
  • 4b1c770e5e Simplified counting writer and removed flush Paul Masurel 2020-12-03 11:24:39 +09:00
  • 3491645e69 Moved the term merger Paul Masurel 2020-12-03 10:24:04 +09:00
  • e72c8287f8 Merge pull request #951 from tantivy-search/fst-isolated Paul Masurel 2020-12-03 10:11:39 +09:00
  • b4b3bc7acd Cargo fmt Paul Masurel 2020-12-03 10:03:50 +09:00
  • 521c7b271b Isolated fst impl of termdictionary in a specific module. Paul Masurel 2020-11-16 11:51:46 +09:00
  • acd888c999 Merge pull request #950 from tantivy-search/guilload--fix-clippy-warning Paul Masurel 2020-12-02 08:09:31 +09:00
  • 3ab1ba0b2f Fix clippy warning Adrien Guillo 2020-12-01 12:07:53 -08:00
  • b344c0ac05 Merge pull request #949 from tantivy-search/docset_is_send Paul Masurel 2020-12-01 19:12:51 +09:00
  • 1741619c7f DocSet is send Paul Masurel 2020-12-01 19:08:23 +09:00
  • 067ba3dff0 Merge pull request #946 from tantivy-search/issue/test-bugfix-atomicwrite Paul Masurel 2020-12-01 15:29:51 +09:00
  • f79250f665 Fix perf regression in the benchmark for the Count collector. Paul Masurel 2020-11-30 13:18:38 +09:00
  • 5a33b8d533 Merge pull request #942 from barrotsteindev/filter-collector Paul Masurel 2020-11-30 11:26:28 +09:00
  • d165655fb1 Added specialized implementation for count/count_including... in &mut DocSet Paul Masurel 2020-11-30 11:24:13 +09:00
  • c805871b92 better test barrotsteindev 2020-11-25 14:25:49 +02:00
  • f288e32634 rebaes on origin/main barrotsteindev 2020-11-25 14:08:43 +02:00
  • bc44543d8f added TPredicate generic param and updated tests barrotsteindev 2020-11-25 14:01:05 +02:00
  • db514208a7 Removed the SegmentCollector type from the Generics of the FilterCollector Paul Masurel 2020-11-25 14:13:22 +09:00
  • b6ff29e020 simplified FilterCollector#for_segment barrotsteindev 2020-11-23 11:09:03 +02:00
  • 7c94dfdc15 fmt barrotsteindev 2020-11-22 10:40:45 +02:00
  • 8782c0eada updated docs barrotsteindev 2020-11-21 21:26:44 +02:00
  • fea0ba1042 removed unnecessary static liftimes barrotsteindev 2020-11-21 21:24:27 +02:00
  • 027555c75f added initial implementation for filter_collector barrotsteindev 2020-11-21 18:09:08 +02:00
  • b478ed747a Attempt to fix bug surfacing sometimes in test. Paul Masurel 2020-11-25 18:00:05 +09:00
  • e9aa27dace Avoid computing the BM25 weight if scoring is disabled Paul Masurel 2020-11-25 14:35:49 +09:00
  • 4e93c681c0 Removed the SegmentCollector type from the Generics of the FilterCollector barrotsteindev-filter-collector Paul Masurel 2020-11-25 14:13:22 +09:00
  • 5a8546bb5a Revert "Move SegmentUpdater::list_files() to Index" Paul Masurel 2020-11-20 13:53:50 +09:00
  • f0c1867637 Move SegmentUpdater::list_files() to Index Adrien Guillo 2020-11-17 17:54:18 -08:00
  • 35fbf738c9 Refactoring of the skip index. Paul Masurel 2020-11-10 10:27:32 +09:00
  • 6f919c61c7 Cache store reader blocks in an LRU fashion Adrien Guillo 2020-11-14 13:05:42 -08:00
  • 86efdb778c Marked blockwand test as ignored. Paul Masurel 2020-11-16 13:42:46 +09:00
  • 960c2ee39d Fixing unit test. Paul Masurel 2020-11-12 14:06:22 +09:00
  • 6653ed8eb6 Update src/core/searcher.rs Paul Masurel 2020-11-11 12:37:52 +09:00
  • e20eedd98b Make field TermMerger API public Paul Masurel 2020-11-11 11:59:09 +09:00
  • 90c1fdefdc Closes #930 Minor bug. Paul Masurel 2020-11-11 15:51:23 +09:00
  • 3e27d4c211 Making block wand test more robusts Paul Masurel 2020-11-10 18:01:38 +09:00
  • 4dc268482f Modified Directory::exists API to return Result<bool, OpenReadError> Adrien Guillo 2020-11-09 17:57:43 -08:00
  • 4f20dd410e Avoid loading fieldnorms when not necessary Paul Masurel 2020-11-06 22:35:31 +09:00
  • b1125638f4 TermInfo contain the end_offset of the postings. Paul Masurel 2020-09-21 00:15:09 +09:00
  • a4c95852e5 Updated CHANGELOG Adrien Guillo 2020-11-06 11:13:44 -08:00
  • b28be75728 Implement FileWatcher Adrien Guillo 2020-11-05 15:00:14 -08:00
  • c079133f3a Merge pull request #945 from tantivy-search/guilload--replace-arc-box-with-arc Paul Masurel 2020-11-25 13:57:22 +09:00
  • 30c5f7c5f0 Applied CR comments Paul Masurel 2020-11-25 13:51:56 +09:00
  • 6f26871c0f Replace some Arc<Box<dyn... with Arc<dyn... Adrien Guillo 2020-11-24 19:43:34 -08:00
  • f93cc5b5e3 Merge pull request #944 from tantivy-search/no-file-len-problem Paul Masurel 2020-11-25 11:54:44 +09:00
  • 5a25c8dfd3 No filelen problem. Paul Masurel 2020-11-20 16:17:08 +09:00
  • f5c079159d Merge pull request #943 from tantivy-search/guilload--ownedbytes-helper-methods Paul Masurel 2020-11-25 09:04:40 +09:00
  • 1cfdce3437 Add helper methods for reading u8 and u64 to OwnedBytes Adrien Guillo 2020-11-23 10:45:46 -08:00
  • af7cb3ff0f simplified FilterCollector#for_segment barrotsteindev 2020-11-23 11:09:03 +02:00
  • 30d86c653a fmt barrotsteindev 2020-11-22 10:40:45 +02:00
  • 6f4c051700 updated docs barrotsteindev 2020-11-21 21:26:44 +02:00
  • 212e091553 removed unnecessary static liftimes barrotsteindev 2020-11-21 21:24:27 +02:00
  • 146058bdbf added initial implementation for filter_collector barrotsteindev 2020-11-21 18:09:08 +02:00
  • e9e6d141e9 Merge pull request #941 from tantivy-search/revert-940-guilload--move-list-files-to-index Paul Masurel 2020-11-20 13:54:05 +09:00
  • 8d0e049261 Revert "Move SegmentUpdater::list_files() to Index" Paul Masurel 2020-11-20 13:53:50 +09:00
  • 0335c7353d Merge pull request #940 from tantivy-search/guilload--move-list-files-to-index Paul Masurel 2020-11-18 11:08:20 +09:00
  • 267e920a80 Move SegmentUpdater::list_files() to Index Adrien Guillo 2020-11-17 17:54:18 -08:00
  • d8a3a47e3e Refactoring of the skip index. Paul Masurel 2020-11-17 16:13:45 +09:00
  • 7f0e61b173 Refactoring of the skip index. Paul Masurel 2020-11-10 10:27:32 +09:00
  • ce4c50446b Merge pull request #937 from tantivy-search/guilload--cache-store-reader-blocks Paul Masurel 2020-11-17 13:45:10 +09:00
  • 9ab25d2575 Cache store reader blocks in an LRU fashion Adrien Guillo 2020-11-14 13:05:42 -08:00
  • 6d4b982417 Marked blockwand test as ignored. Paul Masurel 2020-11-16 13:42:46 +09:00
  • 650eca271f Merge pull request #932 from tantivy-search/fix-unit-test-file-watcher Paul Masurel 2020-11-13 11:47:15 +09:00
  • 8ee55aef6d Fixing unit test. Paul Masurel 2020-11-12 14:06:22 +09:00
  • 40d41c7dcb Merge pull request #929 from tantivy-search/api-public-term-merger Paul Masurel 2020-11-12 14:11:53 +09:00
  • c780a889a7 Merge pull request #931 from tantivy-search/issue/930 Paul Masurel 2020-11-12 13:22:34 +09:00
  • eef348004e Closes #930 Minor bug. Paul Masurel 2020-11-11 15:51:23 +09:00
  • e784bbc40f Update src/core/searcher.rs Paul Masurel 2020-11-11 12:37:52 +09:00
  • b8118d439f Make field TermMerger API public Paul Masurel 2020-11-11 11:59:09 +09:00
  • a49e59053c Making block wand test more robusts Paul Masurel 2020-11-10 18:01:38 +09:00
  • 41bb2bd58b Merge pull request #926 from tantivy-search/guilload--directory-exists Paul Masurel 2020-11-10 17:59:45 +09:00
  • 7fd6054145 Modified Directory::exists API to return Result<bool, OpenReadError> Adrien Guillo 2020-11-09 17:57:43 -08:00
  • 6abf4e97b5 Merge pull request #925 from tantivy-search/postings-end-offset Paul Masurel 2020-11-09 15:58:04 +09:00
  • d23aee76c9 Avoid loading fieldnorms when not necessary Paul Masurel 2020-11-06 22:35:31 +09:00
  • 58a1595792 Updated CHANGELOG Adrien Guillo 2020-11-06 11:13:44 -08:00
  • 726d32eac5 Merge pull request #924 from tantivy-search/guilload--implement-poll-watcher Paul Masurel 2020-11-06 22:41:26 +09:00
  • b5f3dcdc8b TermInfo contain the end_offset of the postings. Paul Masurel 2020-09-21 00:15:09 +09:00
  • 2875deb4b1 Implement FileWatcher Adrien Guillo 2020-11-05 15:00:14 -08:00
  • b2dfacdc70 Fixed bench and removed unnecessary public symbols. Paul Masurel 2020-11-05 16:12:03 +09:00
  • 36a0520a48 Added failing proptest and fixed it. Paul Masurel 2020-11-05 15:39:28 +09:00
  • 7cb018c640 Add an option to opt out fieldnorms for indexed fields. issue/922 Paul Masurel 2020-11-02 16:34:09 +09:00
  • 6b5a5ac1d0 Merge pull request #923 from tantivy-search/refact-param-serialize Paul Masurel 2020-11-03 15:49:34 +09:00
  • 581c2bb718 Minor refactoring postings serializers options. Paul Masurel 2020-11-03 12:15:49 +09:00
  • 3d192c0f57 Merge pull request #921 from tantivy-search/more-pub-for-hot-directory Paul Masurel 2020-10-29 13:04:37 +09:00
  • 9dc36f4431 Exposing API for the hot directory Paul Masurel 2020-10-29 11:24:20 +09:00
  • 730ccefffb Fixes a bug in TermQuery::explain. Paul Masurel 2020-10-22 14:22:29 +09:00
  • 2c56f4b583 Updated CHANGELOG Paul Masurel 2020-10-28 17:39:01 +09:00
  • 9e27da8b4e Added CR comments. Paul Masurel 2020-10-28 11:30:53 +09:00
  • 7f373f232a Add helper methods for BooleanQuery Adrien Guillo 2020-10-20 12:36:11 +02:00
  • 6f0487979c Removing Inoperable 'Say Thanks' Links (#919) Stephen Becker IV 2020-10-27 23:08:47 -07:00
  • 71c66a5405 [tantivy] Run clippy linter (#914) Pasha Podolsky 2020-10-27 08:36:02 +03:00
  • 2eb5326aa4 Fixing compilation Paul Masurel 2020-10-27 14:00:14 +09:00
  • 91e92fa8a3 Made public. Paul Masurel 2020-10-20 14:59:41 +09:00
  • 9cc1661ce2 Updating crossbeam (#909) Paul Masurel 2020-10-13 10:55:50 +09:00
  • c3f44d38f3 Moving HasLen (#910) Paul Masurel 2020-10-13 10:19:30 +09:00
  • 01b4aa9adc Refactoring dir (#905) Paul Masurel 2020-10-11 22:22:56 +09:00