Commit Graph
535 Commits
Author SHA1 Message Date
Paul Masurel ca5f3e1d46 issue/67 First stab. Iterator working. 2016-12-17 00:58:12 +01:00
Paul Masurel 1559733b03 Merge pull request #63 from vandenoever/readme
fix for build instructions
2016-12-12 10:17:27 +09:00
Paul Masurel 44b5f1868c Merge branch 'master' into readme 2016-12-12 10:17:19 +09:00
Paul Masurel 4cedfd903d NOBUG Added ga beacon to README 2016-12-12 10:07:30 +09:00
Paul Masurel c0049e8487 NOBUG fixed doc urls. 2016-12-11 21:43:14 +09:00
Paul Masurel e88adbff5c Bumped tantivy's version in Cargo.toml 2016-12-11 17:51:45 +09:00
Jos van den Oever e497e04f70 fix for build instructions
And clarification that nighty is required.
2016-12-10 18:08:15 +01:00
Paul Masurel dff022b30a NOBUG Added setting merge policy. 0.2.0 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 382ed2763a Merge pull request #61 from tantivy-search/issue/57
Issue/57
2016-11-17 23:28:21 +09:00
Paul Masurel 0e342b3880 NOBUG Added gitter badge 2016-11-17 23:22:46 +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 d7b8757a35 Merge branch 'issue/50' 2016-11-04 12:40:33 +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
Paul Masurel 05569c6a32 NOBUG Fixing badges 2016-11-04 09:26:13 +09:00
Paul Masurel aaae15666a NOBUG Edited Cargo.toml with the new repo url. 2016-11-04 09:11:56 +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
Paul Masurel 249759c878 issue/50 Test broken 2016-11-02 00:51:50 +09:00
Paul Masurel 5f96823e80 issue/50 Switched to BooleanQueryScorer 2016-10-31 10:24:45 +09:00
Paul Masurel 7421e0a48d issue/50 going on 2016-10-30 18:47:24 +09:00