Azure AI Search Vector Index showing search.answers are in triplicate

Charles Lawson 0 Reputation points
2025-04-21T21:54:01.02+00:00

Azure AI Search Vector Index showing search.answers are in triplicate. deleted and recreated index/indexer same results., the document index count is over 2000 but the blob storage is only 46 pdfs?

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,283 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sampath 2,345 Reputation points Microsoft External Staff
    2025-04-28T03:44:07.8233333+00:00

    Hello @Charles Lawson ,

    Thank you for your update, and glad to hear the issue is resolved!

    Just to summarize for clarity and for future readers:

    Since your source was Blob Storage and the index was showing triplicate results, the root cause was likely due to stale or orphaned documents not getting cleaned up properly during re-indexing. Azure AI Search indexers, by default, do not detect deletions unless you enable .

    By choosing Native Blob Soft Delete for your blob data source and recreating the index , you enabled Azure AI Search to automatically detect and remove blobs that were soft deleted. This ensured the search index reflected only the current active files, eliminating duplicate or triplicate entries.

    • Always enable Native Blob Soft Delete if your storage is Azure Blob Storage.
    • Ensure the storage account's soft delete feature is enabled with a sufficient retention period.
    • Configure the data source with Track deletions checked, and select Native blob soft delete.
    • Use the latest supported API version (e.g., 2024-07-01-preview) when configuring via REST API.

    References:

    Please don't forget to click "Accept the answer" and click "yes" wherever the information provided helps you, this can be beneficial to other community members.

    If you have any more questions, feel free to click Comment


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.