1 2 3 4 5 6 7
use tantivy::schema::Field; pub struct SearchFields { pub translation: Field, pub location: Field, pub content: Field, }