Hi @keshav_goud Please use the below query.Map<String, String> predicatesMap = new HashMap<>();//Generate the query here. Adding a sample below for now.predicatesMap.put(PREDICATE_FULLTEXT, Text.unescape(keyWord));predicatesMap.put(PREDICATE_TYPE, NameConstants.NT_PAGE);predicatesMap.put(PREDICATE_...