Commit Graph

  • 8029aea548 Exposing store Paul Masurel 2017-05-07 14:24:36 +09:00
  • 3b33484cf8 compatibility with tantivy-imhotep Paul Masurel 2017-05-07 14:19:38 +09:00
  • 2a909ddcc7 Merge branch 'master' into tantivy-imhotep Paul Masurel 2017-05-07 13:38:54 +09:00
  • 0dad02791c issues/65 Added comments Paul Masurel 2017-05-06 23:08:20 +09:00
  • 2947364ae1 issues/65 Phrase query for untokenized fields are not tokenized. Paul Masurel 2017-05-06 15:23:01 +09:00
  • 05111599b3 Removed several TODOs Paul Masurel 2017-05-05 16:08:09 +08:00
  • 83263eabbb issues/65 Updated changelog added some doc. Paul Masurel 2017-05-04 17:13:14 +08:00
  • 5cb5c9a8f2 issues/65 Added i64 fast fields Paul Masurel 2017-05-04 16:25:18 +08:00
  • 9ab92b7739 i64 fast field working Paul Masurel 2017-05-03 23:17:44 +08:00
  • 962bddfbbf Merge with panicks. Paul Masurel 2017-05-01 17:54:06 +08:00
  • 26cfe2909f FastField with different types Paul Masurel 2017-05-01 17:14:51 +08:00
  • afdfb1a69b Compiling... fastfield not implemented yet Paul Masurel 2017-05-01 15:45:31 +08:00
  • b26ad1d57a Added int options Paul Masurel 2017-04-25 16:13:31 +08:00
  • 1dbd54edbb Renamed u64options Paul Masurel 2017-04-21 09:13:26 +09:00
  • deb04eb090 issue/65 Switching to u64. Paul Masurel 2017-04-20 13:32:59 +09:00
  • bed34bf502 Merge branch 'issues/122' Paul Masurel 2017-04-23 16:14:40 +08:00
  • 80f1e26c3b Tantivy 0.3.1 0.3.1 Paul Masurel 2017-04-23 15:52:07 +08:00
  • 3e68b61d8f issue/122 Adds a garbage collect method Paul Masurel 2017-04-23 15:51:06 +08:00
  • 925b9063a7 Bugfix in the streamdictionary. Impl of Sync and Send for FastFieldReader Paul Masurel 2017-04-22 23:48:40 +08:00
  • 5e1ce381fe Merge branch 'issues/65' into tantivy-imhotep Paul Masurel 2017-04-21 09:53:14 +09:00
  • 67381e448f Renamed u64options Paul Masurel 2017-04-21 09:13:26 +09:00
  • 19d535c28e issue/65 Switching to u64. Paul Masurel 2017-04-20 13:32:59 +09:00
  • 95bfb71901 NOBUG Remove 256 num fields limit Paul Masurel 2017-04-19 22:28:47 +09:00
  • e00d6538fa NOBUG Improve interface Paul Masurel 2017-04-19 22:32:42 +09:00
  • 8d7445f08a removing the 255 fields limit Paul Masurel 2017-04-19 20:07:38 +09:00
  • 74e10843a7 issue/120 Disabled SIMD vbyte compression for msvc Paul Masurel 2017-04-17 22:36:32 +09:00
  • 1b922e6d23 issue 120. Using streamvbyte codec for the vbyte part of the encoding Paul Masurel 2017-04-16 18:49:53 +09:00
  • a7c6c31538 Merge commit '9d071c8d4610aa61f4b1f7dd489210415a05cfc0' as 'cpp/streamvbyte' Paul Masurel 2017-04-16 15:22:43 +09:00
  • 9d071c8d46 Squashed 'cpp/streamvbyte/' content from commit f38aa6b Paul Masurel 2017-04-16 15:22:43 +09:00
  • 202e69b7e0 BUGFIX the thing observed on windows Paul Masurel 2017-04-15 19:41:14 +09:00
  • a650969509 Merge branch 'master' into tantivy-imhotep Paul Masurel 2017-04-15 13:11:58 +09:00
  • 04074f7bcb Merge pull request #119 from tantivy-search/issue/118 Paul Masurel 2017-04-15 13:11:22 +09:00
  • 8a28d1643d Using u32 for field ids Paul Masurel 2017-04-15 13:04:33 +09:00
  • c8d06d63b9 Test on UTF-8 Paul Masurel 2017-04-15 09:43:12 +09:00
  • 7eec9f038d Merge branch 'master' into tantivy-imhotep Paul Masurel 2017-04-15 00:21:56 +09:00
  • 57870fdcef Added a stream builder. Paul Masurel 2017-04-14 23:23:26 +09:00
  • c0f2055e32 Added dictionary optimized for streaming Paul Masurel 2017-04-11 23:07:34 +09:00
  • 44c684af5c NOBUG Fixes winapi version 0.3.0 Paul Masurel 2017-04-08 19:01:31 +09:00
  • 60279a03b6 RELEASE Tantivy 0.3. See Changelog Paul Masurel 2017-04-08 18:52:43 +09:00
  • dc43135fe0 NOBUG Remove .info Paul Masurel 2017-04-08 18:49:37 +09:00
  • ce022e5f06 issue/54 Clone segment reader rather than reload. Paul Masurel 2017-04-08 17:50:59 +09:00
  • 0be977d9eb Merge pull request #114 from tantivy-search/issue/96 Paul Masurel 2017-04-08 17:49:48 +09:00
  • a4ba20eea3 issue/96 code clean up, adding comments.wq Paul Masurel 2017-04-08 17:30:25 +09:00
  • 4bef6c99ee issue/96 Cleaning up some lock management Paul Masurel 2017-04-05 10:12:39 +09:00
  • a84871468b issue/96 Rename FileError -> OpenReadError Paul Masurel 2017-04-05 10:01:49 +09:00
  • e0a39fb273 issue/96 Added unit test, documentation and various tiny improvements. Paul Masurel 2017-04-04 22:43:35 +09:00
  • 35203378ef Considering merge options after calling end_merge Paul Masurel 2017-04-03 17:26:21 +09:00
  • b5bf9bb13c issue/96 Looping over wait_merging_thread. Paul Masurel 2017-04-03 08:39:18 +09:00
  • ea3349644c issue/96 Fixed unit test condition to something reasonable Paul Masurel 2017-04-02 21:58:38 +09:00
  • d4f2e475ff issue/96 removed faulty assert Paul Masurel 2017-04-02 19:21:20 +09:00
  • 17631ed866 issue/96 Added functionality to protect files from deletion Paul Masurel 2017-04-02 18:48:20 +09:00
  • 9eb2d3e8c5 issue/96 avoid removing the bitset from segment_entry. Paul Masurel 2017-04-02 16:26:28 +09:00
  • afd08a7bbc issue/96 Changed datastruct for the delete queue. Paul Masurel 2017-04-01 21:01:10 +09:00
  • 4fc7bc5f09 Added helper to create Vec with a given sizewq Paul Masurel 2017-03-31 18:54:23 +09:00
  • 602b9d235f Merge pull request #113 from kaedroho/patch-1 Paul Masurel 2017-03-31 09:05:57 +09:00
  • b22c6b86c7 Mark "cpp" folder as linguist-vendored in .gitattributes Karl Hobley 2017-03-30 13:43:03 +01:00
  • f0dc0de4b7 Added helper to create Vec with a given size Paul Masurel 2017-03-29 11:26:18 +09:00
  • 456dd3a60d issue/96 merge Paul Masurel 2017-03-28 16:49:48 +09:00
  • d768a10077 master merged in feature branch Paul Masurel 2017-03-27 09:27:23 +09:00
  • ddb2b8d807 test passing. Paul Masurel 2017-03-26 17:33:42 +09:00
  • 45806951b1 added quotation mark Paul Masurel 2017-03-25 22:43:07 +09:00
  • 84a060552d issue/109 trying to get proper logging in appveyor Paul Masurel 2017-03-25 22:34:34 +09:00
  • 68a956c6e7 issue/109 Showing debug! if test fails Paul Masurel 2017-03-25 21:54:17 +09:00
  • f50f557cfc issue/109 Remove futures from most of segment_updater API. Paul Masurel 2017-03-25 19:35:58 +09:00
  • daa19b770a (hopefully) bugfix race condition on wait merging threadwq. Paul Masurel 2017-03-24 17:42:24 +09:00
  • e75402be80 Merge pull request #108 from KodrAus/ci/appveyor Paul Masurel 2017-03-24 15:49:50 +09:00
  • 51cab39186 drop to vs2015 image Ashley Mannix 2017-03-24 16:37:30 +10:00
  • c8e12b6847 try set mingw path Ashley Mannix 2017-03-24 16:22:32 +10:00
  • b44a9cb89d add appveyor config Ashley Mannix 2017-03-24 16:11:51 +10:00
  • e650fab927 Merge pull request #106 from tantivy-search/wip/delay-test-deletes Paul Masurel 2017-03-22 09:26:36 +09:00
  • b12a97abe4 Add unit test for when deleting fails Paul Masurel 2017-03-22 08:57:09 +09:00
  • 2b5a4bbde2 Don't delete twice on not(windows) Laurentiu Nicola 2017-03-21 07:45:35 +02:00
  • 2d169c4454 Delay deleting the files in the test suite to make it work on Windows Laurentiu Nicola 2017-03-21 07:37:28 +02:00
  • 66d6e4e246 Merge pull request #103 from tantivy-search/lnicola-fix-sync-directory Paul Masurel 2017-03-21 10:55:03 +09:00
  • a061ba091d Merge pull request #105 from tantivy-search/wip/simdcomp-build Paul Masurel 2017-03-21 10:00:49 +09:00
  • 92ce9b906b Avoid using make for building simdcomp Laurentiu Nicola 2017-03-21 00:25:04 +02:00
  • 1e0ac31e11 Clarify comment and use qualified import for the flag Laurentiu Nicola 2017-03-20 23:12:48 +02:00
  • ebcea0128c Getting the FLAG from the winapi module. Paul Masurel 2017-03-19 11:09:15 +09:00
  • 30075176cb blop Paul Masurel 2017-03-19 10:52:54 +09:00
  • 7c114b602d Make directory syncing work on Windows Laurentiu Nicola 2017-03-18 16:11:10 +02:00
  • 50659147d1 NOBUG updated simple_search.html Paul Masurel 2017-03-14 12:04:21 +09:00
  • da10fe3b4d Various fixes. Paul Masurel 2017-03-13 22:01:55 +09:00
  • 4db56c6bd8 Merge pull request #101 from tantivy-search/issue/99 Paul Masurel 2017-03-13 13:26:39 +09:00
  • 292dd6dcb6 fixup Claus Matzinger 2017-03-13 00:24:54 -04:00
  • 37e71f7c63 fixes #100 and improves #99 Claus Matzinger 2017-03-12 22:59:38 -04:00
  • 5932278e00 test passing Paul Masurel 2017-03-13 10:00:19 +09:00
  • 202dda98ba baby step 3 Paul Masurel 2017-03-12 19:00:57 +09:00
  • 7c971b5d3b baby step 2 Paul Masurel 2017-03-11 16:14:20 +09:00
  • 77c61ddab2 Baby step1 Paul Masurel 2017-03-11 14:20:46 +09:00
  • b7f026bab9 Merger returns a SegmentMeta Paul Masurel 2017-02-28 23:39:18 +09:00
  • cc2f78184b Added unit test for #96 Paul Masurel 2017-02-28 20:43:16 +09:00
  • 673423f762 Merge pull request #98 from KodrAus/feat/no-cpp Paul Masurel 2017-03-09 13:11:08 +09:00
  • 7532c4a440 Removed double ; Paul Masurel 2017-03-09 10:57:30 +09:00
  • 324b56a60c fix warnings Ashley Mannix 2017-03-09 06:54:48 +10:00
  • ac3890f93c NOBUG Marked the functional test as ignore Paul Masurel 2017-03-08 19:08:29 +09:00
  • 69b3de43f6 convert simd wrapper to c Ashley Mannix 2017-03-08 14:02:48 +10:00
  • 3d1196d53e NOBUG added doc link. Paul Masurel 2017-03-07 10:13:54 +09:00
  • a397537ed8 NOBUG added rustdoc Paul Masurel 2017-03-07 09:58:51 +09:00
  • ebca904767 NOBUG added rustdoc Paul Masurel 2017-03-07 09:58:51 +09:00
  • 3a472914ce Fix .write -> .write_all Paul Masurel 2017-03-06 16:28:30 +09:00