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