mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
feat: Index documents using the Serializer struct
This commit is contained in:
parent
abd7d1de48
commit
645bab7748
6 changed files with 363 additions and 73 deletions
|
@ -94,7 +94,7 @@ where I: Deref<Target=Index>,
|
|||
let stream = self.index.map.search(automaton);
|
||||
op_builder.push(stream);
|
||||
}
|
||||
op_builder.union()
|
||||
op_builder.r#union()
|
||||
};
|
||||
|
||||
let mut matches = Vec::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue