0 votes

I could not find how to limit the priority with which FileLocator is building an Index or Searching using the command line. We are using command line only, since we built our own GUI.

by (20 points)

1 Answer

0 votes

There are no Threads command line options but you can specify the configuration for a search by loading a pre-saved search (ie SRF file) and then loading that file as the base configuration by specifying the -pc flag, e.g.

flpsearch.exe BaseConfig.srf -pc -c "Search" ...
by (30.1k points)
...