MicrosoftLearning / mslearn-knowledge-mining

Lab files for Azure AI Knowledge Mining modules
https://microsoftlearning.github.io/mslearn-knowledge-mining/
MIT License
76 stars 143 forks source link

Ex. 01 - Error: Existing field 'metadata_storage_name' cannot be changed. #24

Closed sergio-usma closed 4 months ago

sergio-usma commented 7 months ago

https://github.com/MicrosoftLearning/mslearn-knowledge-mining/blob/e24cd8f3453193755a0bfeda315b51407103b06b/Labfiles/01-azure-search/modify-search/index.json#L215

Hi! Dear MSLearn team, I love your job! Thanks 🫡

In the line 215 of ./Labfiles/01-azure-search/modify-search/index.json it's needed to add "standard.lucene" in "analyzer" key in order the index don't generate the error:

-----
Updating the index...
{"error":{"code":"OperationNotAllowed","message":"Existing field 'language' cannot be changed.","details":[{"code":"CannotChangeExistingField","message":"Existing field 'language' cannot be changed."}]}}   
Waiting for 0 seconds, press CTRL+C to quit ...
-----
ahmedsza commented 5 months ago

thanks @sergio-usma . That helped me. I also needed to set "searchable": true in line 213

ivorb commented 4 months ago

updated