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.

49 lines
1.5 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. If this value is not specified, a default value is read from
  9. # the registry from:
  10. # HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ContentIndex\IsapiDefaultCatalogDirectory
  11. # CiCatalog=d:\
  12. # These are the columns that are referenced in the .htx files
  13. # when formatting output for each hit.
  14. CiColumns=vpath, path, write
  15. # The CiRestriction is the query -- all files not filtered
  16. CiRestriction=@unfiltered=TRUE
  17. # Display CiMaxRecordsPerPage hits on each page of output
  18. CiMaxRecordsPerPage=100
  19. # CiScope is the directory (virtual or real) under which results are
  20. # returned. If a file matches the query but is not in a directory beneath
  21. # CiScope, it is not returned in the result set.
  22. # A scope of \ means all hits matching the query are returned.
  23. CiScope=/
  24. # This is the .htx file to use for formatting the results of the query.
  25. CiTemplate=/iisadmin/isadmin/unfilt.htx
  26. # Setting CiForceUseCi to true means that the index is assumed to be
  27. # up to date, so queries that might otherwise force a walk of the
  28. # directory structure (find files older than X), will instead use
  29. # the index and run more quickly. Of course, that means that the results
  30. # might miss files that match the query.
  31. CiForceUseCi=true