feat: Index documents using the Serializer struct

This commit is contained in:
Clément Renault 2019-04-19 18:03:32 +02:00
parent abd7d1de48
commit 645bab7748
No known key found for this signature in database
GPG key ID: 0151CDAB43460DAE
6 changed files with 363 additions and 73 deletions

View file

@ -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();