devbridge / BetterCMS

A publishing focused and developer friendly .NET Open Source CMS.
GNU Lesser General Public License v3.0
374 stars 152 forks source link

Search in Contents include MetaKeyword text #1284

Closed MrHarry01 closed 8 years ago

MrHarry01 commented 9 years ago

Hi i am getting this while searching with in contents including Meta Keyword search

2015-08-11 13:00:03.5844 Starting Lucene Index Source Watcher. 2015-08-11 13:00:03.5844 Starting Lucene Content Indexing Robot. 2015-08-11 13:00:13.9795 Lucene Index Source Watcher finished looking for new sources. 2015-08-11 13:00:41.4499 Lucene web crawler: Failed to fetch page by url /articles/august-11th-article/. The remote server returned an error: (500) Internal Server Error. System.Net.WebException: The remote server returned an error: (500) Internal Server Error. at System.Net.HttpWebRequest.GetResponse() at BetterCMS.Module.LuceneSearch.Services.WebCrawlerService.DefaultWebCrawlerService.FetchPage(String url) 2015-08-11 13:00:58.2053 Lucene web crawler: Failed to fetch page by url /Help/eleven/. The remote server returned an error: (500) Internal Server Error. System.Net.WebException: The remote server returned an error: (500) Internal Server Error. at System.Net.HttpWebRequest.GetResponse() at BetterCMS.Module.LuceneSearch.Services.WebCrawlerService.DefaultWebCrawlerService.FetchPage(String url) 2015-08-11 13:01:16.6070 Starting Lucene Content Indexing Robot.

JuliusSenkus commented 9 years ago

Hi, these errors are received when pages are not accessible, so they are simply excluded from search, this is normal behavior, and what do you mean by "include MetaKeyword text"?