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

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