source: gsdl/trunk/trunk/mg/src/text/mg_fast_comp_dict.1@ 16583

Last change on this file since 16583 was 16583, checked in by davidb, 16 years ago

Undoing change commited in r16582

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1.\"------------------------------------------------------------
2.\" Id - set Rv,revision, and Dt, Date using rcs-Id tag.
3.de Id
4.ds Rv \\$3
5.ds Dt \\$4
6..
7.Id $Id: mg_fast_comp_dict.1 16583 2008-07-29 10:20:36Z davidb $
8.\"------------------------------------------------------------
9.TH mg_fast_comp_dict 1 \*(Dt CITRI
10.SH NAME
11mg_fast_comp_dict \- build a fast loading compression dictionary
12.SH SYNOPSIS
13.B mg_fast_comp_dict
14[
15.B \-h
16]
17[
18.BI \-d " directory"
19]
20.BI \-f " name"
21.SH DESCRIPTION
22.B mg_fast_comp_dict
23builds a fast-loading compression dictionary from the standard
24compression dictionary. The new dictionary has the property that
25.BR mgquery (1)
26can load it in very quickly, making the startup time for
27.BR mgquery (1)
28much shorter. The new dictionary is larger on disk than the original,
29but they are no different when it comes to memory usage.
30.SH OPTIONS
31Options may appear in any order.
32.TP "\w'\fB\-d\fP \fIdirectory\fP'u+2n"
33.B \-h
34This displays a usage line on
35.IR stderr .
36.TP
37.BI \-d " directory"
38This specifies the directory where the document collection can be found.
39.TP
40.BI \-f " name"
41This specifies the base name of the document collection.
42.SH ENVIRONMENT
43.TP "\w'\fBMGDATA\fP'u+2n"
44.SB MGDATA
45If this environment variable exists, then its value is used as the
46default directory where the
47.BR mg (1)
48collection files are. If this variable does not exist, then the
49directory \*(lq\fB.\fP\*(rq is used by default. The command line
50option
51.BI \-d " directory"
52overrides the directory in
53.BR MGDATA .
54.SH FILES
55.TP 20
56.B *.text.dict
57Compression dictionary.
58.TP
59.B *.text.dict.fast
60Fast loading compression dictionary.
61.TP
62.B *.text.dict.aux
63Auxiliary compression dictionary.
64.SH "SEE ALSO"
65.na
66.BR mg (1),
67.BR mg_compression_dict (1),
68.BR mg_get (1),
69.BR mg_invf_dict (1),
70.BR mg_invf_dump (1),
71.BR mg_invf_rebuild (1),
72.BR mg_passes (1),
73.BR mg_perf_hash_build (1),
74.BR mg_text_estimate (1),
75.BR mg_weights_build (1),
76.BR mgbilevel (1),
77.BR mgbuild (1),
78.BR mgdictlist (1),
79.BR mgfelics (1),
80.BR mgquery (1),
81.BR mgstat (1),
82.BR mgtic (1),
83.BR mgticbuild (1),
84.BR mgticdump (1),
85.BR mgticprune (1),
86.BR mgticstat (1).
Note: See TracBrowser for help on using the repository browser.