Paul Masurel
|
3f49d65a87
|
issue/162 Create block postings
|
2017-05-20 00:46:23 +09:00 |
|
Paul Masurel
|
7ee93fbed5
|
Cleaning
|
2017-05-19 20:08:04 +09:00 |
|
Paul Masurel
|
57a5547ae8
|
Comments and cleaning up API
|
2017-05-19 11:20:27 +09:00 |
|
Paul Masurel
|
c57ab6a335
|
Renamed fstmap to termdict
|
2017-05-19 09:26:18 +09:00 |
|
Paul Masurel
|
02bfa9be52
|
Moving to termdict
|
2017-05-19 08:43:52 +09:00 |
|
Paul Masurel
|
b3f62b8acc
|
Better API
|
2017-05-18 23:35:39 +09:00 |
|
Paul Masurel
|
d2926b6ee0
|
Format
|
2017-05-18 23:09:20 +09:00 |
|
Paul Masurel
|
0272167c2e
|
Code cleaning
|
2017-05-18 23:06:02 +09:00 |
|
Paul Masurel
|
ca76fd5ba0
|
Uncommenting unit test
|
2017-05-18 20:41:56 +09:00 |
|
Paul Masurel
|
e79a316e41
|
Issue 155 - Trying to avoid term lookup when merging terms
+ Adds a proper Streamer interface
|
2017-05-18 20:12:00 +09:00 |
|
Laurentiu Nicola
|
4e48bbf0ea
|
clippy: fix needless_lifetimes warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
8e407bb314
|
clippy: fix needless_borrow warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
ac02c76b1e
|
clippy: fix doc_markdown warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
3dde748b25
|
Make rustfmt happy
|
2017-05-16 00:49:05 +03:00 |
|
Paul Masurel
|
4c8f9742f8
|
format
|
2017-05-15 22:30:18 +09:00 |
|
Paul Masurel
|
7a5df33c85
|
issue/148 Wrapping MsQueue to drop all of its concent on Drop
|
2017-05-14 16:25:33 +03:00 |
|
Paul Masurel
|
477b9136b9
|
FIXED inconsistent Term's field serialization.
Also.
Cleaned up the code to make sure that the logic
is only in one place.
Removed allocate_vec
Closes #141
Closes #139
Closes #142
Closes #138
|
2017-05-11 19:37:15 +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 |
|
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
|
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
|
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
|
deb04eb090
|
issue/65 Switching to u64.
|
2017-05-04 16:46:13 +08: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
|
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
|
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
|
202dda98ba
|
baby step 3
|
2017-03-12 19:00:57 +09:00 |
|
Paul Masurel
|
ebca904767
|
NOBUG added rustdoc
|
2017-03-07 09:58:51 +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 |
|
Paul Masurel
|
15b60d72cc
|
NOBUG add_document does not return result
|
2017-02-27 09:36:41 +09:00 |
|
Paul Masurel
|
7a07144c68
|
Bugfix related with deletes, rollback and the index opstamp.
|
2017-02-27 01:42:25 +09:00 |
|
Paul Masurel
|
8bcfdb8e80
|
NOBUG misc ...
|
2017-02-26 21:35:18 +09:00 |
|
Paul Masurel
|
a7f10f055d
|
Nobug hidding doc, filling doc
|
2017-02-26 00:11:32 +09:00 |
|
Paul Masurel
|
597dac9cb6
|
NOBUG Adding doc.
|
2017-02-25 23:39:02 +09:00 |
|
Paul Masurel
|
6a002bcc76
|
NOBUGwq
|
2017-02-25 21:20:55 +09:00 |
|
Paul Masurel
|
3a86fc00a2
|
Closes #64 - Improve Index creationg API / documentation
|
2017-02-25 20:40:39 +09:00 |
|
Paul Masurel
|
e4a102d859
|
Merge branch 'issue/43'
Conflicts:
src/directory/mmap_directory.rs
|
2017-02-25 19:36:21 +09:00 |
|
Paul Masurel
|
503d0295cb
|
issue/43 TODO hunt
|
2017-02-23 09:54:54 +09:00 |
|
Paul Masurel
|
eb39db44fc
|
issue/43 Avoid keeping segments with 0 documents.
|
2017-02-23 09:20:30 +09:00 |
|
Paul Masurel
|
7f78d1f4ca
|
Fixes #82 Renamed and commented the function to create Term from &[u8]
|
2017-02-23 08:33:59 +09:00 |
|
Paul Masurel
|
df9090cb0b
|
NOBUG TODO hunt, and cleanups
|
2017-02-22 22:18:33 +09:00 |
|