You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


1. Phone recognizer


In Saga 1.3.1 the Phone Recognizer now has a dictionary of Area codes that the user can fill and then use to filter phones by area code.

Due to this addition the mapping in the index for this recognizer changed in Saga 1.3.1.

In order to fix the problem just remove the Phone Recognizer and add it again. When adding it again it will be saved with the correct mapping in the index.



2. Geonames Recognizer

Geonames index mapping changed in Saga 1.3.1. The field "id" changed from Integer to Keyword. This makes resources not to load for geonames, rest handler not to load in SagaServer and therefore the recognizer won't be displayed in the UI.

In order to fix this issue you can remove the geonames index by using DELETE  http request using Kibana or something like Postman. SO if using "saga" indices prefix you'll need to do a DELETE saga_geonames. Then in the UI add the recognizer back to the tag and reload the dictionary.



3. New field in Processing Units Index

There is a new field in the Processing Units index. This index is used to stored persistent Processing Units. Therefore if you have a persistent processing unit in Saga 1.3 and then migrate to Saga 1.3.1+ you'll get an error in the log when starting Saga.

Due to this error, Processing Unit endpoints to create, list or delete units won't be loaded therefore not available and will return a not found error code when trying calling those endpoints.

  • No labels