0
0
bleve/analysis/token_filters/stop_tokens_filter
Marty Schoch faa07ac3a6 avoid allocation in stop token filter
the token stream resulting from the removal of stop words must
be shorter or the same length as the original, so we just
reuse it and truncate it at the end.
2016-09-11 12:29:33 -04:00
..
stop_tokens_filter_test.go avoid allocation in stop token filter 2016-09-11 12:29:33 -04:00
stop_tokens_filter.go avoid allocation in stop token filter 2016-09-11 12:29:33 -04:00