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

  1. #
  2. # This is the query file for the query.htm query form.
  3. #
  4.  
  5. [Query]
  6.  
  7. # The CiCatalog variable must point to where the catalog (index) files
  8. # are stored on your system.  You will probably have to change this
  9. # value.  If this value is not specified, a default value is read from
  10. # the registry from:
  11. # HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ContentIndex\IsapiDefaultCatalogDirectory
  12.  
  13. # CiCatalog=d:\     <= COMMENTED OUT - default registry value used
  14.  
  15.  
  16. # These are the columns that are referenced in the .htx files
  17. # when formatting output for each hit.
  18.  
  19. CiColumns=filename,size,characterization,vpath,DocTitle,write
  20.  
  21. # Do a recursive search (ie all directories under CiScope).
  22. # The opposite is SHALLOW
  23.  
  24. CiFlags=DEEP
  25.  
  26. # The CiRestriction is the query.  Here, it's just pass in from the
  27. # form in the .htm file.
  28.  
  29. CiRestriction=%CiRestriction%
  30.  
  31. # Don't allow more than 300 total hits in the result set.  It can be
  32. # expensive for the server to allow this value to get too large.
  33.  
  34. CiMaxRecordsInResultSet=100
  35.  
  36. # Display CiMaxRecordsPerPage hits on each page of output.
  37.  
  38. CiMaxRecordsPerPage=10
  39.  
  40. # CiScope is the directory (virtual or real) under which results are
  41. # returned.  If a file matches the query but is not in a directory beneath
  42. # CiScope, it is not returned in the result set.
  43. # A scope of / means all hits matching the query are returned.
  44.  
  45. CiScope=%CiScope%
  46.  
  47. # This is the .htx file to use for formatting the results of the query.
  48.  
  49. CiTemplate=/%FastDir%/fastq.htx
  50.  
  51. # This is the list of property names to use in sorting the results.
  52. # Append [a] or [d] to the property name to specify ascending or
  53. # descending.  Separate keys in multi-key sorts with commas.
  54. # For example, to sort on file write date ascending, then file size
  55. # descending, use CiSort=write[a],filesize[d]
  56.  
  57. CiSort=rank[d]
  58.  
  59. # Setting CiForceUseCi to true means that the index is assumed to be
  60. # up to date, so queries that might otherwise force a walk of the
  61. # directory structure (find files older than X), will instead use
  62. # the index and run more quickly.  Of course, that means that the results
  63. # might miss files that match the query.
  64.  
  65. CiForceUseCi=true
  66.  
  67. #
  68. # Setting CiLocale allows the web master to override the locale sent from
  69. # the browser.  Supported locals include (from ISO 639:1988 language codes
  70. # and ISO 3166 country codes):
  71. #
  72. #   BG        Bulgarian
  73. #   ZH        Chinese
  74. #   ZH-CN     Chinese/china
  75. #   ZH-TW     Chinese/taiwan
  76. #   HR        Croatian
  77. #   CS        Czech
  78. #   DA        Danish
  79. #   NL        Dutch
  80. #   EN        English
  81. #   EN-GB     English-United kingdom
  82. #   EN-US     English-United States
  83. #   FI        Finnish
  84. #   FR        French
  85. #   FR-CA     French-Canadian
  86. #   FR-FR     French-France
  87. #   DE        German
  88. #   EL        Greek
  89. #   IS        Icelandic
  90. #   IT        Italian
  91. #   JA        Japanese
  92. #   KO        Korean
  93. #   NO        Norwegian
  94. #   PL        Polish
  95. #   PT        Portuguese
  96. #   PT-BR     Portuguese-Brazil
  97. #   RO        Romanian
  98. #   RU        Russian
  99. #   SK        Slovak
  100. #   SL        Slovenian
  101. #   ES        Spanish
  102. #   ES-ES     Spanish-Spain
  103. #   SV        Swedish
  104. #   TR        Turkish
  105. #
  106. # The locale effects the formatting of dates, times, and numbers.  Currency
  107. # is formatted according to the locale of the web server.  Locale is also
  108. # used to select the word breaker, and the stop word list.
  109. #
  110. # The web master may want to allow the browser to send the locale when
  111. # attempting to query for text in variety of languages.  For example,
  112. # given a single HTML page, one query couold be for German text (CiLocale=De)
  113. # and another could be for Spanish text (CiLocale=Es). If CiLocale is
  114. # not found in the IDQ file the locale send by the web browser is used.  If
  115. # no locale is send from the browser, the locale of the web server is used.
  116. #
  117. # The web browser sends its locale via the HTTP_ACCEPT_LANGUAGE parameter
  118. #
  119. #CiLocale=En-US         <== specified by the web master
  120. #CiLocale=%CiLocale%    <== send from the HTML page
  121. #CiLocale=              <== value used from the web browser
  122.