Commit Graph

1604 Commits

Author SHA1 Message Date
Paul Masurel
746d6284d9 #4 Using peek_mut API from binary heap instead of replace 2016-10-14 15:30:36 +09:00
Paul Masurel
b499d76f91 bug/4 Added docstamp in segment manager to make it possible for index_writer to wait for the segmetn manager to be up to date 2016-10-13 10:46:29 +09:00
Paul Masurel
e1ed36f646 Merge pull request #34 from White-Oak/doc-macro
Added a macro to define document simply
2016-10-12 18:24:35 +09:00
White-Oak
69d1bbb70b Added a macro to define document simply
Added a test to cover that.
Added `impl From<&str> for Value` for dco macro usage.
2016-10-12 11:47:46 +03:00
Paul Masurel
3bc9978d95 bug/4 Pretty bad race condition remaining
1
2016-10-12 10:41:41 +09:00
Paul Masurel
97099e9911 bug/4 Allocating heap in a slightly less unsafe way 2016-10-11 10:32:15 +09:00
Paul Masurel
fe905ff18b bug/4 Bugfix, and made unit test way faster 2016-10-11 08:59:41 +09:00
Paul Masurel
513b44eb93 Merge branch 'bug/4' of github.com:fulmicoton/tantivy into bug/4 2016-10-10 16:06:37 +09:00
Paul Masurel
9b5185b8d5 bug/4 Bugfix. Committing was throwing away the segment's state (InMerge or Ready). 2016-10-10 11:41:31 +09:00
Paul Masurel
ac35a83eeb Merge branch 'bug/4' of github.com:fulmicoton/tantivy into bug/4 2016-10-07 19:23:56 +09:00
Paul Masurel
1435327ad1 NOBUG Changed tantivy logo 2016-10-06 09:56:26 +09:00
Paul Masurel
2007633115 Merge pull request #33 from currymj/lockfile
Lockfile
2016-10-04 14:29:43 +09:00
Paul Masurel
9cc1e47a06 bug/4 2016-10-04 11:07:34 +09:00
Paul Masurel
90cec84f95 bug/4 2016-10-04 10:41:10 +09:00
Michael J. Curry
21a058ec02 clarify that it is safe to delete the lockfile manually if needed [skip ci] 2016-10-03 11:40:53 -04:00
Michael J. Curry
964e56a190 document errors and panics when creating IndexWriter [skip ci] 2016-10-03 11:30:45 -04:00
Paul Masurel
cd0464346c bug/4 Do not handle error in SegmentManager. 2016-10-03 20:43:01 +09:00
Michael J. Curry
e0240609ab 📎 small change for clippy 2016-10-02 22:08:15 -04:00
Michael J. Curry
6fc412f70a formatting and removing some unused vars and imports 2016-10-02 22:04:04 -04:00
Michael J. Curry
1fb75a8627 check for specific error rather than any panic 2016-10-02 21:56:01 -04:00
Michael J. Curry
bb42606a9b added tests for correct handling of lockfiles 2016-10-02 21:32:49 -04:00
Michael J. Curry
d580b8a5ac don't actually store a pointer to the lockfile, there's no need 2016-10-02 21:19:25 -04:00
Michael J. Curry
f8011c73ed delete lockfile on drop IndexWriter 2016-10-02 21:15:57 -04:00
Michael J. Curry
5986f729ee acquire and create lockfile when creating IndexWriter 2016-10-02 21:08:47 -04:00
Paul Masurel
9298a6ad9e bug/4 2016-10-01 19:03:36 +09:00
Paul Masurel
5e030ac6bb bug/4 2016-10-01 11:38:24 +09:00
Paul Masurel
21a442fc13 Merge pull request #32 from currymj/pedantry
Pedantry
2016-10-01 00:33:04 +09:00
Michael J. Curry
ac9aa5cb5e literally one character changed 2016-09-30 11:19:00 -04:00
Michael J. Curry
a2cc0ff58c readme updates 2016-09-30 11:17:47 -04:00
Michael J. Curry
784043b8eb more small changes 2016-09-30 11:16:56 -04:00
Paul Masurel
0c9b0daf70 bug/4 blop 2016-09-30 22:58:56 +09:00
Paul Masurel
6d67588fcd Merge branch 'bug/4' of github.com:fulmicoton/tantivy into bug/4 2016-09-30 17:45:36 +09:00
Paul Masurel
76a65b625a bug/4 made index.commit private 2016-09-30 14:53:54 +09:00
Michael J. Curry
5443710544 more minor doc text changes 2016-09-29 21:51:12 -04:00
Michael J. Curry
b9ef5909ad small changes to doc comments 2016-09-29 16:47:02 -04:00
Michael J. Curry
9c1d08c489 literally one character change to README 2016-09-29 16:31:50 -04:00
Michael J. Curry
d85cfab7a1 minor fixes to grammar and usage in example file 2016-09-29 16:28:10 -04:00
Paul Masurel
e6631dfb19 bug/4 introducing a segment manager 2016-09-30 00:02:14 +09:00
Paul Masurel
cd3bd442fe bug/4 introducing a segment manager 2016-09-29 21:07:59 +09:00
Paul Masurel
61ae98e013 Merge branch 'bug/4' of github.com:fulmicoton/tantivy into bug/4 2016-09-28 09:41:41 +09:00
Paul Masurel
9473ac3371 bug/4 one test not passing 2016-09-28 00:11:52 +09:00
Paul Masurel
3d4293346a bug/4 not compiling 2016-09-27 23:23:28 +09:00
Paul Masurel
76e1237b81 bug/4 still buggy and very wrong, but one step at a time 2016-09-27 19:13:53 +09:00
Paul Masurel
15567e0aa3 NOBUG Build failing 2016-09-26 18:23:19 +09:00
Paul Masurel
76046a754b bug/4 Test are working with autoincrement segment id 2016-09-26 10:04:10 +09:00
Paul Masurel
734866a77c issue/4 First tab, added segment register. Unit tests broken. Need to seed the random generator 2016-09-26 08:56:36 +09:00
Paul Masurel
75b2d13b5d NOBUG Remove useless file 2016-09-23 23:01:58 +09:00
Paul Masurel
f2b87e6ee3 Merge branch 'master' of github.com:fulmicoton/tantivy 2016-09-23 09:34:10 +09:00
Paul Masurel
58ebdde283 Updated README with features 2016-09-23 09:32:16 +09:00
Paul Masurel
8ac1ddfca6 Update README.md 2016-09-23 00:54:42 +09:00