API sources

Before 6.X

API Sections did not require their own API Source configured in the application.yml. Instead, it was automatically created when a first entry got inserted.

Since 6.X

API sections require their own configured source. Otherwise, entries can’t be inserted anymore.

sources: source: - id: apa-ots sourceType: 'api' excludeKeysFromSuggestions: [ Key1, Key2 ]

API sources do not support the runInterval property

Settings

Name

 

Name

 

id String

Name of the source

sourceType String

In case of API: api

excludeKeysFromSuggestions
List<String>

This list excludes the Keys from being added to the suggesters. Suggesters are used inside the search as “Completion Suggester” and “Did you Mean”.