Lucius646/MoonSearch/schema does not have a README file
fn SchemaBuilder::add_text_field(self : SchemaBuilder, name : String, options : TextOptions) -> FieldIdpub struct TextOptions {
indexed : Bool
stored : Bool
tokenizer_name : String
}A MoonBit-native embedded full-text search kernel
Dependencies