text-search 0.1.6

A simple easy to use plug and play wrapper around tantivy for simple search scenarios.
Documentation
1
2
3
4
5
6
7
8
9
10
mod indexer;

pub use indexer::Indexer as Indexer;
pub use text_search_derive::Indexed as Indexed;
pub use text_search_core::Indexable as Indexable;
pub use text_search_core::StructInfo as StructInfo;
pub use text_search_core::FieldInfo as FieldInfo;
pub use text_search_core::IndexType as IndexType;
pub use text_search_core::FieldType as FieldType;
pub use tantivy as tantivy;