0
0
bleve/search/scorers
Marty Schoch 1aacd9bad5 changed approach
IndexInternalID is now []byte
this is still opaque, and should still work for any future
index implementations as it is a least common denominator
choice, all implementations must internally represent the
id as []byte at some point for storage to disk
2016-08-01 14:26:50 -04:00
..
scorer_conjunction.go major refactor of index/search API 2016-07-31 13:46:18 -04:00
scorer_constant_test.go changed approach 2016-08-01 14:26:50 -04:00
scorer_constant.go major refactor of index/search API 2016-07-31 13:46:18 -04:00
scorer_disjunction.go major refactor of index/search API 2016-07-31 13:46:18 -04:00
scorer_term_test.go changed approach 2016-08-01 14:26:50 -04:00
scorer_term.go major refactor of index/search API 2016-07-31 13:46:18 -04:00
sqrt_cache.go optimize SqrtCache as just-an-array 2016-07-21 19:41:33 -07:00