Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Console app using Kentico libraries created a search index within working folder? View modes: 
User avatar
Certified Developer v6
Certified Developer v6
hoppe - 11/15/2012 10:44:44 AM
   
Console app using Kentico libraries created a search index within working folder?
I had to change a lot of documents on my site, so I created a console app and included the Kentico libraries that I needed. While running the update statements, the site executable created a folder structure App_Data/CMSModules/SmartSearch/%MySite%Documents within my working directory, and created many CFS and DEL files within the working directory.

Did the executable build a search index?

How do I prevent this from happening? I didn't want to slow down my console app from completing.

Thanks!
Joe Hoppe

User avatar
Kentico Support
Kentico Support
kentico_zdenekc - 11/27/2012 8:49:44 AM
   
RE:Console app using Kentico libraries created a search index within working folder?
Hello,

According to your description, it seems the automatic rebuild of the index(es) has been triggered after the updates.
You could prevent this by turning of the scheduled task that's responsible for that - Optimize search indexes.

Also, what methods (and overrides) are you using to update the documents / data?

Thank you in advance for information.

Regards,
Zdenek

User avatar
Certified Developer v6
Certified Developer v6
hoppe - 1/11/2013 12:15:20 PM
   
RE:Console app using Kentico libraries created a search index within working folder?
I think this has happened after I rewrote my console app to update user accounts as well.

I think I will just turn off the scheduled task involved for now. Thanks!