mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
fixes for review
This commit is contained in:
@ -28,7 +28,7 @@ pub struct DocIndex {
|
||||
|
||||
/// The attribute in the document where the word was found
|
||||
/// along with the index in it.
|
||||
/// Is an IndexedPos and not FieldId. Must be convert each time.
|
||||
/// This is an IndexedPos and not a FieldId. Must be converted each time.
|
||||
pub attribute: u16,
|
||||
pub word_index: u16,
|
||||
|
||||
|
Reference in New Issue
Block a user