1
votes

We are using azure-search and are experiencing some strange issues. We have two environments (internal production and external production), both of which have their own separate index (IndexInternal and IndexExternal).

I am using the Red Dog search portal to check the document size and count (https://github.com/reddog-io/RedDog.Search.Portal).

What I have experienced is this:

  • Re-indexed internal production site and there are 14500 documents
  • Re-indexed external production site and there are 14500 documents

After 3/4 days I have checked the indexes and the count seem to have changed drastically:

  • Internal production site now has 24500 documents
  • External production site now has 24500 documents

When I query the indexes there doesn't seem to be anything unusual in there.

There is no way that 10000 documents have been pushed up since the re-index of the sites.

Has anyone any idea as to what could be happening here?

Thanks in advance,

Adam

1

1 Answers

2
votes

The count that is shown from Azure Search is not updated real-time. Is it possible that you looked at the count soon after the documents and we are showing you this count based on the current numbers we have? Also, please remember that it also takes some time for your data to become searchable after you index the documents.

Liam