getRankingInfo parameter adds extra information about rules:
- Promoted hits are labeled with a
"promoted": truefield inside the_rankingInfoobject. This field is omitted from regular hits. - The list of applied Rules is available inside the
appliedRulestop-level field. This field is omitted when no rule has been applied (even ifenableRulesis true).
params response field also has search parameters after Rule application,
and as such reflects the side-effects of the rules.
When in doubt, you can always run the same query with
enableRules=false and compare the results you get with and without rules.