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