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 |
|
---|---|
id | Name of the source |
sourceType | In case of API: |
excludeKeysFromSuggestions | This list excludes the Keys from being added to the suggesters. Suggesters are used inside the search as “Completion Suggester” and “Did you Mean”. |