Commit Graph
1604 Commits
Author SHA1 Message Date
Paul Masurel fc8902353c fieldnrom encoding. test broken 2018-03-10 18:35:16 +09:00
Paul Masurel a2ee988304 Small change in pop_lowest. 2018-03-10 15:32:30 +09:00
Paul Masurel 97b7984200 Updated CHANGELOG 0.5.1 2018-03-10 14:08:11 +09:00
Paul Masurel 8683718159 Version bump 2018-03-10 14:01:30 +09:00
Paul Masurel 0cf274135b Clippy 2018-03-10 13:07:18 +09:00
Paul Masurel a3b44773bb Bugfix and rustfmt 2018-03-10 12:21:50 +09:00
Paul Masurel ec7c582109 NOBUG no-simd compression fix 2018-03-09 14:19:58 +09:00
Ewan Higgs ee7ab72fb1 Support trailing commas using ',+ ,' trick from Blandy 2017. (#250) 2018-02-27 10:33:39 +09:00
Paul Masurel 2c20759829 removed unsafecell for position computer 2018-02-24 12:07:55 +09:00
Paul Masurel 23387b0ed0 Positions writes to an external Vec 2018-02-24 11:14:45 +09:00
Dylan DPC e82859f2e6 Update Cargo.toml (#249) 2018-02-24 09:17:33 +09:00
Paul Masurel be830b03c5 Bugfix in intersection.advance and impl skip_next 2018-02-23 11:55:23 +09:00
Paul Masurel 1b94a3e382 Phrase query optimisation 2018-02-23 00:00:22 +09:00
Paul Masurel c3fbc4c8fa Simplified a notch TinySet::pop_lowest() 2018-02-22 10:43:06 +09:00
Paul Masurel 4ee2db25a0 Generic on Postings rather than deletes in TermScorer 2018-02-22 08:26:45 +09:00
Paul Masurel e423784fd0 Added specialized SegmentPostings when there are no DeleteSet 2018-02-21 23:49:20 +09:00
Paul Masurel fdb9c3c516 Tantivy version 0.5.0 0.5.0 2018-02-21 11:38:26 +09:00
Paul Masurel 6fb114224a Added unit test 2018-02-21 00:13:04 +09:00
Paul Masurel 2c3e33895a Added unit tests 2018-02-21 00:03:41 +09:00
Paul Masurel d512b53688 Added handling of parenthesis in query parser 2018-02-20 23:18:02 +09:00
Paul Masurel c8afd2b55d Added unit tests 2018-02-20 17:05:33 +09:00
Paul Masurel 3fd6d7125b Added unit test 2018-02-20 13:12:05 +09:00
Paul Masurel de6a3987a9 Ignoring functional test 2018-02-20 12:58:06 +09:00
Paul Masurel 3dedc465fa Merge branch 'feature/multivalued-i64-u64' 2018-02-20 12:54:18 +09:00
Paul Masurel f16cc6367e Refactoring of fastfields 2018-02-20 12:52:30 +09:00
Paul Masurel 4026fc5fb1 Removed redundant compressed_block_size function 2018-02-20 08:28:28 +09:00
Paul Masurel 43742a93ef Multivalue u64 field / i64 field. 2018-02-20 00:16:20 +09:00
Paul Masurel 2a843d86cb Code cleaning 2018-02-19 21:51:39 +09:00
Paul Masurel 9a706c296a Larger union horizon 2018-02-19 21:50:33 +09:00
Paul Masurel 5ff8123b7a Code cleaning 2018-02-19 15:41:19 +09:00
Paul Masurel 6061158506 Added long running test to travis conf 2018-02-19 13:23:04 +09:00
Paul Masurel 4e8b0e89d9 Added unit test 2018-02-19 13:19:18 +09:00
Paul Masurel 0540ebb49e Cargo clippy 2018-02-19 12:36:24 +09:00
Paul Masurel ef94582203 Rustfmt 2018-02-19 12:12:10 +09:00
Paul Masurel 2f242d5f52 Moving docset around 2018-02-19 12:07:05 +09:00
Paul Masurel da3d372e6e Faster union counts 2018-02-19 10:17:16 +09:00
Paul Masurel 42fd3fe5c7 Bugfix on TermWeight::count() 2018-02-18 10:59:18 +09:00
Paul Masurel 5dae6e6bbc Downcast TermScorer for intersection when all legs are TermScorers 2018-02-18 10:28:43 +09:00
Paul Masurel e608e0a1df Removed half baked usage of Any 2018-02-18 10:01:14 +09:00
Paul Masurel 6c8c90d348 Removed lifetime from scorer 2018-02-18 09:12:40 +09:00
Paul Masurel eb50e92ec4 Removed specialized postings on SegmentPostings 2018-02-18 00:09:15 +09:00
Paul Masurel 20bede9462 Bugfix when requesting no termfreq. 2018-02-17 22:41:12 +09:00
Paul Masurel 4640ab4e65 Merge branch 'master' into issue/query-perf 2018-02-17 17:31:51 +09:00
Paul Masurel cd51ed0f9f Added comments 2018-02-17 16:59:28 +09:00
Paul Masurel 6676fe5717 Added a count method 2018-02-17 15:02:51 +09:00
Paul Masurel 292bb17346 Disable scoring
- Disabling scoring is an argument of the `.weight()` method
- Collectors declare whether they need scoring
2018-02-17 12:43:16 +09:00
Paul Masurel 0300e7272b Scoring for union. 2018-02-17 11:56:21 +09:00
Paul Masurel 8760899fa2 Stupid implementaiton of Box<Scorer>::collect 2018-02-16 19:30:50 +09:00
Paul Masurel c89d570a79 rustfmt 2018-02-16 17:50:05 +09:00
Paul Masurel 1da06d867b Using the same logic when score is enabled. 2018-02-16 17:36:33 +09:00