0
0
bleve/search/collectors
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
..
bench_test.go Make top score collector about 7 times faster 2016-04-29 09:46:47 -07:00
collector_top_score_test.go fix pagination bug introduced by collector optimization 2016-06-01 11:35:18 -04:00
collector_top_score.go optimize upside_down reader Next() with doc match reuse 2016-07-21 11:10:49 -07:00
search_test.go optimize upside_down reader Next() with doc match reuse 2016-07-21 11:10:49 -07:00