Sitecore - some items are missing in index after performing full index rebuild

1.7k Views Asked by At

We are facing an issue in our sitecore instance. When we perform full index rebuild in sitecore, we have noticed that some of the items are missing and they are not found throughout solr index. We have checked log files as well but no error traces are found. Then we tried publishing in web database i.e. Going to desptop --> Selecting web database from below --> publishing parent folders of the missing items and those items are available in the index again. Any suggestion or help will be much appreciated.

Thanks in Advance, Lalit S. Joshi

1

There are 1 best solutions below

4
On

There might be couples of reasons for failure some items while indexing. Please check the below points:

Check the crawling.log files and see any object reference error is thrown after complete the full index rebuilding.

Sometimes Event Queue table keeps growing in size and eventually getting flooded, so clear this one.

If you want to index every template, then do not include anything in the exclude Template section. If this is added, then those items will not be indexed. Even also check the field types of your template those needs to be indexed.

Check the security of the items or some conditions are there for that result, those items are might not be getting published properly.

Did you write any custom logic for e.g. computed fields for Solr index, check the log if they are throwing any error.

You didn't mention any specific error, so I have tried to mention some suggestion above. Hope this will help.