Files
tantivy/src
Rob Young 1b39a48247 Changes required by rebase on e25284
- Pass Collector into TweakedScoreTopCollector and
  CustomScoreTopCollector.
- Add std:: qualifier to f32, i32 etc. Not sure why this was not failing
  already.
- Add unit tests for TopDocs with offset including for tweaked and
  custom score collectors.

In order to convert a TopCollector<Score> to a TopCollector<TScore> I
had to add a `into_tscore` method to `TopCollector`. This is a hack but
I don't know how to avoid it.
2020-05-16 15:14:13 +01:00
..
2020-03-11 18:41:04 +09:00
2019-10-25 09:06:44 +09:00
2020-04-27 12:01:17 +09:00
2020-01-31 18:47:02 +09:00
2020-05-16 15:14:13 +01:00
2019-07-01 10:01:46 +09:00
2019-12-09 13:40:04 +09:00