Add documentation to the new documents_file dump reader method

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Clément Renault
2025-07-17 17:26:41 +02:00
committed by GitHub
parent a1b42c10e2
commit 1b476b8a35

View File

@ -192,6 +192,7 @@ impl DumpIndexReader {
}
}
/// A reference to a file in the NDJSON format containing all the documents of the index
pub fn documents_file(&self) -> &File {
match self {
DumpIndexReader::Current(v6) => v6.documents_file(),