Search "Boosting" (or Similarity) in Query Builder?
I am using QueryBuilder for search on my website, which is on AEMaaCS 6.5 2023.01
TLDR: Is there a way to query for pages and apply boosting based on tags?
For example, I am trying to find 'related' pages to a blog post page. The blog post has 3 tags associated with it. I would like to search for all blog posts, and boost results that have any one of the tags to the top. I would order the results by relevance, and then by date, and take the first 4 returned. In some platforms this is called 'boosting', but I couldn't find anything like this in the AEM documentation. I believe Lucene supports boosting using a "^" caret, for instance: Apache Lucene - Query Parser Syntax