Examine will rebuild the indexes on startup if they don't exist. If you've disabled event handlers they will not be updated with publishing, etc... so they'll just sit there. The rebuilding is a one time thing only since they don't exist during startup. That said, you can disable that too by adding this attribute to your config:
Custom Examine DataService, auto indexing
Hello there :-)
Perhaps you can help me?
I've created a custom:
ISimpleDataService
And added it to: ExamineIndex.config:
And to: ExamineSettings.config
Now here is the real problem: Rebuilds every time i restart AppPool I dont wan't that, because i'm indexing 14000 addresses each time.
is there a way to stop it from indexing on application start?
might help... lifted from this thread... https://our.umbraco.org/forum/getting-started/installing-umbraco/20999-Disable-Lucene-Examine
Examine will rebuild the indexes on startup if they don't exist. If you've disabled event handlers they will not be updated with publishing, etc... so they'll just sit there. The rebuilding is a one time thing only since they don't exist during startup. That said, you can disable that too by adding this attribute to your config:
Hi Mike,
Thanks for your comment,
Though this doesn't really help much. Since i dont wont to disable rebuild for all.
I just wan't to disbable it for AddressIndexSet
I can see in the UmbracoTraceLog that GetAllData(string indexType) get called on every application start, even though the temp files exist.
Reading through the other post.
I can see that is it not supposed to be called on application start, if the files exist.. but it is.
anything here? https://github.com/Shazwazza/Examine/wiki
is working on a reply...