used for exracting fields for hash index
| 4 | |
| 5 | // used for exracting fields for hash index |
| 6 | pub trait Indexer { |
| 7 | fn extract(&self) -> Vec<String>; |
| 8 | } |
| 9 | |
| 10 | |
| 11 | // use for indexing group of documents by tag |
nothing calls this directly
no outgoing calls
no test coverage detected