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

Compare with Current View Page History

Version 1 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.

  • No labels