Hi Lars,
It can be disabled for an installation using:
<add key="DisableSearchIndex" value="true"/>
in user.config
or if that disables also the web based search you can use this instead:
<add key="IsSearchIndexingNode" value="false" />
Hope it helps,
Joe