문제

I need to search contents in Ektron Cms using the Api

    Ektron.Cms.API.Search.SearchManager smanager = new Ektron.Cms.API.Search.SearchManager();

When I tried this the following error occur

" No Search settings found, please check if this site has been configured for search". While installing Ektron I didnt install Search Server.Now for using Search Manager Api what all I need to do?

도움이 되었습니까?

해결책

You need to install Search Server (Ektron recommends for production that it is on a different server). You then need to configure/register the site to use Search Server using the Ektron Search Configuration utility.

다른 팁

You will need to setup an Ektron Search Server. As mentioned, this should be on a separate server (and not your SQL server).

If you follow these instructions carefully, you will end up with a server with Microsoft Search installed on it and it will be configured to crawl your site.

When I first did this, it took me about an hour to configure and setup.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top