Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MBkkt committed Jan 25, 2024
1 parent 8397ffe commit cbffb08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/search/phrase_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ struct PrepareVisitor : util::noncopyable {
part.with_transpositions, part.prefix);
}

auto operator()(const by_terms_options& part) const {
return filter::prepared::ptr{};
}
filter::prepared::ptr operator()(const by_terms_options&) const { return {}; }

auto operator()(const by_range_options& part) const {
return by_range::prepare(ctx, field, part.range, part.scored_terms_limit);
Expand Down

0 comments on commit cbffb08

Please sign in to comment.