mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fixes for review
This commit is contained in:
parent
40d7396d90
commit
dc9ca2ebc9
20 changed files with 66 additions and 64 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue