Paul Masurel
|
2afa6c372a
|
issue/168 Make doc! macro usable outside tantivy
|
2017-05-22 10:55:45 +09:00 |
|
Paul Masurel
|
c7db8866b5
|
Merge branch 'facets'
|
2017-05-21 22:57:01 +09:00 |
|
Paul Masurel
|
02d992324a
|
simplified facets.
|
2017-05-21 22:56:43 +09:00 |
|
Paul Masurel
|
4ab511ffc6
|
Merging
|
2017-05-21 22:15:02 +09:00 |
|
Paul Masurel
|
f318172ea4
|
Merge branch 'issue/162'
|
2017-05-21 20:04:03 +09:00 |
|
Paul Masurel
|
581449a824
|
issue/162 Docs and unit tests
|
2017-05-21 18:58:04 +09:00 |
|
Maciej Dziardziel
|
272589a381
|
faceting for fast numerical fields
|
2017-05-21 12:04:29 +03:00 |
|
Laurentiu Nicola
|
73d54c6379
|
Inline block_len
|
2017-05-21 10:44:49 +03:00 |
|
Paul Masurel
|
3e4606de5d
|
Simplifying, and reordering the members
|
2017-05-21 16:31:52 +09:00 |
|
Laurentiu Nicola
|
020779f61b
|
Make things faster
|
2017-05-20 20:56:37 +03:00 |
|
Laurentiu Nicola
|
835936585f
|
Don't search whole blocks, but only the remaining part
|
2017-05-20 18:45:41 +03:00 |
|
Paul Masurel
|
bdd05e97d1
|
Added bench for segment postings
|
2017-05-20 23:38:53 +09:00 |
|
Paul Masurel
|
2be5f08cd6
|
issue/162 Added block iteration API
|
2017-05-20 11:46:40 +09:00 |
|
Paul Masurel
|
3f49d65a87
|
issue/162 Create block postings
|
2017-05-20 00:46:23 +09: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
|
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
|
2a08c247af
|
Clippy
|
2017-05-18 23:20:41 +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 |
|
Laurentiu Nicola
|
a9cf0bde16
|
Format code
|
2017-05-18 22:07:49 +09:00 |
|
Laurentiu Nicola
|
5a457df45d
|
VInt encode values in IntFastFieldWriter
Closes #131
|
2017-05-18 22:07:49 +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 |
|
Paul Masurel
|
733f54d80e
|
Making clippy happy.
|
2017-05-17 19:07:39 +09:00 |
|
Paul Masurel
|
7b2b181652
|
Merge branch 'master' into issue/136
Conflicts:
src/datastruct/stacker/hashmap.rs
src/datastruct/stacker/heap.rs
src/datastruct/stacker/mod.rs
src/indexer/index_writer.rs
src/indexer/merger.rs
src/indexer/segment_updater.rs
src/indexer/segment_writer.rs
src/postings/postings_writer.rs
src/postings/recorder.rs
src/schema/term.rs
|
2017-05-17 18:40:09 +09:00 |
|
Laurentiu Nicola
|
b3f39f2343
|
Remove unneeded suppressions, make clippy lints explicit
|
2017-05-17 15:50:07 +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
|
1352b95b07
|
clippy: fix never_loop warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
c0538dbe9a
|
clippy: fix mut_from_ref warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
0d5ea98132
|
clippy: fix inline_always warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
0404df3fd5
|
Fix typo in docstring
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
a67caee141
|
clippy: fix len_zero warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
f5fb29422a
|
clippy: fix while_let_loop warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
4e48bbf0ea
|
clippy: fix needless_lifetimes warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
6fea510869
|
clippy: fix redundant_closure warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
39958ec476
|
clippy: fix single_match warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
36f51e289e
|
clippy: fix match_same_arms warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
5c83153035
|
clippy: fix or_fun_call 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
|
103ba6ba35
|
clippy: fix match_ref_pats warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
3965b26cd2
|
clippy: fix useless_let_if_seq warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
1cd0b378fb
|
clippy: fix map_clone warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
92f383fa51
|
clippy: fix let_unit_value warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
6ae34d2a77
|
clippy: fix toplevel_ref_arg warnings
|
2017-05-17 15:50:07 +09:00 |
|
Laurentiu Nicola
|
1af1f7e0d1
|
clippy: fix if_let_redundant_pattern_matching warnings
|
2017-05-17 15:50:07 +09:00 |
|