0
0
bleve/search/scorers
Steve Yen 988ca62182 optimize upside_down reader Next() with doc match reuse
This optimization changes the search.Search.Next() interface API,
adding an optional, pre-allocated *DocumentMatch parameter.

When it's non-nil, the TermSearcher and TermQueryScorer will use that
pre-allocated *DocumentMatch, instead of allocating a brand new
DocumentMatch instance.
2016-07-21 11:10:49 -07:00
..
scorer_conjunction.go add newline between license and package 2014-09-02 10:54:50 -04:00
scorer_constant_test.go gofmt simplifications 2016-04-02 21:54:33 -04:00
scorer_constant.go renamed misspelled filename 2014-11-26 21:08:14 -05:00
scorer_disjunction.go add newline between license and package 2014-09-02 10:54:50 -04:00
scorer_term_test.go optimize upside_down reader Next() with doc match reuse 2016-07-21 11:10:49 -07:00
scorer_term.go optimize upside_down reader Next() with doc match reuse 2016-07-21 11:10:49 -07:00
sqrt_cache.go converted ALL_CAPS constants to CamelCase 2014-09-03 17:48:40 -04:00