You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn/relevancy/ranking_rules.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ Results are sorted by **increasing distance between matched query terms**. Retur
52
52
53
53
Results are sorted according to the **[attribute ranking order](/learn/relevancy/attribute_ranking_order)**. Returns documents that contain query terms in more important attributes first.
54
54
55
-
This ranking rule ignores the position of the matched words within the attribute.
55
+
This rule evaluates only the attribute ranking order and does not consider the position of matched words within attributes.
56
56
57
57
## 5. Attribute position
58
58
59
59
Results are sorted by the **position of query terms within the attributes**. Returns documents that contain query terms closer to the beginning of an attribute first.
60
60
61
-
This ranking rule ignores the attribute ranking order.
61
+
This rule evaluates only the position of matched words within attributes and does not consider the attribute ranking order.
0 commit comments