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.

71 lines
2.6 KiB

  1. [Names]
  2. #
  3. # Query Metadata propset
  4. MetaVRootUsed(DBTYPE_BOOL) = 624c9360-93d0-11cf-a787-00004c752752 2
  5. MetaVRootAuto(DBTYPE_BOOL) = 624c9360-93d0-11cf-a787-00004c752752 3
  6. MetaVRootManual(DBTYPE_BOOL) = 624c9360-93d0-11cf-a787-00004c752752 4
  7. MetaPropertyGuid(DBTYPE_GUID) = 624c9360-93d0-11cf-a787-00004c752752 5
  8. MetaPropertyDispId(DBTYPE_I4) = 624c9360-93d0-11cf-a787-00004c752752 6
  9. MetaPropertyName(DBTYPE_WSTR) = 624c9360-93d0-11cf-a787-00004c752752 7
  10. StorageType(DBTYPE_UI4) = b725f130-47ef-101a-a5f1-02608c9eebac 4
  11. # This is the query file for the admin.htm scan query form.
  12. #
  13. [Query]
  14. # The CiCatalog variable must point to where the catalog (index) files
  15. # are stored on your system. You will probably have to change this
  16. # value. If this value is not specified, a default value is read from
  17. # the registry from:
  18. # HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ContentIndex\IsapiDefaultCatalogDirectory
  19. # CiCatalog=Web
  20. # These are the columns that are referenced in the .htx files
  21. # when formatting output for each hit.
  22. CiColumns=vpath, path, metavrootused, metavrootauto, metavrootmanual, storagetype
  23. # The CiRestriction is the query. Here, it's just enumerating vroots that
  24. # are indexed. There could also be other restrictions on the vpath or storage
  25. # type (web or news root).
  26. CiRestriction=@metavrootused = true
  27. # Don't allow more than 300 total hits in the result set. It can be
  28. # expensive for the serer to allow this value to get too large.
  29. CiMaxRecordsInResultSet=300
  30. # Display CiMaxRecordsPerPage hits on each page of output
  31. CiMaxRecordsPerPage=%CiMaxRecordsPerPage%
  32. # CiScope is the directory (virtual or real) under which results are
  33. # returned. If a file matches the query but is not in a directory beneath
  34. # CiScope, it is not returned in the result set.
  35. # A scope of \ means all hits matching the query are returned.
  36. CiScope=VIRTUAL_ROOTS
  37. # This is the .htx file to use for formatting the results of the query.
  38. CiTemplate=/iisadmin/isadmin/scan.htx
  39. # This is the list of property names to use in sorting the results.
  40. # Append [a] or [d] to the property name to specify ascending or
  41. # descending. Separate keys in multi-key sorts with commas.
  42. # For example, to sort on file write date ascending, then file size
  43. # descending, use CiSort=write[a],filesize[d]
  44. CiSort=%CiSort%
  45. # Setting CiForceUseCi to true means that the index is assumed to be
  46. # up to date, so queries that might otherwise force a walk of the
  47. # directory structure (find files older than X), will instead use
  48. # the index and run more quickly. Of course, that means that the results
  49. # might miss files that match the query.
  50. CiForceUseCi=true