dungba88 opened a new issue, #12902:
URL: https://github.com/apache/lucene/issues/12902

   ### Description
   
   Most of the use cases with FST seems to be writing the FST eventually to a 
DataOutput (is it IndexOutput?). In that case we are currently writing the FST 
to an on heap DataOutput (previously BytesStore and now ReadWriteDataOutput) 
and then save it to the on disk.
   
   With #12624 it's possible to write the FST to an on disk DataOutput. So 
maybe let first compile a list of places which can be migrated to the new way?
   
   Note: With the new way, there is a catch: We can't write the metadata in the 
same DataOutput as the main FST body, it has to be written separately.


-- 
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.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

Reply via email to