Commit Graph

27 Commits

Author SHA1 Message Date
Paul Masurel
57a5547ae8 Comments and cleaning up API 2017-05-19 11:20:27 +09:00
Laurentiu Nicola
a13122d392 use explicit drop instead of suppression 2017-05-17 15:50:07 +09:00
Paul Masurel
113917c521 Making clippy happy.
+ Simplifying bitpacking by adding a 7 byte padding.
+ Bugfix in a unit test.
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
ce022e5f06 issue/54 Clone segment reader rather than reload.
Closes #54.
2017-04-08 17:52:33 +09:00
Paul Masurel
1b45539f32 issue/43 Added support for delete in merged index 2017-02-19 22:39:31 +09:00
Paul Masurel
a788cdb4a0 issue#47 Fixed bug in docstore. Also, cache the last decompressed block. 2016-10-26 10:11:56 +09:00
Paul Masurel
6dcac90f49 issue38 Slightly cleaner code. 2016-10-24 22:33:33 +09:00
Paul Masurel
5b3a5ce6f8 ISSUE-38 StoreWriter working with skiplist. 2016-10-21 09:53:16 +09:00
Paul Masurel
1d741df7b1 #38 splitting DataSource. 2016-10-18 20:16:34 +09:00
Paul Masurel
9358eb32f0 bug/4 Removed useless use of Cursor. 2016-10-16 23:25:03 +09:00
Paul Masurel
17715fe84c Added documentation 2016-09-20 00:43:52 +09:00
Paul Masurel
f3a24f5b3c NOBUG Code cleaning , cargo clippy 2016-09-19 17:01:37 +09:00
Paul Masurel
e6200e85af Schema now:
- internally wrapped by an Arc, cloning aggressively is ok.
- a field in schema, redundant with metas
- read-only. Needs to be built via a SchemaBuilder.
2016-08-23 22:23:47 +09:00
Paul Masurel
07997e67c9 Store throws an io::Error 2016-08-20 16:38:53 +09:00
Paul Masurel
13248a08fa Removed bug in store bench. 2016-08-20 12:04:11 +09:00
Paul Masurel
e847de1ebb Refactoring, and making server working with a dynamic schema 2016-08-14 14:28:36 +09:00
Paul Masurel
0ee473f474 Added tantivy::Error 2016-08-06 17:02:31 +09:00
Paul Masurel
44f3f23d48 Changed block size to 16K 2016-08-03 15:42:10 +09:00
Paul Masurel
e486495cb8 Code cleaning. 2016-07-31 15:34:32 +09:00
Paul Masurel
9d8b3759d8 Test passing 2016-06-19 16:08:55 +09:00
Paul Masurel
6d30546517 Swith to copy semantics for Field 2016-06-19 00:37:03 +09:00
Paul Masurel
3a8d566563 Started refactoring 2016-06-19 00:19:17 +09:00
Paul Masurel
4cb3a7f077 moved common 2016-05-01 11:26:34 +09:00
Paul Masurel
99cc544720 moved schema in a different mod 2016-05-01 09:54:51 +09:00
Paul Masurel
c9810e0b80 isolated store 2016-04-30 21:20:21 +09:00