home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / sambar / _setup.1 / rebuild.stm < prev    next >
Text File  |  2001-02-18  |  2KB  |  55 lines

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