This repository was archived by the owner on Jan 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathjhsearch.html
More file actions
49 lines (48 loc) · 1.7 KB
/
Copy pathjhsearch.html
File metadata and controls
49 lines (48 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--
* Copyright © 2003 Sun Microsystems, Inc
* All rights reserved.
* Notice of copyright on this source code
* product does not indicate publication.
*
* RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by
* the U.S. Government is subject to restrictions as set forth
* in subparagraph (c)(1)(ii) of the Rights in Technical Data
* and Computer Software Clause at DFARS 252.227-7013 (Oct. 1988)
* and FAR 52.227-19 (c) (June 1987).
* Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A.
*
-->
<HTML>
<HEAD>
<title>The jhsearch Command</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../jhug.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="#ffffff">
<h2>The <code>jhsearch</code> Command</h2>
<p>
The <code>javahelp\bin\jhsearch</code> command is a
command-line program that you can use to query the JavaHelp
system full-text search database created with the
<code>jhindexer</code> command. The <code>jhsearch</code> command
can be used to verify the validity of a search database
without invoking the help viewer.
<p>
To use <code>jhsearch</code>:
<p>
<b>Win32</b>
<pre> <b>jhsearch</b> <i>database_folder</i></pre>
<b>Solaris/SPARC</b>
<pre> <b>jhsearch</b> <i>database_directory</i></pre>
By default, the <code>jhindexer</code> command creates
the database files in a database folder named <code>JavaHelpSearch</code>.
<p>
<IMG SRC="../../images/hg_see.gif" width="18" height="13"><b>See also:</b>
<dl>
<dd><A HREF="search.html">Creating the Full-Text Search Database</A>
<dd><A HREF="jhindexer.html">The <code>jhindexer</code> Command</A>
</dl>
<p>
</body>
</HTML>