Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hi,
What is the ordering criteria used by jcr:score property in Querying?
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
Hello @pixislinger
jcr:score
property is calculated using the FulltextSearch
query function in AEM.Importance of jcr:score in AEM queries:
jcr:score
is important in AEM queries because it allows you to sort the query results by relevance.jcr:score
ensures that the most relevant nodes appear at the top of the search results.
Hi @pixislinger ,
It represents the full-text search score of the node, which is a measure of the node's relevance to the full-text search expression.
More implementation details here:-
https://docs.jboss.org/modeshape/2.6.0.Final/manuals/reference/html/jcr-query-and-search.html
https://lucene.apache.org/core/3_0_3/api/core/org/apache/lucene/search/Similarity.html
Hope this helps!
Regards,
Hello @pixislinger
jcr:score
property is calculated using the FulltextSearch
query function in AEM.Importance of jcr:score in AEM queries:
jcr:score
is important in AEM queries because it allows you to sort the query results by relevance.jcr:score
ensures that the most relevant nodes appear at the top of the search results.Visualizações
Curtida
respostas