Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.9 KiB

  1. #
  2. # This is the query file for the filesize.htm query form.
  3. #
  4. [Query]
  5. # The CiCatalog variable must point to where the catalog (index) files
  6. # are stored on your system. You will probably have to change this
  7. # value.
  8. CiCatalog=d:\
  9. # These are the columns that are referenced in the .htx files
  10. # when formatting output for each hit.
  11. CiColumns=filename,size,rank,characterization,vpath,DocTitle,write
  12. # Do a recursive search (ie all directories under CiScope).
  13. # The opposite is SHALLOW
  14. CiFlags=DEEP
  15. # Allow either a filesize restriction, a free-text restriction, or both
  16. CiRestriction=%if TextRestriction ne ""%( %TextRestriction% ) and %endif% @write > %if FMMod eq "since"%%FMModDate%%else%%FMMod%%endif%
  17. # Don't allow more than 300 total hits in the result set. It can be
  18. # expensive for the serer to allow this value to get too large.
  19. CiMaxRecordsInResultSet=300
  20. # This is the maximum number of records per page of output. It is limited
  21. # by CiMaxRecordsInResultSet
  22. CiMaxRecordsPerPage=%CiMaxRecordsPerPage%
  23. # CiScope is the directory (virtual or real) under which results are
  24. # returned. If a file matches the query but is not in a directory beneath
  25. # CiScope, it is not returned in the result set.
  26. # A scope of / means all hits matching the query are returned.
  27. CiScope=%CiScope%
  28. # Choose either the sorted or unsorted version of the .htx file.
  29. # Sorting by rank can use sequential execution for greater efficiency.
  30. CiTemplate=/scripts/samples/search/%if SortProperty ne "None"%%if SortProperty ne "Rank"%S%endif%%endif%format%CiTemplateChoice%.htx
  31. CiSort=%if SortProperty ne "None"%%SortProperty%%SortOrder%%endif%
  32. # Setting CiForceUseCi to true means that the index is assumed to be
  33. # up to date, so queries that might otherwise force a walk of the
  34. # directory structure (find files older than X), will instead use
  35. # the index and run more quickly. Of course, that means that the results
  36. # might miss files that match the query.
  37. CiForceUseCi=true