mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
Add documentation to the new documents_file dump reader method
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
@ -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 {
|
pub fn documents_file(&self) -> &File {
|
||||||
match self {
|
match self {
|
||||||
DumpIndexReader::Current(v6) => v6.documents_file(),
|
DumpIndexReader::Current(v6) => v6.documents_file(),
|
||||||
|
Reference in New Issue
Block a user