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.

66 lines
2.2 KiB

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