Paul Masurel
a7ffc0e610
Rustfmt
2018-02-12 10:31:29 +09:00
Paul Masurel
9370427ae2
Terminfo blocks ( #244 )
...
* Using u64 key in the store
* Using Option<> for the next element, as opposed to u64
* Code simplification.
* Added TermInfoStoreWriter.
* Added a TermInfoStore
* Added FixedSized for BinarySerialized.
2018-02-12 10:24:58 +09:00
Paul Masurel
920f086e1d
Clippy
2018-02-03 11:46:01 +09:00
Paul Masurel
df53dc4ceb
Format
2018-02-03 00:21:05 +09:00
Paul Masurel
930010aa88
Unit test passing
2018-01-28 00:03:51 +09:00
Paul Masurel
7f5b07d4e7
Fixing unit tests
2018-01-25 14:55:29 +09:00
Paul Masurel
3edb3dce6a
Test not passing
2018-01-25 12:46:32 +09:00
Paul Masurel
1e55189db1
NOBUG rustfmt
2017-12-14 19:30:31 +09:00
Paul Masurel
8b1b389a76
NOBUG Clippy
2017-12-14 19:25:12 +09:00
Paul Masurel
f24e5f405e
NOBUG intellij misc lint
2017-12-14 18:23:35 +09:00
Paul Masurel
05ce093f97
doc
2017-11-26 11:43:11 +09:00
Paul Masurel
f8593c76d5
Merge branch 'imhotep-new-codec'
...
Conflicts:
src/common/bitpacker.rs
src/compression/pack/compression_pack_nosimd.rs
src/indexer/log_merge_policy.rs
2017-08-28 19:30:01 +09:00
Paul Masurel
f8710bd4b0
Format
2017-08-28 18:22:41 +09:00
Paul Masurel
8e450c770a
Better error handling. Some doc.
2017-08-26 18:40:30 +09:00
Paul Masurel
4289625348
Merged with the new codec branch
2017-08-22 18:26:09 +09:00
Paul Masurel
eb5b2ffdcc
Cleanups
2017-08-15 13:57:22 +09:00
Paul Masurel
38513014d5
Reenable unit test.
...
Consuming CompositeWrite on Close.
2017-08-14 23:35:09 +09:00
Paul Masurel
9cb7a0f6e6
Unit tests passing
2017-08-13 19:38:25 +09:00
Paul Masurel
8d466b8a76
half way through removing FastFieldsReader
2017-08-13 18:39:45 +09:00
Paul Masurel
f9203228be
Using composite file in fast field.
2017-08-12 18:45:59 +09:00
Dru Sellers
2bb85ed575
Minor Doc Changes ( #206 )
...
* Various small documentation tweaks
* walking through the docs
* Update lib.rs
* Update lib.rs
* Update mod.rs
2017-08-06 09:22:03 +09:00
Paul Masurel
af4f1a86bc
Merge remote-tracking branch 'origin/exp/hash_intable'
2017-07-13 20:50:54 +09:00
Paul Masurel
fdae0eff5a
NOBUG Remove range step_by
2017-07-13 14:05:33 +09:00
Paul Masurel
6eea407f20
Removing usage of step_by
2017-06-23 17:46:39 +09:00
Paul Masurel
09e27740e2
Added fill_buffer in DocSet
2017-06-14 18:28:30 +09:00
Paul Masurel
93e7f28cc0
Added unit test
2017-06-14 10:46:06 +09:00
Paul Masurel
8875b9794a
Added API to get range from fastfield
2017-06-13 23:16:50 +09:00
Paul Masurel
5aa4565424
Tiny cleaning
2017-06-05 23:40:08 +09:00
Paul Masurel
0521844e56
Format, small changes in VInt
2017-05-31 08:31:20 +09:00
Paul Masurel
8d4778f94d
issue/181 BinarySerializable does not return the len + Generics over Read+Write
2017-05-31 08:31:20 +09:00
Paul Masurel
37042e3ccb
Send and Sync impl now useless
2017-05-29 18:53:49 +09:00
Paul Masurel
c04991e5ad
Removed pointer in fastfield
2017-05-29 18:53:49 +09:00
Paul Masurel
6bbc789d84
Fmt fix
2017-05-25 23:49:54 +09:00
Paul Masurel
29bf740ddf
Exposing the remaining API
2017-05-25 23:49:54 +09:00
Laurentiu Nicola
020779f61b
Make things faster
2017-05-20 20:56:37 +03:00
Paul Masurel
f9baf4bcc8
Merge branch 'issue/155'
...
Conflicts:
src/indexer/merger.rs
src/indexer/segment_writer.rs
2017-05-19 20:14:36 +09:00
Paul Masurel
57a5547ae8
Comments and cleaning up API
2017-05-19 11:20:27 +09:00
Paul Masurel
02bfa9be52
Moving to termdict
2017-05-19 08:43:52 +09:00
Laurentiu Nicola
5a457df45d
VInt encode values in IntFastFieldWriter
...
Closes #131
2017-05-18 22:07:49 +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
8e407bb314
clippy: fix needless_borrow warnings
2017-05-17 15:50:07 +09:00
Laurentiu Nicola
103ba6ba35
clippy: fix match_ref_pats warnings
2017-05-17 15:50:07 +09:00
Laurentiu Nicola
feec2e2620
clippy: fix needless_bool 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
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
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