When I go to /admin/config/search/search_api/server: it says that I have 7962 items indexed but when I go to /admin/config/search/search_api/index: it says that I have 15709 items indexed.
When I run a curl command against Apache Solr for the same collection it says that my total number of records is 15709 records which matches the index count reported from /admin/config/search/search_api/index.

So which is correct the indexed count from the server or from the index within Drupal?

Comments

mitchelljj created an issue. See original summary.

jmdeleon’s picture

Status: Active » Closed (won't fix)

The index count matches the count on the Solr server, so I'd say that was the correct one. I'd not seen this case unless the server configuration was cached on Drupal (perhaps the counts on the server description weren't updated?). I'd clear caches on Drupal or check the Solr server configuration.