79476078

Date: 2025-02-28 16:07:12
Score: 0.5
Natty:
Report link

It's not an issue with field caching or mapping; rather, it's about maintaining the consistency of the AI Search physical structure throughout its lifetime. The definitions of these fields, except for "Retrievable," will consume more storage and significantly impact search behavior. Therefore, rebuilding your index is the only viable option.

Although you can add new fields at any time, existing field definitions are locked in for the lifetime of the index. For this reason, developers typically use the Azure portal for creating simple indexes, testing ideas, or using the Azure portal pages to look up a setting. Frequent iteration over an index design is more efficient if you follow a code-based approach so that you can rebuild the index easily.

https://learn.microsoft.com/en-us/azure/search/search-what-is-an-index#field-attributes

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): Is there a way
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Alfred Luu