Crate tantivy_macro

Crate tantivy_macro 

Source

Derive Macros§

Schema
#[derive(Schema)] struct Struct { #[field(name=“field_name”, stored, indexed, coerce, norm)] field: String } detail in test mod.