if (querySource != null) {
searchIntoRequest.source(querySource, false);
}
}
}
searchIntoRequest.routing(request.param("routing"));
searchIntoRequest.types(splitTypes(request.param("type")));
searchIntoRequest.preference(request.param("preference",
"_primary"));
} catch (Exception e) {
try {