0
0
bleve/search
Marty Schoch 54b06ce0f6 fix bug in regexp, prefix and fuzzy searchers
these searchers incorrectly called Next() on their underlying
searcher, instead of Advance().  this can cause values to be
returned with an ID less than the one that was Advanced() to,
which violates the contract, and causes other incorrect behavior.

fixes #342
2016-06-21 09:00:05 -04:00
..
collectors fix pagination bug introduced by collector optimization 2016-06-01 11:35:18 -04:00
facets gofmt simplifications 2016-04-02 21:54:33 -04:00
highlight more gofmt simplifications 2016-04-03 00:03:33 -04:00
scorers more gofmt simplifications 2016-04-03 00:03:33 -04:00
searchers fix bug in regexp, prefix and fuzzy searchers 2016-06-21 09:00:05 -04:00
collector.go introduce ability for searches to timeout or be cancelled 2016-03-02 17:30:21 -05:00
explanation.go Fix typos in comments and strings 2014-12-18 18:43:12 +01:00
facets_builder_test.go gofmt simplifications 2016-04-02 21:54:33 -04:00
facets_builder.go facets now also have secondary sort 2016-03-14 12:02:30 -04:00
levenshtein_test.go moved levenshtein code outside of fuzzy searcher 2014-12-12 13:23:06 -05:00
levenshtein.go Fix some typos 2016-01-15 05:46:27 +07:00
search.go search result hits now have a field with the name of the index 2015-12-08 13:55:04 -05:00
util_test.go add newline between license and package 2014-09-02 10:54:50 -04:00
util.go Fix typos in comments and strings 2014-12-18 18:43:12 +01:00