London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Got this to work now... Googled a lot but nothing I found worked for me. I finally ended up adding handler mappings for .svc manually for my site. This can be done in IIS Manager. I copied the mappings from my "Default Web Site".
Hi
I have a similar problem.
The index is populated but no matter what I try searching for no results are returned. I'm using the FTS Facade by Paul Smith to populate the index and also to retrieve search results.
I hava also tried to retrieve the results directly from the FTS client like so:
FuzzyQuery query = new FuzzyQuery(searchTerm, Field.Default, (float)0.5);
return EPiServer.Search.SearchHandler.Instance.GetSearchResults(query, 0, 10);
But nothing seems to work.
Any input appreciated! :)
I found the problem. The page parameter is not zero based like the offset. Doh! It needs to be 1 or greater otherwise the service will be called with -10 for the offset which throws a 500 error.
Hi
Saw that the FTS from relate was released this friday so I decided to give it a try. I followed the instruktions in this blog post (http://world.episerver.com/Blogs/Paul-Smith/Dates1/2011/5/EPiServer-Full-Text-Search-Now-Available-For-CMS-6-R2/) but no index files are created. I can see that it pushes pages and files to the "tblBigTable" and http://mysite/IndexingService/IndexingService.svc is responding with "Endpoint not found". I'm I missing something here? Any ideas whould be appriciated... I'm running the site on Windows 7 x86 and .Net 4,0.