Exposing the

This commit is contained in:
Paul Masurel
2018-06-15 21:40:57 +09:00
parent 360f4132eb
commit 24398d94e4

View File

@@ -21,7 +21,7 @@ mod facet_collector;
pub use self::facet_collector::FacetCollector;
mod chained_collector;
pub use self::chained_collector::chain;
pub use self::chained_collector::{chain, ChainedCollector};
/// Collectors are in charge of collecting and retaining relevant
/// information from the document found and scored by the query.