bsloki, Please find the query snippetMap<String, String> map = new HashMap<>(); map.put("type", "nt:unstructured"); map.put("fulltext", fulltextSearchTerm); map.put("path", localeRootPath); map.put("p.excerpt", "true"); map.put("orderby", "@jcr:score"); map.put("orderby.sort", "desc"); map.p...