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
|
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 |
|
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
|
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
|
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
|
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
|
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
|
1da06d867b
|
Using the same logic when score is enabled.
|
2018-02-16 17:36:33 +09:00 |
|
Paul Masurel
|
76e8db6ed3
|
blop
|
2018-02-16 14:57:08 +09:00 |
|
Paul Masurel
|
31e5580bfa
|
Renaming intersection / exclude
|
2018-02-16 11:55:56 +09:00 |
|
Paul Masurel
|
930d3db2f7
|
Integrated reqopt_scorer
|
2018-02-16 11:43:27 +09:00 |
|
Paul Masurel
|
1593e1dc6f
|
Added reqopt
|
2018-02-16 11:22:39 +09:00 |
|
Paul Masurel
|
e0189fc9e6
|
Added exclude query
|
2018-02-14 18:06:51 +09:00 |
|
Paul Masurel
|
ffdb4ef0a7
|
Added unit test
|
2018-02-14 11:58:40 +09:00 |
|
Paul Masurel
|
58845344c2
|
Unit test + bugfix in union
|
2018-02-13 14:54:20 +09:00 |
|
Paul Masurel
|
548ec9ecca
|
Added ok unit test
|
2018-02-12 17:48:41 +09:00 |
|