Introduce a way to filter documents with a basic syntax

This commit is contained in:
Clément Renault
2019-10-09 14:20:37 +02:00
parent 663714bb6d
commit 683b6afbfb
4 changed files with 50 additions and 10 deletions

View File

@ -74,7 +74,7 @@ impl DocumentsFields {
Ok(count)
}
pub fn document_field<'a>(
pub fn document_attribute<'a>(
&self,
reader: &'a impl rkv::Readable,
document_id: DocumentId,