Skip to content

Commit

Permalink
pub use FacetCounts in tantivy::collector module
Browse files Browse the repository at this point in the history
  • Loading branch information
slckl committed Feb 5, 2021
1 parent 86d92a7 commit a482c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ pub use self::tweak_score_top_collector::{ScoreSegmentTweaker, ScoreTweaker};

mod facet_collector;
pub use self::facet_collector::FacetCollector;
pub use self::facet_collector::FacetCounts;
use crate::query::Weight;

mod docset_collector;
Expand Down

0 comments on commit a482c0e

Please sign in to comment.