QueryBuilder: boost specific "path"
Hi,
is there any way I can boost a specific path value when executing a query with the QueryBuilder API?
map.put("1_group.p.or", "true"); map.put("1_group.1_path", "/content/test/"); map.put("1_group.2_path", "/content/dam/test/");I would like to boost pages over DAM assets. I tried using "^5.0" as described here [1] but maybe that only works for jcr:contains?
Thanks,
Paul
[1] https://helpx.adobe.com/experience-manager/kb/BoostInSearch.html