Is there any extra setup required in getting ezSearch to work in a load balanced environment using a central file system?
Currently, I have ezSearch running on my servers but the search does not turn up any results on one of the nodes.
I've followed the setup instructions on this page to the T, which also required me to install the UmbracoExamine.TempStorage library. Since ezSearch uses Examine, I wonder if the changes from TempStorage could affect the package.
I wound up solving this issue by republishing my entire site.
My normal workflow whenever updating is to copy over any new files, merge the database changes, and then delete some folders in /App_Data/. I think it's the latter part that messed with my indexes, preventing ezSearch from finding anything.
ezSearch on load balanced environment
Is there any extra setup required in getting ezSearch to work in a load balanced environment using a central file system?
Currently, I have ezSearch running on my servers but the search does not turn up any results on one of the nodes.
I've followed the setup instructions on this page to the T, which also required me to install the UmbracoExamine.TempStorage library. Since ezSearch uses Examine, I wonder if the changes from TempStorage could affect the package.
I wound up solving this issue by republishing my entire site.
My normal workflow whenever updating is to copy over any new files, merge the database changes, and then delete some folders in /App_Data/. I think it's the latter part that messed with my indexes, preventing ezSearch from finding anything.
is working on a reply...