home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 September
/
CHIPCD_9_99.iso
/
software
/
serwery_www
/
sambar
/
_setup.1
/
search.stm
< prev
next >
Wrap
Text File
|
1998-01-05
|
3KB
|
91 lines
<HTML>
<HEAD>
<METH HTTP-EQUIV="Pragma" CONTENT="no-cache">
<TITLE>Sambar Search Engine</TITLE>
</HEAD>
<BODY bgcolor=#ffffff>
<A HREF="/sysadmin/index.stm" TARGET=_top>
<IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
<CENTER><FONT SIZE=6>Sambar Search Engine</FONT>
<HR>
</CENTER>
<TABLE border=0 cellspacing=20>
<TR valign=top><TD>
<FORM METHOD="POST" ACTION="/session/index">
<INPUT TYPE=radio NAME="rebuild" VALUE="y" CHECKED> Rebuild<BR>
<INPUT TYPE=radio NAME="rebuild" VALUE="n"> Append<P>
Index <SELECT NAME="indexname">
<RCXsearchindexes></SELECT>
<P>
Directory(s) to index:
<INPUT TYPE=text NAME="dirs" VALUE="" SIZE=30 MAXLENGTH=40><BR>
Directory(s) to exclude:
<INPUT TYPE=text NAME="exclude" VALUE="" SIZE=30 MAXLENGTH=40><BR>
<INPUT TYPE=submit VALUE="Site Index">
</FORM>
</TD>
<TD>Build an index of the directory(s) indicated (relative to the documents
directory) and append the documents found to the site <I>search</I> index.
A space separated list of one or more directories is expected for the
list of directories to index. Care must be taken not to index a directory
or file twice; directories are recursively traversed.
<P>
To add a new search index, you must manually edit the <I>config/search.ini</I>
file. After modifying the search.ini file, the server must be restarted.
<P>
A star (*) indicates that all documents under the document directory
should be indexed. To specify directories within the Sambar Server
documents directory no leading slash (/) should be specified.
<P>
A space separated list of directories or files to exclude may be provided
in the second input window. These directories/files may contain the
wild-card characters star (*) and question-mark (?) to match against
(i.e. <CODE>*README.TXT</CODE> would indicate that no README.TXT files
should be indexed.
<P>
<I>To use the default <B>include</B> and <B>exclude</B> directory
lists found in the config/search.ini file, both sections should be
left blank.</I>
</TD>
</TR>
</TABLE>
<HR>
<P>
You can search the Sambar site using the Search engine below.
To search the Sambar site, simply type in any word, set of words, or
phrases you might use when speaking or writing, then click OK.
Additional <A HREF="/search/help.htm" TARGET=_top>help</A> is
available for phrasing queries. The top 100 matching documents are
listed in weighted order. The Search engine is provided by
<A HREF="http://www.sambar.com/" TARGET=_top>Sambar Technologies</A>.
<P>
<CENTER>
<TABLE cellpadding=5>
<FORM METHOD=POST ACTION="/search/results.stm">
<INPUT TYPE=hidden NAME="spage" VALUE="0">
<TR><TD>Search index: </TD>
<TD><SELECT NAME="indexname">
<RCXsearchindexes></SELECT></TD></TR>
<TR><TD align=right><B>Search for: </B></TD>
<TD align=left><INPUT NAME="query" SIZE=30 VALUE="" MAXLENGTH=40> 
<INPUT TYPE=image SRC="/sysimage/system/go.gif" height=20 width=20 border=0>
<BR>
<SELECT NAME="style">
<OPTION VALUE="brief"> Brief
<OPTION VALUE="standard"> Standard
<OPTION VALUE="page" SELECTED> Pages
</SELECT>
Style
</TD></TR>
</FORM>
</TABLE>
</CENTER>
<BR>
<BR>
<A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
</BODY>
</HTML>