0
0
bleve/search/searcher
Silvan Jegen 3dd363afaa Don't search the same term twice
We have searched for the first term in the phrase query already so we
can skip it. Before doing so we have to add the location of the first
term.
2016-11-08 20:05:04 +01: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 Don't search the same term twice 2016-11-08 20:05:04 +01: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 optimize NewRegexpSearcher to return its disjunction searcher 2016-10-27 13:16:41 -07: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