0
0
bleve/analysis/token_filters
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
..
apostrophe_filter token_filters: fix typo in right single quotation mark name 2015-11-04 10:29:56 +01:00
camelcase_filter add couchbase copyright and license now that CLA has been signed 2016-06-10 13:08:50 -04:00
compound add support for dictionary based compound word filter 2014-11-18 15:18:42 -05:00
edge_ngram_filter removing duplicate code by reusing util.go in analysis 2016-06-09 15:13:30 -04:00
elision_filter elision_filter: correctly strip multi-bytes quotation marks 2015-11-04 10:59:10 +01:00
keyword_marker_filter modified token filters to avoid creating new token stream 2014-09-23 18:41:32 -04:00
length_filter modified token filters to avoid creating new token stream 2014-09-23 18:41:32 -04:00
lower_case_filter added some godoc documentation for the en analyzer 2015-11-18 15:28:57 +13:00
ngram_filter removing duplicate code by reusing util.go in analysis 2016-06-09 15:13:30 -04:00
porter Fix typos in comments and strings 2014-12-18 18:43:12 +01:00
shingle modified token filters to avoid creating new token stream 2014-09-23 18:41:32 -04:00
stop_tokens_filter avoid allocation in stop token filter 2016-09-11 12:29:33 -04:00
truncate_token_filter removing duplicate code by reusing util.go in analysis 2016-06-09 15:13:30 -04:00
unicode_normalize fix typo in unicode normalization form constant 2015-01-26 14:09:20 -05:00