Skip to content

Commit

Permalink
Fix typo in text_expansion example (elastic#106265) (elastic#106267)
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso authored Mar 12, 2024
1 parent f30f6ad commit 85ed7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/query-dsl/text-expansion-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ GET my-index/_search
"pruning_config": {
"tokens_freq_ratio_threshold": 5,
"tokens_weight_threshold": 0.4,
"only_score_pruned_tokens": false
"only_score_pruned_tokens": true
}
}
}
Expand Down

0 comments on commit 85ed7ef

Please sign in to comment.