Question

Is it possible to change the location where the Smartsearch Index is being saved? i would like to save it to my own Azure Blob. and also, i would like to also make the smartsearch point to the same azure blob once the user used smartsearch

Was it helpful?

Solution

You can change the location of index files by following web.config settings

<add key="CMSSearchIndexPath" value="App_Data\MyCustomIndexes" />

If you'll have the same folder mapped to external storage it should theoretically work

StorageHelper.MapStoragePath("~/MySite/Media/", mediaProvider);

See how to configure the storage.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top