Commit Graph

  • 7ee93fbed5 Cleaning Paul Masurel 2017-05-19 20:08:04 +09:00
  • 57a5547ae8 Comments and cleaning up API Paul Masurel 2017-05-19 11:12:59 +09:00
  • c57ab6a335 Renamed fstmap to termdict Paul Masurel 2017-05-19 09:26:18 +09:00
  • 02bfa9be52 Moving to termdict Paul Masurel 2017-05-19 08:43:52 +09:00
  • b3f62b8acc Better API Paul Masurel 2017-05-18 23:33:15 +09:00
  • 2a08c247af Clippy Paul Masurel 2017-05-18 23:14:58 +09:00
  • d2926b6ee0 Format Paul Masurel 2017-05-18 23:09:20 +09:00
  • 0272167c2e Code cleaning Paul Masurel 2017-05-18 23:06:02 +09:00
  • a9cf0bde16 Format code Laurentiu Nicola 2017-05-18 15:46:28 +03:00
  • 5a457df45d VInt encode values in IntFastFieldWriter Laurentiu Nicola 2017-05-17 12:20:54 +03:00
  • ca76fd5ba0 Uncommenting unit test Paul Masurel 2017-05-18 20:41:56 +09:00
  • e79a316e41 Issue 155 - Trying to avoid term lookup when merging terms Paul Masurel 2017-05-18 20:12:00 +09:00
  • 733f54d80e Making clippy happy. Paul Masurel 2017-05-17 19:07:39 +09:00
  • 7b2b181652 Merge branch 'master' into issue/136 Paul Masurel 2017-05-17 18:40:09 +09:00
  • b3f39f2343 Remove unneeded suppressions, make clippy lints explicit Laurentiu Nicola 2017-05-17 09:03:08 +03:00
  • a13122d392 use explicit drop instead of suppression Laurentiu Nicola 2017-05-17 08:34:08 +03:00
  • 113917c521 Making clippy happy. + Simplifying bitpacking by adding a 7 byte padding. + Bugfix in a unit test. Paul Masurel 2017-05-17 10:01:25 +09:00
  • 1352b95b07 clippy: fix never_loop warnings Laurentiu Nicola 2017-05-16 20:58:21 +03:00
  • c0538dbe9a clippy: fix mut_from_ref warnings Laurentiu Nicola 2017-05-16 20:58:40 +03:00
  • 0d5ea98132 clippy: fix inline_always warnings Laurentiu Nicola 2017-05-16 20:57:31 +03:00
  • 0404df3fd5 Fix typo in docstring Laurentiu Nicola 2017-05-16 20:56:43 +03:00
  • a67caee141 clippy: fix len_zero warnings Laurentiu Nicola 2017-05-16 20:29:59 +03:00
  • f5fb29422a clippy: fix while_let_loop warnings Laurentiu Nicola 2017-05-16 20:27:58 +03:00
  • 4e48bbf0ea clippy: fix needless_lifetimes warnings Laurentiu Nicola 2017-05-16 20:19:36 +03:00
  • 6fea510869 clippy: fix redundant_closure warnings Laurentiu Nicola 2017-05-16 20:18:18 +03:00
  • 39958ec476 clippy: fix single_match warnings Laurentiu Nicola 2017-05-16 20:14:33 +03:00
  • 36f51e289e clippy: fix match_same_arms warnings Laurentiu Nicola 2017-05-16 20:12:54 +03:00
  • 5c83153035 clippy: fix or_fun_call warnings Laurentiu Nicola 2017-05-16 20:04:54 +03:00
  • 8e407bb314 clippy: fix needless_borrow warnings Laurentiu Nicola 2017-05-16 20:01:35 +03:00
  • 103ba6ba35 clippy: fix match_ref_pats warnings Laurentiu Nicola 2017-05-16 19:55:44 +03:00
  • 3965b26cd2 clippy: fix useless_let_if_seq warnings Laurentiu Nicola 2017-05-16 19:50:41 +03:00
  • 1cd0b378fb clippy: fix map_clone warnings Laurentiu Nicola 2017-05-16 19:44:41 +03:00
  • 92f383fa51 clippy: fix let_unit_value warnings Laurentiu Nicola 2017-05-16 19:42:44 +03:00
  • 6ae34d2a77 clippy: fix toplevel_ref_arg warnings Laurentiu Nicola 2017-05-16 19:40:54 +03:00
  • 1af1f7e0d1 clippy: fix if_let_redundant_pattern_matching warnings Laurentiu Nicola 2017-05-16 19:36:19 +03:00
  • feec2e2620 clippy: fix needless_bool warnings Laurentiu Nicola 2017-05-16 19:33:14 +03:00
  • 3e2ad7542d clippy: fix needless_return warnings Laurentiu Nicola 2017-05-16 19:30:57 +03:00
  • ac02c76b1e clippy: fix doc_markdown warnings Laurentiu Nicola 2017-05-16 19:13:00 +03:00
  • e5c7c0b8b9 Update CHANGELOG.md Paul Masurel 2017-05-16 21:13:33 +09:00
  • 49dbe4722f Add a test for SegmentPostings::skip_len Laurentiu Nicola 2017-05-16 10:53:22 +03:00
  • f64ff77424 Use an exponential search Laurentiu Nicola 2017-05-15 23:34:18 +03:00
  • 2bf93e9e51 Avoid rebuilding simdcomp when running tests Laurentiu Nicola 2017-05-16 00:30:06 +03:00
  • 3dde748b25 Make rustfmt happy Laurentiu Nicola 2017-05-15 22:41:19 +03:00
  • 1dabe26395 Add comment about block_len Laurentiu Nicola 2017-05-15 21:26:28 +03:00
  • 5590537739 Disable early exit Laurentiu Nicola 2017-05-15 21:18:06 +03:00
  • ccf0f9cb2f Merge branch 'master' of github.com:tantivy-search/tantivy into issue/130 Laurentiu Nicola 2017-05-15 18:51:10 +03:00
  • e21913ecdc Use binary search for SegmentPostings::skip_next Laurentiu Nicola 2017-05-14 20:57:16 +03:00
  • 2cc826adc7 Add a bench for SegmentPostings::SkipNext Laurentiu Nicola 2017-05-15 14:52:19 +03:00
  • 4d90d8fc1d Move the random sampling helpers to the tests module Laurentiu Nicola 2017-05-15 13:18:29 +03:00
  • 0606a8ae73 Bugfix in travis yml Paul Masurel 2017-05-16 00:22:11 +09:00
  • 03564214e7 Added check for rustfmt in travis Paul Masurel 2017-05-15 22:46:43 +09:00
  • 4c8f9742f8 format Paul Masurel 2017-05-15 22:30:18 +09:00
  • a23b7a1815 Test the size of complete 0..128 block Paul Masurel 2017-05-15 19:09:52 +09:00
  • 6f89a86b14 Added simple search in travis CI Paul Masurel 2017-05-15 12:10:23 +09:00
  • b2beac1203 Check the result of wait_merging_threads Laurentiu Nicola 2017-05-14 20:53:05 +03:00
  • 8cd5a2d81d Fixed logging deleted files twice Paul Masurel 2017-05-15 00:25:49 +09:00
  • b26c22ada0 Merge branch 'issue/148' Paul Masurel 2017-05-15 00:02:51 +09:00
  • 8a35259300 Avoid clone() call Laurentiu Nicola 2017-05-13 16:11:07 +03:00
  • db56167a5d Display backtrace Paul Masurel 2017-05-13 18:51:38 +09:00
  • ab66ffed4e Closes #147 Paul Masurel 2017-05-13 18:44:50 +09:00
  • e04f2f0b08 issue/148 Wait for the index writer threads to shut down in simple_search Laurentiu Nicola 2017-05-14 16:24:17 +03:00
  • 7a5df33c85 issue/148 Wrapping MsQueue to drop all of its concent on Drop Paul Masurel 2017-05-14 19:50:40 +09:00
  • ee0873dd07 Avoid clone() call Laurentiu Nicola 2017-05-13 16:11:07 +03:00
  • 695c8828b8 Display backtrace Paul Masurel 2017-05-13 18:51:38 +09:00
  • 4ff7dc7a4f Closes #147 Paul Masurel 2017-05-13 18:44:50 +09:00
  • d07e896a2f Exposed API to create a new Segment. tantivy-imhotep Paul Masurel 2017-05-13 15:15:35 +09:00
  • 574feb8026 Merge branch 'issue/136' into tantivy-imhotep Paul Masurel 2017-05-12 17:04:20 +09:00
  • 69832bfd03 NOBUG Disabling running examples in CI as it is not working. Paul Masurel 2017-05-12 14:35:50 +09:00
  • ecbdd70c37 Removed the clunky linked list logic of the heap. Paul Masurel 2017-05-12 14:01:52 +09:00
  • fb1b2be782 issue/136 Fix following CR Paul Masurel 2017-05-12 13:51:09 +09:00
  • 0bc047f8e1 blop Paul Masurel 2017-05-12 13:39:04 +09:00
  • 2c2aa3d66c Merge branch 'issue/136' into tantivy-imhotep Paul Masurel 2017-05-11 22:42:03 +09:00
  • 9cd7458978 NOBUG Hiding methods making it possible to build a incorrect Term. Paul Masurel 2017-05-11 21:12:59 +09:00
  • 4c4c28e2c4 Fix broke compile Paul Masurel 2017-05-11 20:57:32 +09:00
  • 9f9e588905 Merge branch 'master' into issue/136 Paul Masurel 2017-05-11 20:50:24 +09:00
  • 6fd17e0ead Code cleaning Paul Masurel 2017-05-11 20:47:30 +09:00
  • 65dc5b0d83 Closes #145 Paul Masurel 2017-05-11 19:48:06 +09:00
  • 15d15c01f8 Runing examples in CI Paul Masurel 2017-05-11 19:43:36 +09:00
  • 106832a66a Make Term::with_capacity crate-public Paul Masurel 2017-05-11 19:36:41 +09:00
  • 477b9136b9 FIXED inconsistent Term's field serialization. Paul Masurel 2017-05-11 14:30:00 +09:00
  • 7852d097b8 CHANGELOG 0.3.1 did not included the fix of the Field(u32) Paul Masurel 2017-05-11 09:48:37 +09:00
  • da99bbcb9d Merge branch 'issue/indexing-refactoring' into tantivy-imhotep Paul Masurel 2017-05-10 21:27:44 +09:00
  • 0bd56241bb pretty print meta.json Ashley Mannix 2017-05-10 12:16:21 +10:00
  • 54ab897755 Added comment Paul Masurel 2017-05-10 18:53:30 +09:00
  • 1369d2d144 Quadratic probing. Paul Masurel 2017-05-10 10:38:47 +09:00
  • d3f829dc8a Bugfix Paul Masurel 2017-05-09 23:48:36 +09:00
  • e82ccf9627 Merge branch 'master' into issue/indexing-refactoring Paul Masurel 2017-05-09 16:43:33 +09:00
  • d3d29f7f54 NOBUG Updated CHANGELOG with the serde change for 0.4.0 Paul Masurel 2017-05-09 16:41:22 +09:00
  • 3566717979 Merge pull request #134 from tantivy-search/chore/serde-rebase Paul Masurel 2017-05-09 16:38:42 +09:00
  • 90bc3e3773 Added limitation on term dictionary saturation Paul Masurel 2017-05-09 14:10:33 +09:00
  • ffb62b6835 working Paul Masurel 2017-05-09 09:30:56 +09:00
  • 4f9ce91d6a update underflow test Ashley Mannix 2017-05-08 14:40:58 +10:00
  • 3c3a2fbfe8 Remove old serialization code Laurentiu Nicola 2017-05-08 07:36:15 +03:00
  • 0508571d1a Use the proper error type on u64 overflow Laurentiu Nicola 2017-05-08 07:35:33 +03:00
  • 7b733dd34f Fix i64 overflow check and merge NotJSON with NotJSONObject Laurentiu Nicola 2017-05-08 07:09:54 +03:00
  • 2c798e3147 Replace rustc_serialize with serde Ashley Mannix 2017-04-30 18:34:30 +10:00
  • 33f9426dd6 Merge branch 'master' into tantivy-imhotep Paul Masurel 2017-05-07 15:58:13 +09:00
  • 2c13f210bc Bugfix on merging i64 fast fields Paul Masurel 2017-05-07 15:57:29 +09:00
  • 647c97fa3d Expose common Paul Masurel 2017-05-07 14:31:56 +09:00
  • 8029aea548 Exposing store Paul Masurel 2017-05-07 14:24:36 +09:00