0
0
bleve/analysis/language/ja
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
..
analyzer_ja_test.go added build tag to fix runngin tests without tag 2014-09-16 11:28:44 -04:00
analyzer_ja.go relocated kagome tokenizer and introduced ja analyzer 2014-09-16 11:21:29 -04:00
ja_morph_kagome_test.go relocated kagome tokenizer and introduced ja analyzer 2014-09-16 11:21:29 -04:00
ja_morph_kagome.go modified token filters to avoid creating new token stream 2014-09-23 18:41:32 -04:00