private static void FullIndexHelper_NewDocArrivedToFullIndex(string docId, string docType, int modifyVerId, bool isFullNew, string fullPath) { Default.DeleteIndex(docId); Default.AddIndex(docId); }