You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "dungba88 (via GitHub)" <gi...@apache.org> on 2023/11/17 06:34:27 UTC

[I] Remove the FST constructors with DataInput for metadata [lucene]

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

   ### Description
   
   After https://github.com/apache/lucene/pull/12758, we streamlined the FST constructors and they eventually call the constructor with `FSTMetadata`. For the old constructors with `DataInput metadata`, we added a new static method to read from the DataInput to construct the FSTMetadata.
   
   For this task, remove the old constructors and migrate all existing references to the new constructor.


-- 
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-unsubscribe@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


Re: [I] Remove the FST constructors with DataInput for metadata [lucene]

Posted by "mikemccand (via GitHub)" <gi...@apache.org>.
mikemccand closed issue #12822: Remove the FST constructors with DataInput for metadata
URL: https://github.com/apache/lucene/issues/12822


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org