Why does SOLR DataImportHandler show more documents added/updated than are in the core?

24 Views Asked by At

Using Solr 8.3 with DataImportHandler and the Solr Admin UI and doing a full index of my "project" entity with multiple sub-entities.

Why does the Dataimport page's raw status-output show a larger number of Total Documents Processed than are in the core? Is it reprocessing documents to add child entity data?

After succesfully indexing projects, the number of documents in the core is the same as the number of projects in the database, as expected.

0

There are 0 best solutions below