In V7, you could achieve this by just creating a dummy custom indexer that made no attempt to build the indexes, but you needed to have the configuration for the InternalIndexes 'still there', even though you didn't populate them.
In V8, I think you can do the same, but it's all in code how to configure the switch, I found this article here by Shannon who maintains Examine that seems to step you through doing that or something similar to that in V8
Disabled examine
How to disable examine indexing in umbraco 8. Not getting any proper solution from other threads.
Can anybody help me with this.
Hi Ganesh
In V7, you could achieve this by just creating a dummy custom indexer that made no attempt to build the indexes, but you needed to have the configuration for the InternalIndexes 'still there', even though you didn't populate them.
In V8, I think you can do the same, but it's all in code how to configure the switch, I found this article here by Shannon who maintains Examine that seems to step you through doing that or something similar to that in V8
https://shazwazza.com/post/can-i-disable-examine-indexes-on-umbraco-front-end-servers/
Hope that's what you need.
regards
Marc
is working on a reply...