mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-25 20:57:35 +01:00
remove the unused function
This commit is contained in:
parent
86c3482cbd
commit
8ffa80883a
@ -196,16 +196,6 @@ mod tests {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const fn doc_attr_index(document_id: u64, attribute: u16, word_index: u16) -> DocIndex {
|
|
||||||
DocIndex {
|
|
||||||
document_id: DocumentId(document_id),
|
|
||||||
attribute,
|
|
||||||
word_index,
|
|
||||||
char_index: 0,
|
|
||||||
char_length: 0,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
pub struct TempDatabase {
|
pub struct TempDatabase {
|
||||||
database: Database,
|
database: Database,
|
||||||
index: Index,
|
index: Index,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user