dungba88 commented on code in PR #12624:
URL: https://github.com/apache/lucene/pull/12624#discussion_r1415641634
##########
lucene/core/src/java/org/apache/lucene/util/fst/FST.java:
##########
@@ -500,6 +502,12 @@ public FSTMetadata<T> getMetadata() {
return metadata;
}
+ /**
+ * Save the FST to DataOutput.
+ *
+ * @param metaOut the DataOutput to write the metadata to
+ * @param out the DataOutput to write the FST bytes to
+ */
public void save(DataOutput metaOut, DataOutput out) throws IOException {
Review Comment:
Yeah. It's also not supported (throwing exception). I'll add a comment.
--
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]