I've used the below implementation and querying is working,String query = "parent_id_s:\"" + socialResource.getParent().getPath() + "\"";Iterator<Resource> searchResults = (Iterator<Resource>) srp.findResources(this.serviceResourceResolver, query,"MONGOQUERY");