home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / is20.cab / scan.idq < prev    next >
INI File  |  1997-10-14  |  3KB  |  72 lines

  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.  
  12. # This is the query file for the admin.htm scan query form.
  13. #
  14.  
  15. [Query]
  16.  
  17. # The CiCatalog variable must point to where the catalog (index) files
  18. # are stored on your system.  You will probably have to change this
  19. # value.  If this value is not specified, a default value is read from
  20. # the registry from:
  21. # HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ContentIndex\IsapiDefaultCatalogDirectory
  22.  
  23. # CiCatalog=Web
  24.  
  25. # These are the columns that are referenced in the .htx files
  26. # when formatting output for each hit.
  27.  
  28. CiColumns=vpath, path, metavrootused, metavrootauto, metavrootmanual, storagetype
  29.  
  30. # The CiRestriction is the query.  Here, it's just enumerating vroots that
  31. # are indexed.  There could also be other restrictions on the vpath or storage
  32. # type (web or news root).
  33.  
  34. CiRestriction=@metavrootused = true
  35.  
  36. # Don't allow more than 300 total hits in the result set.  It can be
  37. # expensive for the serer to allow this value to get too large.
  38.  
  39. CiMaxRecordsInResultSet=300
  40.  
  41. # Display CiMaxRecordsPerPage hits on each page of output
  42.  
  43. CiMaxRecordsPerPage=%CiMaxRecordsPerPage%
  44.  
  45. # CiScope is the directory (virtual or real) under which results are
  46. # returned.  If a file matches the query but is not in a directory beneath
  47. # CiScope, it is not returned in the result set.
  48. # A scope of \ means all hits matching the query are returned.
  49.  
  50. CiScope=VIRTUAL_ROOTS
  51.  
  52. # This is the .htx file to use for formatting the results of the query.
  53.  
  54. CiTemplate=/iisadmin/isadmin/scan.htx
  55.  
  56. # This is the list of property names to use in sorting the results.
  57. # Append [a] or [d] to the property name to specify ascending or
  58. # descending.  Separate keys in multi-key sorts with commas.
  59. # For example, to sort on file write date ascending, then file size
  60. # descending, use CiSort=write[a],filesize[d]
  61.  
  62. CiSort=%CiSort%
  63.  
  64. # Setting CiForceUseCi to true means that the index is assumed to be
  65. # up to date, so queries that might otherwise force a walk of the
  66. # directory structure (find files older than X), will instead use
  67. # the index and run more quickly.  Of course, that means that the results
  68. # might miss files that match the query.
  69.  
  70. CiForceUseCi=true
  71.  
  72.