Files
tantivy/src/tokenizer
Adam Reichold 5f7d027a52 Avoid unconditional allocation in StemmerTokenStream.
This fixes the TODO in two ways: If the stemmer already yields an owned string,
it is used directly as the new text of the token. Otherwise, a temporary buffer
is used to copy the stemmed text (just as before) and then swapping it into the
token to reuse its existing buffer.
2022-10-26 18:11:15 +02:00
..
2022-02-24 16:25:22 +09:00
2020-01-29 18:23:37 +09:00
2022-03-17 18:57:55 +09:00
2022-01-28 15:55:55 +09:00
2022-01-28 15:55:55 +09:00
2022-01-28 15:55:55 +09:00
2022-06-21 15:53:33 +09:00