public WordformGoSearchEngine(FdoCache cache)
			: base(cache, SearchType.Prefix)
		{
			m_virtuals = Cache.ServiceLocator.GetInstance<Virtuals>();
		}
Esempio n. 2
0
		public EntryGoSearchEngine(FdoCache cache)
			: base(cache, SearchType.FullText)
		{
			m_virtuals = Cache.ServiceLocator.GetInstance<Virtuals>();
		}