mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce many SingleStore wrappers
This commit is contained in:
parent
a5bfbf244c
commit
c4bd13bcdf
16 changed files with 678 additions and 109 deletions
|
@ -3,7 +3,9 @@ use serde::ser;
|
|||
|
||||
use crate::{DocumentId, RankedMap};
|
||||
use crate::raw_indexer::RawIndexer;
|
||||
use super::{RamDocumentStore, SerializerError, ConvertToString, ConvertToNumber, Indexer};
|
||||
use crate::serde::RamDocumentStore;
|
||||
|
||||
use super::{SerializerError, ConvertToString, ConvertToNumber, Indexer};
|
||||
|
||||
pub struct Serializer<'a> {
|
||||
pub schema: &'a Schema,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue