0
0
bleve/search
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
..
collectors optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07:00
facets Make facets much faster 2016-07-17 15:31:35 -07:00
highlight more gofmt simplifications 2016-04-03 00:03:33 -04:00
scorers optimize SqrtCache as just-an-array 2016-07-21 19:41:33 -07:00
searchers term field reader supports optionally omitting 3 details 2016-07-30 10:26:42 -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 Remove the field IDs from outside of the index 2016-07-19 20:42:45 -07: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 optimize Advance() with pre-allocated in-out param 2016-07-29 14:15:00 -07: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