Commit Graph

459 Commits

Author SHA1 Message Date
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
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
Paul Masurel
893932dff8 issue/50 Implementation ooleanScorer. 2016-10-30 17:03:37 +09:00
Paul Masurel
fa78baf278 issue/50 Introducing Term Query / Boolean Query 2016-10-30 17:03:00 +09:00
Paul Masurel
8b5f7af688 issue/50 Added documentation for the query object. 2016-10-30 10:06:51 +09:00
Paul Masurel
767fa94d18 issue/50 Removed StandardQuery 2016-10-29 17:13:12 +09:00
Paul Masurel
332be6d581 issue/50 Removed ScoredDoc 2016-10-29 15:09:46 +09:00
Paul Masurel
67b1071412 issue/50 Moved segment local collection to the DocSet object. 2016-10-29 14:41:50 +09:00
Paul Masurel
0ca7832875 issue/50 First try
The dynamic dispatch is not hurting perf a little.

The "the" query goes from 158 ms -> 188 ms.
2016-10-29 13:00:08 +09:00
Michael J. Curry
b191092965 added another simple test for LogMergePolicy, minor reformatting 2016-10-28 16:02:59 -04:00
Michael J. Curry
532799f2e4 Added rudimentary test for empty input 2016-10-28 12:52:32 -04:00
Michael J. Curry
d46d453c4a Merge branch 'master' into issue/46 2016-10-26 14:29:52 -04:00
Michael J. Curry
c0c7912964 Finished but probably wrong LogMergePolicy 2016-10-26 14:28:01 -04:00
Michael J. Curry
2694134a90 unfinished first shot at LogMergePolicy 2016-10-26 13:35:31 -04:00
Paul Masurel
a788cdb4a0 issue#47 Fixed bug in docstore. Also, cache the last decompressed block. 2016-10-26 10:11:56 +09:00
Paul Masurel
c4f00c180e NOBUG Bugfix the last segment updates are not saved. save_metas must happen before removing the segments. 2016-10-25 10:48:49 +09:00
Paul Masurel
91b8402e61 NOBUG Using BufWriter<Box<Write>> 2016-10-25 10:27:43 +09:00
Paul Masurel
99ca43fd22 NOBUG introduced DefaultMergePolicy type 2016-10-24 22:41:14 +09:00
Paul Masurel
1f5ed8a2b6 Merge branch 'issue/38' 2016-10-24 22:33:59 +09:00
Paul Masurel
6dcac90f49 issue38 Slightly cleaner code. 2016-10-24 22:33:33 +09:00
Paul Masurel
5b3a5ce6f8 ISSUE-38 StoreWriter working with skiplist. 2016-10-21 09:53:16 +09:00
Paul Masurel
8534443dfb NOBUG Added NoMergePolicy 2016-10-21 08:45:50 +09:00
Paul Masurel
1d741df7b1 #38 splitting DataSource. 2016-10-18 20:16:34 +09:00
Paul Masurel
6d92c1a442 NOBUG added link to example 2016-10-16 23:51:49 +09:00
Paul Masurel
f76f5abc09 NOBUG Added logo in rustdoc 2016-10-16 23:47:09 +09:00
Paul Masurel
9358eb32f0 bug/4 Removed useless use of Cursor. 2016-10-16 23:25:03 +09:00
Paul Masurel
20c089b9f1 bug/4 fixed for clippy 2016-10-16 18:31:29 +09:00