Skip to content

auto-completion.source

Sets the source of the data for auto completion suggestions.

Key: auto-completion.source
Type: List<String>
Can be set in: profile.cfg, collection.cfg

Description

This parameter sets which predefined collection level data source(s) should be used for suggestions for all profiles.

To specify a non-predefined external file please use auto-completion.source.extra.

Possible values are:

  • internal: Spelling Suggestions will be used as auto completion suggestions
  • csv: A CSV file in the collection's configuration directory , named auto-completion.csv in the CSV data format. This collection level CSV file in the will be applied to all profiles. Profile auto-completion.csv files will always be applied to its profile, even if csv is not set as a collection level auto completion source.

Default Value

auto-completion.source=internal

Examples

To use both spelling suggestions and csv as suggestions data source:

auto-completion.source=csv,internal

To set a profile to have no collection level sources we can set in that profile's configuration file ($SEARCH_HOME/conf/<collection>/<profile>/profile.cfg):

auto-completion.source=

top

Funnelback logo
v15.24.0