November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Hi,
I think that you could turn on detailed log4net logging for search index. This should give you more information about exception:
<?xml version="1.0" encoding="utf-8"?> <log4net> <!-- ... --> <logger name="EPiServer.Search.IndexingService.IndexingService"> <level value="DEBUG" /> </logger> <!-- ... --> </log4net>
You could also verify if Application Pool has access to index direcotry.
And if you are using SSL, then check if web.config binding configuration for “IndexingServiceCustomBinding” are properly configured.
Thanks Grzegorz,
I'm still getting the error, but interestingly if I click the 'Start Indexing' button multiple times, it actually does start a reindex! This behaviour was also reported here: https://hanskindberg.wordpress.com/2015/07/04/troubleshooting-episerver-search-indexing-service/
"To really start the reindexing I had to click the “Start Indexing” button multiple times. The request should start to process for a longer time. If the request finishes immediately, try click the button again."
Anyway, I think I can live with how it's setup now,
Cheers,
Looks like a lot of people have had issues setting up the indexing service - just googling it returns lots of results.
We have two load-balanced servers, and I've finally got search working (sort of), by following this blog post (thanks Henrik): http://world.episerver.com/blogs/Henrik-Fransas/Dates/2015/8/setup-episerver-search-in-a-future-safe-and-stable-way/
Just a couple of peculiarities:
1. The indexing service seems very busy. If someone is on the site, it's constantly updating the index. Despite this, it can take a couple of hours for new search terms to work. For example, if I add a page, publish it, it won't pop up in search results for quite a while.
2. The 'secret' manual reindexing page (https://site/episerver/cms/admin/IndexContent.aspx) generates a server error:
I've tried changing the name of the index, defaultIndex etc. Not sure if I've configured that correctly.
Any ideas? Thanks