Paul Masurel
|
e82ccf9627
|
Merge branch 'master' into issue/indexing-refactoring
|
2017-05-09 16:43:33 +09:00 |
|
Paul Masurel
|
3566717979
|
Merge pull request #134 from tantivy-search/chore/serde-rebase
Replace rustc_serialize with serde (updated)
|
2017-05-09 16:38:42 +09:00 |
|
Paul Masurel
|
90bc3e3773
|
Added limitation on term dictionary saturation
|
2017-05-09 14:10:33 +09:00 |
|
Paul Masurel
|
ffb62b6835
|
working
|
2017-05-09 10:17:05 +09:00 |
|
Ashley Mannix
|
4f9ce91d6a
|
update underflow test
|
2017-05-08 14:40:58 +10:00 |
|
Laurentiu Nicola
|
3c3a2fbfe8
|
Remove old serialization code
|
2017-05-08 07:36:15 +03:00 |
|
Laurentiu Nicola
|
0508571d1a
|
Use the proper error type on u64 overflow
|
2017-05-08 07:35:33 +03:00 |
|
Laurentiu Nicola
|
7b733dd34f
|
Fix i64 overflow check and merge NotJSON with NotJSONObject
|
2017-05-08 07:09:54 +03:00 |
|
Ashley Mannix
|
2c798e3147
|
Replace rustc_serialize with serde
|
2017-05-07 20:21:22 +03:00 |
|
Paul Masurel
|
2c13f210bc
|
Bugfix on merging i64 fast fields
|
2017-05-07 15:57:29 +09:00 |
|
Paul Masurel
|
0dad02791c
|
issues/65 Added comments
Closes #65
Closes #132
|
2017-05-06 23:09:45 +09:00 |
|
Paul Masurel
|
2947364ae1
|
issues/65 Phrase query for untokenized fields are not tokenized.
|
2017-05-06 22:14:26 +09:00 |
|
Paul Masurel
|
05111599b3
|
Removed several TODOs
|
2017-05-05 16:08:09 +08:00 |
|
Paul Masurel
|
83263eabbb
|
issues/65 Updated changelog added some doc.
|
2017-05-04 17:13:14 +08:00 |
|
Paul Masurel
|
5cb5c9a8f2
|
issues/65 Added i64 fast fields
|
2017-05-04 16:46:14 +08:00 |
|
Paul Masurel
|
9ab92b7739
|
i64 fast field working
|
2017-05-04 16:46:14 +08:00 |
|
Paul Masurel
|
962bddfbbf
|
Merge with panicks.
|
2017-05-04 16:46:14 +08:00 |
|
Paul Masurel
|
26cfe2909f
|
FastField with different types
|
2017-05-04 16:46:13 +08:00 |
|
Paul Masurel
|
afdfb1a69b
|
Compiling... fastfield not implemented yet
|
2017-05-04 16:46:13 +08:00 |
|
Paul Masurel
|
b26ad1d57a
|
Added int options
|
2017-05-04 16:46:13 +08:00 |
|
Paul Masurel
|
1dbd54edbb
|
Renamed u64options
|
2017-05-04 16:46:13 +08:00 |
|
Paul Masurel
|
deb04eb090
|
issue/65 Switching to u64.
|
2017-05-04 16:46:13 +08:00 |
|
Paul Masurel
|
bed34bf502
|
Merge branch 'issues/122'
|
2017-04-23 16:14:40 +08:00 |
|
Paul Masurel
|
3e68b61d8f
|
issue/122 Adds a garbage collect method
|
2017-04-23 15:51:06 +08:00 |
|
Paul Masurel
|
95bfb71901
|
NOBUG Remove 256 num fields limit
|
2017-04-19 22:37:34 +09:00 |
|
Paul Masurel
|
74e10843a7
|
issue/120 Disabled SIMD vbyte compression for msvc
|
2017-04-17 22:36:32 +09:00 |
|
Paul Masurel
|
1b922e6d23
|
issue 120. Using streamvbyte codec for the vbyte part of the encoding
|
2017-04-16 18:49:53 +09:00 |
|
Paul Masurel
|
8a28d1643d
|
Using u32 for field ids
|
2017-04-15 13:04:33 +09:00 |
|
Paul Masurel
|
dc43135fe0
|
NOBUG Remove .info
|
2017-04-08 18:49:37 +09:00 |
|
Paul Masurel
|
ce022e5f06
|
issue/54 Clone segment reader rather than reload.
Closes #54.
|
2017-04-08 17:52:33 +09:00 |
|
Paul Masurel
|
a4ba20eea3
|
issue/96 code clean up, adding comments.wq
|
2017-04-08 17:30:25 +09:00 |
|
Paul Masurel
|
4bef6c99ee
|
issue/96 Cleaning up some lock management
|
2017-04-05 10:12:39 +09:00 |
|
Paul Masurel
|
a84871468b
|
issue/96 Rename FileError -> OpenReadError
|
2017-04-05 10:01:49 +09:00 |
|
Paul Masurel
|
e0a39fb273
|
issue/96 Added unit test, documentation and various tiny improvements.
|
2017-04-04 22:43:35 +09:00 |
|
Paul Masurel
|
35203378ef
|
Considering merge options after calling end_merge
|
2017-04-03 17:26:21 +09:00 |
|
Paul Masurel
|
b5bf9bb13c
|
issue/96 Looping over wait_merging_thread.
|
2017-04-03 08:39:18 +09:00 |
|
Paul Masurel
|
ea3349644c
|
issue/96 Fixed unit test condition to something reasonable
|
2017-04-02 21:58:38 +09:00 |
|
Paul Masurel
|
d4f2e475ff
|
issue/96 removed faulty assert
|
2017-04-02 19:21:20 +09:00 |
|
Paul Masurel
|
17631ed866
|
issue/96 Added functionality to protect files from deletion
Hopefully fixed the race condition happening when merging files.
|
2017-04-02 18:48:20 +09:00 |
|
Paul Masurel
|
9eb2d3e8c5
|
issue/96 avoid removing the bitset from segment_entry.
|
2017-04-02 16:26:28 +09:00 |
|
Paul Masurel
|
afd08a7bbc
|
issue/96 Changed datastruct for the delete queue.
|
2017-04-01 21:01:10 +09:00 |
|
Paul Masurel
|
4fc7bc5f09
|
Added helper to create Vec with a given sizewq
|
2017-03-31 18:54:23 +09:00 |
|
Paul Masurel
|
f0dc0de4b7
|
Added helper to create Vec with a given size
|
2017-03-29 11:26:24 +09:00 |
|
Paul Masurel
|
456dd3a60d
|
issue/96 merge
|
2017-03-28 16:49:48 +09:00 |
|
Paul Masurel
|
d768a10077
|
master merged in feature branch
|
2017-03-27 09:27:23 +09:00 |
|
Paul Masurel
|
ddb2b8d807
|
test passing.
SegmentWriter create SegmentEntry which contain a delete_bitset
|
2017-03-26 18:32:53 +09:00 |
|
Paul Masurel
|
68a956c6e7
|
issue/109 Showing debug! if test fails
|
2017-03-25 21:54:17 +09:00 |
|
Paul Masurel
|
f50f557cfc
|
issue/109 Remove futures from most of segment_updater API.
|
2017-03-25 19:36:03 +09:00 |
|
Paul Masurel
|
daa19b770a
|
(hopefully) bugfix race condition on wait merging threadwq.
|
2017-03-24 18:20:58 +09:00 |
|
Paul Masurel
|
b12a97abe4
|
Add unit test for when deleting fails
Test that when delete fails, we still keep
the file as managed.
Remove the error log for windows, as failing
to delete is expected.
|
2017-03-22 08:57:09 +09:00 |
|