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.

47 lines
1.3 KiB

  1. [Names]
  2. Unfiltered (DBTYPE_BOOL) = 49691c90-7e17-101a-a91c-08002b2ecda9 7
  3. # This is the query file for the unfiltered document query
  4. #
  5. [Query]
  6. # The CiCatalog variable must point to where the catalog (index) files
  7. # are stored on your system. You will probably have to change this
  8. # value.
  9. CiCatalog=d:\
  10. # These are the columns that are referenced in the .htx files
  11. # when formatting output for each hit.
  12. CiColumns=vpath, path, write
  13. # The CiRestriction is the query -- all files not filtered
  14. CiRestriction=@unfiltered=TRUE
  15. # Display CiMaxRecordsPerPage hits on each page of output
  16. CiMaxRecordsPerPage=100
  17. # CiScope is the directory (virtual or real) under which results are
  18. # returned. If a file matches the query but is not in a directory beneath
  19. # CiScope, it is not returned in the result set.
  20. # A scope of \ means all hits matching the query are returned.
  21. CiScope=/
  22. # This is the .htx file to use for formatting the results of the query.
  23. CiTemplate=/scripts/srchadm/unfilt.htx
  24. # Setting CiForceUseCi to true means that the index is assumed to be
  25. # up to date, so queries that might otherwise force a walk of the
  26. # directory structure (find files older than X), will instead use
  27. # the index and run more quickly. Of course, that means that the results
  28. # might miss files that match the query.
  29. CiForceUseCi=true