
## Rank feature queries

URL: https://docs.atlan.com/product/capabilities/build-apps/sdks/python/search/references/queries/rank-feature

> Use rank feature queries with the Atlan Python SDK (pyatlan) to boost search result relevance based on numeric field values.

# Rank feature queries

Rank feature queries allow you to boost the relevance of results based on the value of a numeric field.[^1]

Unlike other queries, you don't search on a rank query field itself but instead use it to change the relevance score of results to boost them higher up.

:::warning[Coming soon]
:::
[^1]: This page is a summary of the details in the Elasticsearch Guide's [Rank feature queries](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-rank-feature-query.html)

---
