Commit Graph

3541 Commits

Author SHA1 Message Date
Paul Masurel
43c1da1a92 Merge branch 'issue/67' 2016-12-20 16:52:33 +01:00
Paul Masurel
e1cb5e299d NOBUG split field_type into 2 2016-12-20 16:51:34 +01:00
Paul Masurel
14ebed392b Merge pull request #68 from tantivy-search/issue/67
Issue/67
2016-12-20 11:27:05 +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
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