Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
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
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
See this note in the article:
Note: The boost in this case is respected only if a jcr:contains()
is done on the corresponding property, for example jcr:contains(@jcr:title, 'find this')
. If there is only a jcr:contains(., 'find this'),
the boosts
at indexing time have no effect.
Looks like it only works on jcr:contains.
Vues
Réponses
Nombre de J’aime
As mentioned here [1], boost applies only when searching for specific terms and I doubt it supports for the path
[1] http://docs.day.com/content/en/home/crx/crx141/first_steps_with_crx/searching_in_crx/0.html
Vues
Réponses
Nombre de J’aime
OK, thanks guys! Just wanted to make sure I'm understanding that correctly and I'm not missing anything.
Vues
Réponses
Nombre de J’aime
See this note in the article:
Note: The boost in this case is respected only if a jcr:contains()
is done on the corresponding property, for example jcr:contains(@jcr:title, 'find this')
. If there is only a jcr:contains(., 'find this'),
the boosts
at indexing time have no effect.
Looks like it only works on jcr:contains.
Vues
Réponses
Nombre de J’aime
Vues
Likes
Réponses