@dylanmccurry
To get the relevance score of a document to a particular query in AEM's QueryBuilder, you can use the setExplain(true) method to include the explanation of the score in the search results.
import javax.jcr.Session;import javax.jcr.query.Query;import javax.jcr.query.QueryManager;import...