0
0
bleve/search/scorers
Marty Schoch ce0b299d6f switch sort impl to use interface
this improves perf in the case where we're not doing any sorting
as we avoid allocating memory and converting scores into
numeric terms
2016-08-24 19:02:22 -04:00
..
scorer_conjunction.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
scorer_constant_test.go switch sort impl to use interface 2016-08-24 19:02:22 -04:00
scorer_constant.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
scorer_disjunction.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
scorer_term_test.go switch sort impl to use interface 2016-08-24 19:02:22 -04:00
scorer_term.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
sqrt_cache.go optimize SqrtCache as just-an-array 2016-07-21 19:41:33 -07:00