0
0
bleve/index
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
..
store optimize moss PrefixIterator 2016-07-21 18:33:34 -07:00
upside_down term field reader supports optionally omitting 3 details 2016-07-30 10:26:42 -04:00
analysis.go modify code to reuse buffer for kv generation 2015-10-05 17:49:50 -04:00
field_cache.go fix major synchronization issue in the field_cache 2015-12-15 16:39:38 -05:00
index.go term field reader supports optionally omitting 3 details 2016-07-30 10:26:42 -04:00