Paul Masurel
|
7eec9f038d
|
Merge branch 'master' into tantivy-imhotep
Conflicts:
src/common/mod.rs
src/core/segment_reader.rs
src/datastruct/fstmap.rs
src/indexer/merger.rs
src/postings/mod.rs
src/postings/segment_postings.rs
src/postings/serializer.rs
src/query/boolean_query/mod.rs
src/query/term_query/term_scorer.rs
src/query/term_query/term_weight.rs
|
2017-04-15 00:21:56 +09:00 |
|
Paul Masurel
|
57870fdcef
|
Added a stream builder.
|
2017-04-14 23:23:26 +09:00 |
|
Paul Masurel
|
c0f2055e32
|
Added dictionary optimized for streaming
|
2017-04-11 23:07:34 +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 |
|
Laurentiu Nicola
|
2b5a4bbde2
|
Don't delete twice on not(windows)
|
2017-03-21 07:48:58 +02:00 |
|
Laurentiu Nicola
|
2d169c4454
|
Delay deleting the files in the test suite to make it work on Windows
|
2017-03-21 07:37:28 +02:00 |
|
Paul Masurel
|
66d6e4e246
|
Merge pull request #103 from tantivy-search/lnicola-fix-sync-directory
Make directory syncing work on Windows (resubmit)
|
2017-03-21 10:55:03 +09:00 |
|
Laurentiu Nicola
|
92ce9b906b
|
Avoid using make for building simdcomp
|
2017-03-21 00:25:04 +02:00 |
|
Laurentiu Nicola
|
1e0ac31e11
|
Clarify comment and use qualified import for the flag
|
2017-03-20 23:12:48 +02:00 |
|
Paul Masurel
|
ebcea0128c
|
Getting the FLAG from the winapi module.
|
2017-03-19 11:09:15 +09:00 |
|
Paul Masurel
|
30075176cb
|
blop
|
2017-03-19 10:52:54 +09:00 |
|
Laurentiu Nicola
|
7c114b602d
|
Make directory syncing work on Windows
|
2017-03-19 02:17:13 +02:00 |
|
Paul Masurel
|
da10fe3b4d
|
Various fixes.
|
2017-03-13 22:01:55 +09:00 |
|
Paul Masurel
|
5932278e00
|
test passing
|
2017-03-13 10:00:19 +09:00 |
|
Paul Masurel
|
202dda98ba
|
baby step 3
|
2017-03-12 19:00:57 +09:00 |
|
Paul Masurel
|
7c971b5d3b
|
baby step 2
|
2017-03-11 16:14:20 +09:00 |
|
Paul Masurel
|
77c61ddab2
|
Baby step1
|
2017-03-11 14:20:46 +09:00 |
|
Paul Masurel
|
b7f026bab9
|
Merger returns a SegmentMeta
|
2017-03-10 09:05:51 +09:00 |
|
Paul Masurel
|
cc2f78184b
|
Added unit test for #96
|
2017-03-10 09:05:51 +09:00 |
|
Paul Masurel
|
673423f762
|
Merge pull request #98 from KodrAus/feat/no-cpp
Convert simd wrapper to C
|
2017-03-09 13:11:08 +09:00 |
|
Ashley Mannix
|
324b56a60c
|
fix warnings
|
2017-03-09 06:54:48 +10:00 |
|
Paul Masurel
|
ac3890f93c
|
NOBUG Marked the functional test as ignore
|
2017-03-08 19:08:29 +09:00 |
|
Ashley Mannix
|
69b3de43f6
|
convert simd wrapper to c
|
2017-03-08 14:02:48 +10:00 |
|
Paul Masurel
|
a397537ed8
|
NOBUG added rustdoc
|
2017-03-07 10:10:43 +09:00 |
|
Paul Masurel
|
ebca904767
|
NOBUG added rustdoc
|
2017-03-07 09:58:51 +09:00 |
|
Paul Masurel
|
3a472914ce
|
Fix .write -> .write_all
|
2017-03-06 16:28:30 +09:00 |
|
Paul Masurel
|
c59507444f
|
issue/77 ManagedDirectory working
Closes #77
|
2017-03-06 12:18:36 +09:00 |
|
Paul Masurel
|
4b7afa2ae7
|
issue/77 Added managed directory
|
2017-03-03 22:41:37 +09:00 |
|
Paul Masurel
|
ec5fb2eaa9
|
NOBUG cleanup
|
2017-02-27 09:52:28 +09:00 |
|