0
0
bleve/search/searchers
Marty Schoch 47ee69ae82 term field reader supports optionally omitting 3 details
at the time you create the term field reader, you can specify
that you don't need the term freq, the norm, or the term vectors

in that case, the index implementation can choose to not return
them in its subsequently returned values

this is advisory only, some simple implementations may ignore this
and continue to return the values anyway (as the current impl of
upside_down does today)

this change will allow future index implementations the
opportunity to do less work when it isn't required
2016-07-30 10:26:42 -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 optimize upside_down reader Next() with doc match reuse 2016-07-21 11:10:49 -07:00
search_boolean.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_conjunction_test.go optimize upside_down reader Next() with doc match reuse 2016-07-21 11:10:49 -07:00
search_conjunction.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_disjunction_test.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_disjunction.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_docid_test.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_docid.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_fuzzy_test.go optimize upside_down reader Next() with doc match reuse 2016-07-21 11:10:49 -07:00
search_fuzzy.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_match_all_test.go optimize upside_down reader Next() with doc match reuse 2016-07-21 11:10:49 -07:00
search_match_all.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_match_none_test.go optimize upside_down reader Next() with doc match reuse 2016-07-21 11:10:49 -07:00
search_match_none.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_numeric_range_test.go major refactor of search package 2014-09-01 11:15:38 -04:00
search_numeric_range.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_phrase_test.go optimize upside_down reader Next() with doc match reuse 2016-07-21 11:10:49 -07:00
search_phrase.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_regexp_test.go optimize upside_down reader Next() with doc match reuse 2016-07-21 11:10:49 -07:00
search_regexp.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_term_prefix.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_term_test.go optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
search_term.go term field reader supports optionally omitting 3 details 2016-07-30 10:26:42 -04:00