0
0
bleve/search/searcher
Steve Yen 58c3b5c9b8 revert optimization that trims search-disjunction child searchers
This commit reverts a previous optimization attempt 3f588cd4a that
tried to trim or shrink the array of child searchers in a
search-disjunction.

Although I am not sure why at the moment, that optimization
incorrectly broke higher level boolean queries, but reverting so that
functionality is restored.
2016-10-18 14:38:34 -07:00
..
base_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
ordered_searchers_list.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_boolean_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_boolean.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_conjunction_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_conjunction.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_disjunction_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_disjunction.go revert optimization that trims search-disjunction child searchers 2016-10-18 14:38:34 -07:00
search_docid_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_docid.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_fuzzy_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_fuzzy.go end fuzzy searcher prefixTerm construction loop early 2016-10-12 09:51:36 -07:00
search_match_all_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_match_all.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_match_none_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_match_none.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_numeric_range_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_numeric_range.go another golint suggestions 2016-10-02 11:54:04 -04:00
search_phrase_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_phrase.go some simplification / DRY for phrase searcher 2016-10-12 09:26:31 -07:00
search_regexp_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_regexp.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_term_prefix.go Merge pull request #465 from steveyen/cleanup-when-PrefixSearcher-error 2016-10-12 13:39:28 +02:00
search_term_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_term.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00