예제 #1
0
 private static void ReloadFTSSystem()
 {
     try
     {
         fulltextSearch = (IHxQuery)session.GetNavigationInterface
                              ("!DefaultFullTextSearch", currentSelectedFilterQuery, ref QueryGuid);
     }
     catch (System.Runtime.InteropServices.COMException)
     {
         fulltextSearch = null;
     }
 }