[BasicIndexingJob] Ignore filename based mimetype for empty files
The content based mimetype for empty files is "application/x-zerosize", and this would be set by the FileContentIndexer.
Instead of postponing the mimetype update to the content indexer run, just set it and skip the content indexer completely.