Commit Graph

487 Commits

Author SHA1 Message Date
Paul Masurel
d32dff1da9 NOBUG added advance_block 2017-02-22 10:50:25 +09:00
Paul Masurel
f9ca0b16f1 NOBUG Try block iteration 2017-02-22 10:45:19 +09:00
Paul Masurel
a39fe90930 NOBUG Change the code for Box<Scorer> 2017-02-22 09:38:43 +09:00
Paul Masurel
a74b41d7ed NOBUG run benchmark over exactly 100 K elements 2017-02-21 11:43:55 +09:00
Paul Masurel
06017bd422 NOBUG made the cleanup limit adaptive in MmapCache 2017-02-21 00:37:45 +09:00
Paul Masurel
062e38a2ab Fixes #72 - Cache directory uses weak ref. Introduced CacheInfo object. 2017-02-21 00:24:33 +09:00
Casey Primozic
e0ba699c16 Updated dependency versions and implementations
- Updated `byteorder` error usage (now returns straight `Error`s)
 - Updated `Uuid` implementation (`to_simple_string` now `.simple().to_string()`)
2017-02-17 01:26:13 -06:00
Paul Masurel
73ef201c44 Merge branch 'master' of github.com:tantivy-search/tantivy 2017-01-11 21:09:05 +09:00
Paul Masurel
3b69e790e9 NOBUG expose a version public api. Handy to check if the compilation was made with simd or not. 2017-01-11 21:06:41 +09:00
Paul Masurel
1b0b3051c2 NOBUG Pinned some version, removed import warning. 2017-01-09 15:30:50 +09:00
Paul Masurel
e1cb5e299d NOBUG split field_type into 2 2016-12-20 16:51:34 +01:00
Paul Masurel
d3d34be167 issue/67 Added a advance interface to the term iterator 2016-12-20 11:25:52 +01:00
Paul Masurel
98cdc83428 Issue #67 Removing afterwards. 2016-12-18 11:57:28 +01:00
Paul Masurel
4d7d201f21 Issue #67 - Removed segment ord array from term iteration.
This was probably an early optimization.
2016-12-17 09:44:51 +01:00
Paul Masurel
ca5f3e1d46 issue/67 First stab. Iterator working. 2016-12-17 00:58:12 +01:00
Paul Masurel
dff022b30a NOBUG Added setting merge policy. 2016-11-28 00:13:22 +09:00
Paul Masurel
cefb09c593 NOBUG removed useless panic 2016-11-27 23:03:14 +09:00
Paul Masurel
5563eb806d NOBUG simdcompression 2016-11-27 00:26:32 +09:00
Paul Masurel
121a20950b issue/55 Fixed readme and remove the comments. 2016-11-26 13:13:33 +09:00
Paul Masurel
044880ea9b issue/55 working. 2016-11-25 20:18:10 +09:00
Paul Masurel
b493051fe4 Compression working without simd working 2016-11-24 23:11:30 +09:00
Paul Masurel
a87c7a6400 issue/55 externalizing the bitpacker 2016-11-24 09:51:25 +09:00
Paul Masurel
b875b18bd6 issue/55 simdcompression is a feature. 2016-11-23 19:24:19 +09:00
Paul Masurel
69e11d3779 issue/57 Cleaning.
Closes #57
Closes #56
Closes #23
2016-11-17 23:18:24 +09:00
Paul Masurel
3f20788a36 issue/57 TermQuery take parameter 2016-11-17 09:20:50 +09:00
Paul Masurel
50712c4594 issue/57 Added Debug to SegmentPostingsOption 2016-11-16 23:37:42 +09:00
Paul Masurel
831ed4caf6 issue/57 Switch to the new query parser. 2016-11-16 00:53:04 +09:00
Paul Masurel
0fc265eb2d issue/57 Almost working 2016-11-14 09:45:51 +09:00
Paul Masurel
1b6bd80557 issue/57 simplified intersection, benchmark on a smaller amount of data. 2016-11-12 20:41:18 +09:00
Paul Masurel
a5482952f7 issue/57 Switched to combine 2.0 2016-11-10 09:09:15 +09:00
Paul Masurel
15a82360ad issue/57 First shot at the query -> ast parser 2016-11-09 10:09:08 +09:00
Paul Masurel
7ec327ebb9 NOBUG Added Bench for segment postings. 2016-11-04 23:21:58 +09:00
Paul Masurel
123436302a NOBUG removed simple merge policy 2016-11-04 17:57:07 +09:00
Paul Masurel
ff8e32c946 Merging issue/46 2016-11-04 17:53:26 +09:00
Paul Masurel
de0c699e22 Merge remote-tracking branch 'currymj/issue/46' 2016-11-04 17:09:47 +09:00
Paul Masurel
46a56a4c51 NOBUG Use searcher.search instead of query.search 2016-11-04 16:53:26 +09:00
Paul Masurel
57c0d4e130 NOBUG Added unit test, removed explanation.rs 2016-11-04 14:48:14 +09:00
Paul Masurel
805dd85d3d issue/50 NOBUG 2016-11-04 12:37:47 +09:00
Paul Masurel
f7c882f3da issue/50 Added use case for BooleanQuery 2016-11-04 12:23:27 +09:00
Michael J. Curry
eee0b22557 clip segment size floor 2016-11-03 17:12:31 -04:00
Michael J. Curry
7b102f2bcf Added a minimum size for a segment merge. 2016-11-03 12:44:09 -04:00
Paul Masurel
f2df0bf0e9 issue/50 Small formatting change. 2016-11-04 00:11:46 +09:00
Paul Masurel
9d3c9999cb issue/50 PhraseQuery working 2016-11-03 23:05:06 +09:00
Paul Masurel
627e4f1f60 issue/50 Test broken. PhraseQuery uses Intersection DocSet 2016-11-03 21:24:40 +09:00
Paul Masurel
a2c6ec93e0 issue/50 Fixed VecPostings... Changed intersections. 2016-11-03 14:28:14 +09:00
Michael J. Curry
5cf154c30a Added a few more tests 2016-11-02 19:21:19 -04:00
Michael J. Curry
f51e6ddbd4 sorting in correct order 2016-11-02 11:53:37 -04:00
Paul Masurel
59d1b9e2bb issue/50 Added phrase query 2016-11-02 22:30:23 +09:00
Paul Masurel
6229a92730 issue/50 Removed SegmentPostingsTestFactory for just using VecPostings 2016-11-02 17:58:20 +09:00
Paul Masurel
c2c65d311d issue/50 Added SegmentPostingsTestFactory 2016-11-02 10:41:20 +09:00