0
0
bleve/analysis
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
..
analyzers changed many components to not have defaults 2014-09-09 18:15:14 -04:00
byte_array_converters moved byte array converts into the analysis package 2014-08-29 19:23:21 -04:00
char_filters add newline between license and package 2014-09-02 10:54:50 -04:00
datetime_parsers additional golint issues resolved 2014-09-03 18:17:26 -04:00
language modified token filters to avoid creating new token stream 2014-09-23 18:41:32 -04:00
token_filters modified token filters to avoid creating new token stream 2014-09-23 18:41:32 -04:00
token_map rename the configurable token map from standard to custom 2014-09-07 14:09:38 -04:00
tokenizers relocated kagome tokenizer and introduced ja analyzer 2014-09-16 11:21:29 -04:00
freq_test.go add newline between license and package 2014-09-02 10:54:50 -04:00
freq.go additional golint issues resolved 2014-09-03 18:17:26 -04:00
test_words.txt major refactor of analysis files, now wired up to registry 2014-08-13 21:14:47 -04:00
token_map_test.go add newline between license and package 2014-09-02 10:54:50 -04:00
token_map.go additional golint issues resolved 2014-09-03 18:17:26 -04:00
type.go introducing cjk_bigram filter and cjk analyzer 2014-09-11 10:39:05 -04:00
util_test.go add newline between license and package 2014-09-02 10:54:50 -04:00
util.go add newline between license and package 2014-09-02 10:54:50 -04:00