dungba88 commented on PR #13054: URL: https://github.com/apache/lucene/pull/13054#issuecomment-1962302474
@msfroh As you only need to write the FST metadata, there is no need to create the FST. You can just call ``` directory.writeMetadata(words.size(), maxHorizontalContext, fstMetadata); ``` where as `fstMetadata` is returned by `fstCompiler.compile()` -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org