[ https://issues.apache.org/jira/browse/LUCENE-9456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185097#comment-17185097 ]
ASF subversion and git services commented on LUCENE-9456: --------------------------------------------------------- Commit 7867080d8939b3425c999b406410bbe1a3cfb942 in lucene-solr's branch refs/heads/branch_8x from Adrien Grand [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=7867080 ] LUCENE-9456: Move metadata about stored fields to the meta file. (#1752) Stored fields have a metadata file, but it currently only records metadata about the index, not the actual data. This commit moves all metadata to the metadata file. > Stored fields should store the number of chunks in the meta file > ---------------------------------------------------------------- > > Key: LUCENE-9456 > URL: https://issues.apache.org/jira/browse/LUCENE-9456 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Adrien Grand > Priority: Minor > Time Spent: 20m > Remaining Estimate: 0h > > Currently stored fields record numChunks/numDirtyChunks at the very end of > the data file. They should migrate to the meta file instead, so that they > would be validated when opening the index (meta files get their checksum > validated entirely, data files don't). -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org