home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Komunik / sambar / _SETUP.1 / rebuild.stm < prev    next >
Text File  |  1999-10-13  |  2KB  |  54 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <TITLE>Sambar Search Index Build/Rebuild</TITLE>
  5. </HEAD>
  6. <BODY bgcolor=#ffffff>
  7. <A HREF="/sysadmin/index.stm" TARGET=_top>
  8. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  9. <CENTER><FONT SIZE=6>Sambar Search Index Build/Rebuild</FONT>
  10. </CENTER>
  11. <P>
  12. <TABLE border=0 cellspacing=20>
  13. <TR valign=top><TD>
  14. <FORM METHOD="POST" ACTION="/session/index">
  15. <INPUT TYPE=radio NAME="rebuild" VALUE="y" CHECKED> Rebuild<BR>
  16. <INPUT TYPE=radio NAME="rebuild" VALUE="n"> Append<P>
  17. Index <SELECT NAME="indexname">
  18. <RCXsearchindexes></SELECT>
  19. <P>
  20. Directory(s) to index:
  21. <INPUT TYPE=text NAME="dirs" VALUE="" SIZE=30 MAXLENGTH=40><BR>
  22. Directory(s) to exclude:
  23. <INPUT TYPE=text NAME="exclude" VALUE="" SIZE=30 MAXLENGTH=40><BR>
  24. <INPUT TYPE=submit VALUE="Site Index">
  25. </FORM>
  26. </TD>
  27. <TD>Build an index of the directory(s) indicated (relative to the documents 
  28. directory) and append the documents found to the site <I>search</I> index.
  29. A space separated list of one or more directories is expected for the 
  30. list of directories to index.  Care must be taken not to index a directory 
  31. or file twice; directories are recursively traversed. 
  32. <P>
  33. A star (*) indicates that all documents under the document directory
  34. should be indexed.  To specify directories within the Sambar Server 
  35. documents directory no leading slash (/) should be specified.
  36. <P>
  37. A space separated list of directories or files to exclude may be provided
  38. in the second input window.  These directories/files may contain the
  39. wild-card characters star (*) and question-mark (?) to match against
  40. (i.e. <CODE>*README.TXT</CODE> would indicate that no README.TXT files
  41. should be indexed.
  42. <P>
  43. <I>To use the default <B>include</B> and <B>exclude</B> directory
  44. lists found in the config/search.ini file, both sections should be 
  45. left blank.</I>
  46. </TD>
  47. </TR>
  48. </TABLE>
  49. <BR>
  50. <BR>
  51. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  52. </BODY>
  53. </HTML>
  54.