Lucene search not working
问题 I have a function which searches some articles in the Sitecore content items and give me the value. So far I have build up my indexes and it is showing in my IndexViewer. But the return of the function is 0. I looked up this link: http://sitecoregadgets.blogspot.com/2009/11/working-with-lucene-search-index-in_25.html for more information. protected IEnumerable<Item> ShowHomePageNews(int numOfArticles, string stringofCountries) { List<Item> items = new List<Item>(); Sitecore.Search.Index indx