Make some cleaning

This commit is contained in:
ManyTheFish
2022-03-30 15:22:18 +02:00
parent 6dc345bc53
commit b3f0f39106
3 changed files with 5 additions and 17 deletions

View File

@ -17,7 +17,7 @@ use roaring::bitmap::RoaringBitmap;
pub use self::facet::{FacetDistribution, FacetNumberIter, Filter};
use self::fst_utils::{Complement, Intersection, StartsWith, Union};
pub use self::matches::{Matcher, MatcherBuilder, MatchingWords};
pub use self::matches::{MatchBounds, Matcher, MatcherBuilder, MatchingWords};
use self::query_tree::QueryTreeBuilder;
use crate::error::UserError;
use crate::search::criteria::r#final::{Final, FinalResult};