Why are the properties of pdf files indexed?
Why are the properties of pdf files indexed?
Why are the properties of pdf files indexed with these properties chosen:
And with these extensions included:
And with these extensions included:
Re: Why are the properties of pdf files indexed?
These settings are the settings for Aspect Ratio
To find out if pdf files are involved, you need to select each individual entry in the Properties list and check the settings for that property.
To find out if pdf files are involved, you need to select each individual entry in the Properties list and check the settings for that property.
Re: Why are the properties of pdf files indexed?
Many thanks!
Sorry, I do not understand.
Either this
Exclude folders: **\**
or this
Include only files: *.mkv;*.mp4;*.avi;*.iso
is set in each of those properties.
E.g.:
or
Why are pdfs included for indexing as well?
Sorry, I do not understand.
Either this
Exclude folders: **\**
or this
Include only files: *.mkv;*.mp4;*.avi;*.iso
is set in each of those properties.
E.g.:
or
Why are pdfs included for indexing as well?
Re: Why are the properties of pdf files indexed?
"Indexing Properties" also includes content.
Please also check if you are including PDF files under Tools -> Options -> Content.
Please also check if you are including PDF files under Tools -> Options -> Content.
Re: Why are the properties of pdf files indexed?
I suggest we introduce a new rule, where @void is prohibited from answering a question within an hour of being asked.
That way other people still have a slight chance to help too.
( Deleting my reply .... )
That way other people still have a slight chance to help too.
( Deleting my reply .... )
Re: Why are the properties of pdf files indexed?
So if in that green progress bar is shown there are pdfs indexed (also not included or excluded in the properties) it means they might be indexed though because in the Content tab indexing their content is included?
To search for content one has to add
content:
to the search field?
Is there a way to include files without extension? E.g txt files without extension?
While Everything indexed the properties of drive Z: I plugged in drive N: and Everything obviously started indexing the properties of drive N: immediately, obviously wihtout finished indexing the properties of drive Z:. Will indexing Z: be finished anyway? And the same when I entered in "Content" tab a further extension to be indexed Everything started indexing the content of the files with that extension obviously without completing the properties of N:. So will indexing N: be finished as well?
To search for content one has to add
content:
to the search field?
Is there a way to include files without extension? E.g txt files without extension?
Holy...that sounds like a pretty tough rule.I suggest we introduce a new rule, where @void is prohibited from answering a question within an hour of being asked.
No, no, that would be a pity, it was a nice answer. Thanks again.( Deleting my reply .... )
While Everything indexed the properties of drive Z: I plugged in drive N: and Everything obviously started indexing the properties of drive N: immediately, obviously wihtout finished indexing the properties of drive Z:. Will indexing Z: be finished anyway? And the same when I entered in "Content" tab a further extension to be indexed Everything started indexing the content of the files with that extension obviously without completing the properties of N:. So will indexing N: be finished as well?
Re: Why are the properties of pdf files indexed?
Yes.
Yes, for example ext:pdf content:"hello world"
To include where? In the search query? In content indexing? In property indexing?
Content- and property indexing will be hard as they rely on Windows mechanisms that are bound to specific file extensions.
There is no "No extension"-file extension, unfortunately.
Yes.
(if I understood correctly:) Yes.
I think you misunderstood. I was typing an answer to your question ( the same answer as @void).
But @void was quicker (as usual). That is why I suggested that he (void) has to wait an hour before answering.
Re: Why are the properties of pdf files indexed?
Here:Biff wrote: ↑Tue May 16, 2023 9:40 am
Is there a way to include files without extension? E.g txt files without extension?
To include where? In the search query? In content indexing? In property indexing?
OK, so it is not possible. Respectively it is only possible to index ALL files and that may be would include the ones without extension as well?There is no "No extension"-file extension, unfortunately.
So Everything will go on with it after N: is finished?Biff wrote: ↑Tue May 16, 2023 9:40 am
Will indexing Z: be finished anyway?
Yes.
When I added *.rtf to the "Include only files" field in the Content tab to be indexed and pressed OK in that window Everything showed that rtf files are indexed although N: was not finished indexing. Is that what the yes is for?Biff wrote: ↑Tue May 16, 2023 9:40 am
and the same when I entered in "Content" tab a further extension to be indexed Everything started indexing the content of the files with that extension obviously without completing the properties of N:. So will indexing N: be finished as well?
(if I understood correctly:) Yes.
Yes, yes, that's why I said it sounded like an unbelievably extremeley tough rule.I think you misunderstood. I was typing an answer to your question ( the same answer as @void).
But @void was quicker (as usual). That is why I suggested that he (void) has to wait an hour before answering.
Re: Why are the properties of pdf files indexed?
You can use the following to match files without an extension:
regex:^([^.])*$
For example:
*.doc;*.docx;*.pdf;*.txt;*.xls;*.xlsx;*.ods;*.odt;*.ott;*.scivx;regex:^[^.]*$
However, please don't do this, it will only cause issues.
There are many programs that use files that are not text/plain and where the filename is without an extension.
If you know the folder where the extensionless files are located, use the following:
*.doc;*.docx;*.pdf;*.txt;*.xls;*.xlsx;*.ods;*.odt;*.ott;*.scivx;regex:^c:\\path-to-extensionless-files\\[^.]*$
regex:^([^.])*$
For example:
*.doc;*.docx;*.pdf;*.txt;*.xls;*.xlsx;*.ods;*.odt;*.ott;*.scivx;regex:^[^.]*$
However, please don't do this, it will only cause issues.
There are many programs that use files that are not text/plain and where the filename is without an extension.
If you know the folder where the extensionless files are located, use the following:
*.doc;*.docx;*.pdf;*.txt;*.xls;*.xlsx;*.ods;*.odt;*.ott;*.scivx;regex:^c:\\path-to-extensionless-files\\[^.]*$
Re: Why are the properties of pdf files indexed?
OK, I will do so, thank you.
So this is correct?
regex:^I:\\XX Dateien\\Notepad - txt-Dateien\\[^.]*$
So this is correct?
regex:^I:\\XX Dateien\\Notepad - txt-Dateien\\[^.]*$
Re: Why are the properties of pdf files indexed?
Looks good.
Subfolders are also included.
Just make sure there's no subfolders with a . in the folder name.
Subfolders containing a . in the folder name will be ignored.
Subfolders are also included.
Just make sure there's no subfolders with a . in the folder name.
Subfolders containing a . in the folder name will be ignored.
Re: Why are the properties of pdf files indexed?
Alright.
Yes, it seems I have it working.
Many thanks!
It seems that the always online drive and the othter plugged in ones are being indexed completely all over again. Is there anything mentioned here that might have caused that?
Yes, it seems I have it working.
Many thanks!
It seems that the always online drive and the othter plugged in ones are being indexed completely all over again. Is there anything mentioned here that might have caused that?