Paul Masurel
|
e5b51e57b4
|
Merge branch 'master' into bug/4
|
2016-10-15 22:59:36 +09:00 |
|
Paul Masurel
|
21192db593
|
bug/4 Fixed race condition in pool.
|
2016-10-15 19:20:10 +09:00 |
|
Paul Masurel
|
0f246ba908
|
bug/4 Introduce segment_updater
|
2016-10-15 12:16:30 +09:00 |
|
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 |
|
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
|
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 |
|
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 |
|
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
|
9473ac3371
|
bug/4 one test not passing
|
2016-09-28 00:11:52 +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
|
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
|
1a08ca4f95
|
Doc
|
2016-09-22 15:45:37 +09:00 |
|
Paul Masurel
|
ca331e7fe5
|
Added documentation / HeapAllocable
|
2016-09-22 14:32:44 +09:00 |
|
Paul Masurel
|
994f223e35
|
NOBUG Simplified errors
|
2016-09-22 13:11:12 +09:00 |
|
Paul Masurel
|
de7880bde9
|
NOBUG Added comments.
|
2016-09-21 10:38:50 +09:00 |
|
Paul Masurel
|
025ab3c7ab
|
NOBUG Added comments.
|
2016-09-21 10:27:43 +09:00 |
|
Paul Masurel
|
b337adbd78
|
NOBUG Added comments.
|
2016-09-21 00:52:31 +09:00 |
|
Paul Masurel
|
0b11ed517a
|
NOBUG Added documents.
|
2016-09-20 11:07:40 +09:00 |
|
Paul Masurel
|
e8d5baa44b
|
NOBUG Adding documentation
|
2016-09-20 08:58:43 +09:00 |
|
Paul Masurel
|
17715fe84c
|
Added documentation
|
2016-09-20 00:43:52 +09:00 |
|
Paul Masurel
|
578b8df288
|
NOBUG Added documentation
|
2016-09-19 18:45:50 +09:00 |
|
Paul Masurel
|
f3a24f5b3c
|
NOBUG Code cleaning , cargo clippy
|
2016-09-19 17:01:37 +09:00 |
|
Paul Masurel
|
89cac9225b
|
NOBUG Added unit test
|
2016-09-18 23:29:32 +09:00 |
|