예제 #1
0
파일: AxIndexer.cs 프로젝트: liusj666/AxNew
 private static void FullIndexHelper_NewDocArrivedToFullIndex(string docId, string docType, int modifyVerId, bool isFullNew, string fullPath)
 {
     Default.DeleteIndex(docId);
     Default.AddIndex(docId);
 }