Skip to content

index

A switch that can be used to enable or disable the indexing stage during a collection 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 collection which has no indexes.

See Also

top

Funnelback logo
v15.24.0