gf2121 commented on PR #15977: URL: https://github.com/apache/lucene/pull/15977#issuecomment-4303265160
* FST refers to add terms into the `FSTCompiler` with default options. This was what we used before https://github.com/apache/lucene/pull/12722 * FST(no suffix sharing) refers to add terms into the `FSTCompiler` without suffix sharing. This was what we used after https://github.com/apache/lucene/pull/12722 before https://github.com/apache/lucene/pull/14333 * Old Trie refers to the implementation of `TrieBuilder` in branch main. * New Trie refers to the implementation of `TrieBuilder` in this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
