A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Hello,
We are using the EPiServer.Search.IndexingService for searching text on our website. In the development environment we have created a folder for indexing the Search results. The entry in the local Web.config file is as below:-
<episerver.search.indexingservice>
<namedIndexes defaultIndex="default">
<indexes>
<add name="default" directoryPath="C:\Search\trunk\Index" readonly="false"/>
</indexes>
</namedIndexes>
</episerver.search.indexingservice>
I would like to enquire if we could use a shared directory path for indexing the Search results in a load balancing environment.
How would Episerver handle the indexing of the search generated from each server in a load balancing environment?