Views
Replies
Total Likes
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.Views
Likes
Replies