home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Komunik / sambar / sambar53b3.exe / sysadmin / search / rebuild.stm < prev    next >
Encoding:
Text File  |  2002-05-05  |  1.9 KB  |  53 lines

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