Rename the SearchForFacetValues struct

This commit is contained in:
Clément Renault 2023-04-27 10:43:02 +02:00 committed by Louis Dureuil
parent aadbe88048
commit 55c17aa38b
No known key found for this signature in database
3 changed files with 9 additions and 8 deletions

View file

@ -58,7 +58,7 @@ pub use self::heed_codec::{
pub use self::index::Index;
pub use self::search::{
FacetDistribution, FacetValueHit, Filter, FormatOptions, MatchBounds, MatcherBuilder,
MatchingWords, Search, SearchForFacetValue, SearchResult, TermsMatchingStrategy,
MatchingWords, Search, SearchForFacetValues, SearchResult, TermsMatchingStrategy,
DEFAULT_VALUES_PER_FACET,
};