Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Do you have both nodes trying to look at the same index location? I believe the standard practice is for both nodes to have their own separate index to access. Please see this forum post for more information - http://world.episerver.com/forum/developer-forum/EPiServer-CMS-6-CTP-2/Thread-Container/2010/10/EPiServer-Full-Text-Search-Service-in-a-load-balanced-environment/
You should only need the episerver.search.indexingservice node in the web.config on the 1 server you do your editing on.
If you want to use the Search API and hit that same server from the public servers... then they should have the episerver.search node with the baseUri set to the URL of your editing server.
Hi
I see this error in my log file on front end webserver. The search is working.
The front end server does not have access to write to index files. Only edit server has write access.
Anybody knows how to fix this
web.config on front end
Anybody?