home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / queryhit.idq < prev    next >
Text File  |  1996-10-22  |  5KB  |  132 lines

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