Hi @lukasz-m Using boost, specific property like jcr:title or
jcr:description search results appears on top but in our case we need to
display search results in descending order based on more number of
occurrence(i.e max. word count in a page) of the search term in a page.
ex: If insurance occurrences in page1 20 times, in page2 10 mins, in
page3 15 times and page4 25 times then we need to display the result as
page4, page1, page3, page2. Please provide your suggestion Thanks in
advance!