Azure AI Search: Newly Added Filterable Fields Not Populating After Indexer Run

Sohom Ghorai 0 Reputation points
2025-02-28T10:15:00.0333333+00:00

I recently added two new fields to my Azure AI Search index and marked them as filterable. After updating the index schema and running the indexer, the new fields are still not populated in the index.

User's image User's image

Steps Taken So Far:

  • Ran the indexer to pull in the new data from the data source.
  • Verified that the data source contains values for these fields.
  • Checked the index definition in Azure Portal, and the fields appear correctly.

Questions:

  • Do I need to reset or delete the indexer before the new fields can populate?
  • Is there a way to force Azure Search to re-index only the new fields?
  • Could this be due to indexer caching or an issue with field mappings?

Any guidance on troubleshooting this issue would be greatly appreciated!

I also tried an alternative approach by creating a new index. This time, the fields are populated, but they are no longer filterable.
User's image

User's image

User's image

This is the first Index where I have added new fields manually

User's image

This is the newly added index with auto mapping fields

User's image

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,199 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.