APILocator.getContentletIndexAPI().createContentIndex(indexName, shards);
}
<<<<<<< HEAD
public void clearIndex(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException, DotStateException, DotDataException {
=======
public void clearIndex(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
>>>>>>> 6682bb0138d493f30aaf52872d9fe1891ef5184f
Map map = getURIParams();
String indexName = map.get("indexName");
if(indexName == null)return; |