0
0
bleve/search/searchers
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
..
base_test.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
ordered_searchers_list.go add newline between license and package 2014-09-02 10:54:50 -04:00
search_boolean_test.go gofmt simplifications 2016-04-02 21:54:33 -04:00
search_boolean.go major improvements to index row encoding 2015-04-03 16:50:48 -04:00
search_conjunction_test.go gofmt simplifications 2016-04-02 21:54:33 -04:00
search_conjunction.go first pass at checking errors that were ignored 2015-03-06 14:46:29 -05:00
search_disjunction_test.go gofmt simplifications 2016-04-02 21:54:33 -04:00
search_disjunction.go multi-term searches check DisjunctionMaxClauseCount earlier 2016-04-18 10:06:34 -04:00
search_docid_test.go query_docid: add DocIDQuery to filter by document identifiers 2015-11-04 18:41:16 +01:00
search_docid.go support match_all, match_none and docid queries via JSON 2015-12-16 14:53:14 -05:00
search_fuzzy_test.go gofmt simplifications 2016-04-02 21:54:33 -04:00
search_fuzzy.go fix bug in regexp, prefix and fuzzy searchers 2016-06-21 09:00:05 -04:00
search_match_all_test.go gofmt simplifications 2016-04-02 21:54:33 -04:00
search_match_all.go first pass at checking errors that were ignored 2015-03-06 14:46:29 -05:00
search_match_none_test.go fix errors identified by errcheck 2015-04-07 18:05:41 -04:00
search_match_none.go first pass at checking errors that were ignored 2015-03-06 14:46:29 -05:00
search_numeric_range_test.go major refactor of search package 2014-09-01 11:15:38 -04:00
search_numeric_range.go multi-term searches check DisjunctionMaxClauseCount earlier 2016-04-18 10:06:34 -04:00
search_phrase_test.go gofmt simplifications 2016-04-02 21:54:33 -04:00
search_phrase.go fix incorrect results returned by phrase search 2015-12-06 15:55:00 -05:00
search_regexp_test.go gofmt simplifications 2016-04-02 21:54:33 -04:00
search_regexp.go fix bug in regexp, prefix and fuzzy searchers 2016-06-21 09:00:05 -04:00
search_term_prefix.go fix bug in regexp, prefix and fuzzy searchers 2016-06-21 09:00:05 -04:00
search_term_test.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
search_term.go first pass at checking errors that were ignored 2015-03-06 14:46:29 -05:00