0
0
bleve/analysis/token_filters/ngram_filter
Marty Schoch 1dc466a800 modified token filters to avoid creating new token stream
often the result stream was the same length, so can reuse the
existing token stream
also, in cases where a new stream was required, set capacity to
the length of the input stream.  most output stream are at least
as long as the input, so this may avoid some subsequent resizing
2014-09-23 18:41:32 -04:00
..
ngram_filter_test.go add newline between license and package 2014-09-02 10:54:50 -04:00
ngram_filter.go modified token filters to avoid creating new token stream 2014-09-23 18:41:32 -04:00