templates of progress strings
nametypeimplicit value
starting_search_templatestring"searching...\n"
Printed just before starting the search (after initialization, wordlist creation etc). No parameters.

search_progress_templatestring"found %0 documents (in %1%% of the database)\n"
Printed periodically to assure the user that everything is under control.
  • %0 - number of documents found so far
  • %1 - relative number of documents checked

Up: output options Top: locus homepage