This sounds like Everything (sneakily) taking every opportunity to shave seconds of the production of Results List, and who cares if the laptop fan starts whirring again (grin)
There is a quirky
allow_open_quote ini setting.
When disabled, Everything will only search content when there's a starting and ending double quote (")
For example, you type in the following search:
*.doc content:
(this matches all *.doc files, content: is ignored)
*.doc content:"
(this matches all *.doc files, content:" is ignored)
*.doc content:"t
(this matches all *.doc files, content:"t is ignored)
*.doc content:"te
(this matches all *.doc files, content:"te is ignored)
*.doc content:"te"
(now, since there's an ending ", Everything will start your content search)
But also: (Curiousity value only) Does Everything open every file, or does it ignore file-size-bytes = zero?
Everything will open every file.
Zero bytes or not.
"cache" in this case being Windows "disk buffering" in RAM, correct?
Yes.
I had thought that "STOPPED" meant that the user had interrupted the search.
Please make sure Index -> Update Indexes is checked.