Skip to content

Commit

Permalink
feat(search): adjust schema field boost (#11933)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Nov 23, 2024
1 parent 58068bf commit 766d36d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ record SchemaField {
@Searchable = {
"fieldName": "fieldPaths",
"fieldType": "TEXT",
"boostScore": 5.0,
"boostScore": 1.0,
"queryByDefault": "true"
}
fieldPath: SchemaFieldPath
Expand Down

0 comments on commit 766d36d

Please sign in to comment.