Skip to content

Commit 154ea0b

Browse files
Set weight to 100
1 parent 48888ac commit 154ea0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

searchlib/src/tests/queryeval/iterator_benchmark/leaf_blueprint_factory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ AttributeRangeBlueprintFactory::AttributeRangeBlueprintFactory(const RangeConfig
135135
AttributeRangeBlueprintFactory::~AttributeRangeBlueprintFactory() = default;
136136

137137
std::unique_ptr<Blueprint> AttributeRangeBlueprintFactory::make_blueprint() {
138-
SimpleRangeTerm term(query::Range(_range_low, _range_high), "range_attr", 0, Weight(1));
138+
SimpleRangeTerm term(query::Range(_range_low, _range_high), "range_attr", 0, Weight(100));
139139
return _searchable->create_blueprint(FieldSpec("range_attr", 0, 0), term);
140140
}
141141

0 commit comments

Comments
 (0)