Skip to content

Commit 17d7cba

Browse files
opensearch-trigger-bot[bot]github-actions[bot]kolchfa-awsnatebower
authored
adding rank_feature dsl query docs (#9927) (#10205)
* adding rank_feature dsl query docs * addressing PR comments * Apply suggestions from code review * addressing the PR comments * Apply suggestions from code review --------- (cherry picked from commit d1a3143) Signed-off-by: Anton Rubin <anton.rubin@eliatra.com> Signed-off-by: AntonEliatra <anton.rubin@eliatra.com> Signed-off-by: Nathan Bower <nbower@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Nathan Bower <nbower@amazon.com>
1 parent 49fa584 commit 17d7cba

File tree

2 files changed

+547
-1
lines changed

2 files changed

+547
-1
lines changed

_query-dsl/specialized/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OpenSearch supports the following specialized queries:
2222

2323
- `percolate`: Finds queries (stored as documents) that match the provided document.
2424

25-
- `rank_feature`: Calculates scores based on the values of numeric features. This query can skip non-competitive hits.
25+
- [`rank_feature`]({{site.url}}{{site.baseurl}}/query-dsl/specialized/rank-feature/): Calculates scores based on the values of numeric features. This query can skip non-competitive hits.
2626

2727
- [`script`]({{site.url}}{{site.baseurl}}/query-dsl/specialized/script/): Uses a script as a filter.
2828

0 commit comments

Comments
 (0)