index

A switch that can be used to enable or disable the indexing stage during a data source update.

Key: index
Type: Boolean
Can be set in: collection.cfg

Description

This option is a boolean (true / false) and determines whether document indexing is to take place during an update.

Default Value

index=true

Examples

Turn off indexing if you are trying to diagnose a network problem:

index=false

⚠ Caveats

  • Funnelback will not be able to search a data source which has no indexes.