Hi,
I wonder if there is a way to do Partial property indexing.
the case that I have millions of files in my infrastructure storages which running perfectly for file search, but as the property indexing takes a long time (which is fair), sometime I need to create a temporary index for a group of files urgently for the properties MD5,width,height and length without affecting or interrupting the main process of indexing.
with lots of thanks
Partial property indexing
Re: Partial property indexing
What about firing up a new instance with no property indexing.
For example:
Everything.exe -instance "No Property Indexing"
Add your MD5, width, height and length columns which would gather the properties from disk.
There is a from-disk: search modifier which will allow you to search for properties from disk, bypassing your property index.
For example:
c:\downloads\ *.jpg fromdisk:width:640
However, this doesn't help you if you need to view the properties.
For example:
Everything.exe -instance "No Property Indexing"
Add your MD5, width, height and length columns which would gather the properties from disk.
There is a from-disk: search modifier which will allow you to search for properties from disk, bypassing your property index.
For example:
c:\downloads\ *.jpg fromdisk:width:640
However, this doesn't help you if you need to view the properties.
Re: Partial property indexing
I will try them.
thank you for your rapid response.
Regards
thank you for your rapid response.
Regards
Re: Partial property indexing
new instance is very helpful and gave the results I needed.
thanks
thanks
Re: Partial property indexing
If you are looking to import settings, filters, bookmarks, run history and search history from different instances, please see:
Import settings, filters, bookmarks, run history and search history
Import settings, filters, bookmarks, run history and search history