bruno-roustant commented on a change in pull request #1301: LUCENE-9254: UniformSplit supports FST off-heap. URL: https://github.com/apache/lucene-solr/pull/1301#discussion_r385821423
########## File path: lucene/codecs/src/java/org/apache/lucene/codecs/uniformsplit/sharedterms/UnionFieldMetadataBuilder.java ########## @@ -27,34 +27,48 @@ */ public class UnionFieldMetadataBuilder { + private long dictionaryStartFP; Review comment: Store more metadata for determining the dictionary load mode the same way as regular FieldMetadata for a single field. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org