Paul Masurel
|
0c230c9ebf
|
fixed reading docfreq
|
2016-06-21 10:07:12 +09:00 |
|
Paul Masurel
|
36684d76c5
|
Added a bunch of test, change read_postings to work on a term
|
2016-06-20 21:27:02 +09:00 |
|
Paul Masurel
|
55507a8e0f
|
Added read_postings.
|
2016-06-20 09:41:17 +09:00 |
|
Paul Masurel
|
b93fa39910
|
Added test for field entry json ser/deser
|
2016-06-19 23:01:24 +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
|
3d8cd078d1
|
delegating the search logic to a query trait.
|
2016-06-12 16:22:40 +09:00 |
|
Paul Masurel
|
cdcc72a0c9
|
test passing
|
2016-05-19 11:08:50 +09:00 |
|
Paul Masurel
|
45746e4175
|
test passing again
|
2016-05-06 18:25:17 +09:00 |
|
Paul Masurel
|
dad44f692b
|
merger working again.
|
2016-05-06 14:41:40 +09:00 |
|
Paul Masurel
|
8d10e48c74
|
bbbb
|
2016-05-05 23:12:02 +09:00 |
|
Paul Masurel
|
56aa976d60
|
blop
|
2016-05-05 11:11:33 +09:00 |
|
Paul Masurel
|
84e8919c1f
|
blop
|
2016-05-04 16:04:46 +09:00 |
|
Paul Masurel
|
a99bb13301
|
added skiplist
|
2016-05-03 14:05:03 +09:00 |
|
Paul Masurel
|
7ede24a957
|
block encoding is handled in rust.
|
2016-05-02 18:26:50 +09:00 |
|
Paul Masurel
|
dbfd58296b
|
block
|
2016-05-02 00:18:03 +09:00 |
|
Paul Masurel
|
2eb3195904
|
blop
|
2016-05-01 15:23:35 +09:00 |
|
Paul Masurel
|
389cdffb4b
|
blop
|
2016-05-01 15:08:44 +09:00 |
|
Paul Masurel
|
056e4e6cf3
|
Moved collector out.
|
2016-05-01 14:58:46 +09:00 |
|
Paul Masurel
|
5b7f2f7100
|
Renamed S4BP128*
|
2016-05-01 11:58:54 +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 |
|
Paul Masurel
|
6f148653ff
|
moved fastfield to its own mod.
|
2016-04-30 19:18:54 +09:00 |
|
Paul Masurel
|
26826ac4ea
|
Moved postings and directory to a different module
|
2016-04-30 18:45:44 +09:00 |
|
Paul Masurel
|
0f863dcc1e
|
Merge branch 'feature/positions' of github.com:fulmicoton/tantivy into feature/positions
|
2016-04-30 17:04:01 +09:00 |
|
Paul Masurel
|
2c2a3845bd
|
blop
|
2016-04-30 17:03:55 +09:00 |
|
Paul Masurel
|
093ed025e2
|
Added vint binary serializationb
|
2016-04-28 10:53:42 +09:00 |
|
Paul Masurel
|
acf7312af9
|
Added independant method for block compression, vint compression
|
2016-04-24 19:09:35 +09:00 |
|
Paul Masurel
|
e239b1c989
|
added position in the write_doc interface.
|
2016-04-24 09:52:43 +09:00 |
|
Paul Masurel
|
bf59180337
|
starting working on positions
|
2016-04-23 22:38:49 +09:00 |
|
Paul Masurel
|
55f7cdaed6
|
blop
|
2016-04-22 11:19:03 +09:00 |
|
Paul Masurel
|
dbe4a18dae
|
removing useless code and imports
|
2016-04-21 22:32:35 +09:00 |
|
Paul Masurel
|
c8bf5e3b17
|
Using ascii lowercase for better perf.
|
2016-04-20 09:49:54 +09:00 |
|
Paul Masurel
|
f71955a1c2
|
Using hashmap instead of btreemap
|
2016-04-19 23:01:53 +09:00 |
|
Paul Masurel
|
316298ac8c
|
boboob
|
2016-04-17 19:53:44 +09:00 |
|
Paul Masurel
|
3e52a1182e
|
blop
|
2016-04-14 18:34:43 +09:00 |
|
Paul Masurel
|
0087ec67b2
|
Added timer info.
|
2016-04-13 10:14:48 +09:00 |
|
Paul Masurel
|
32ede06fd3
|
binary search in reader
|
2016-04-11 17:17:51 +09:00 |
|
Paul Masurel
|
5b621393e2
|
take in account doc_freq for the docid buffer.
|
2016-04-07 22:35:59 +09:00 |
|
Paul Masurel
|
903a339742
|
blop
|
2016-04-07 09:35:56 +09:00 |
|
Paul Masurel
|
baff3371c7
|
merge working
|
2016-04-06 23:20:31 +09:00 |
|
Paul Masurel
|
3097747c43
|
Fixed store.
|
2016-04-06 18:39:00 +09:00 |
|
Paul Masurel
|
3e1e09fa1f
|
merging doc store
|
2016-04-06 10:50:26 +09:00 |
|
Paul Masurel
|
93930d8885
|
fixed warning
|
2016-04-06 09:16:55 +09:00 |
|
Paul Masurel
|
e77b1b24a6
|
merged posting test
|
2016-04-05 23:09:57 +09:00 |
|
Paul Masurel
|
aef7f254ad
|
bugfix merger
|
2016-04-05 11:08:56 +09:00 |
|
Paul Masurel
|
6c7650fa1c
|
postings and fastfields
|
2016-04-05 00:39:31 +09:00 |
|
Paul Masurel
|
2a0d46f921
|
Started merger
|
2016-04-04 10:16:04 +09:00 |
|