source: trunk/indexers/mg/src/text/mg_text_merge.1@ 3745

Last change on this file since 3745 was 3745, checked in by mdewsnip, 21 years ago

Addition of MG package for search and retrieval

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 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_text_merge.1 3745 2003-02-20 21:20:24Z mdewsnip $
8.\"------------------------------------------------------------
9.TH mg_text_merge 1 \*(Dt CITRI
10.SH NAME
11mg_text_merge \- Append one compressed text file to another
12.SH SYNOPSIS
13.B mg_text_merge
14[
15.B \-h
16]
17[
18.BI \-d " directory"
19]
20.BI \-f " name"
21.SH DESCRIPTION
22This program takes two
23.BR mg (1)
24database inverted files and stemmed
25dictionaries, named "old" and "new" respectively, and creates
26a merged stemmed dictionary and inverted file.
27It is part of the
28.BR mgmerge (1)
29addition to the
30.BR mg (1)
31package.
32The two compressed text files are
33.IR "name" .old.text
34and
35.IR "name" .new.text.
36.SH OPTIONS
37Options may appear in any order.
38.TP "\w'\fB\-d\fP \fIdirectory\fP'u+2n"
39.B \-h
40This displays a usage line on
41.IR stderr .
42.TP
43.BI \-d " directory"
44This specifies the directory where the document collection can be found.
45.TP
46.BI \-f " name"
47This specifies the base name of the document collection.
48.SH ENVIRONMENT
49.TP "\w'\fBMGDATA\fP'u+2n"
50.SB MGDATA
51If this environment variable exists, then its value is used as the
52default directory where the
53.BR mg (1)
54collection files are. If this variable does not exist, then the
55directory \*(lq\fB.\fP\*(rq is used by default. The command line
56option
57.BI \-d " directory"
58overrides the directory in
59.BR MGDATA .
60.SH FILES
61.TP 20
62.B *.old.text
63The old compressed text.
64.TP
65.B *.new.text
66The new compressed text that will be appended
67.TP
68.SH "SEE ALSO"
69.na
70.BR mg (1),
71.BR mgmerge (1),
72.BR mg_get_merge (1),
73.BR mg_invf_merge (1),
74.BR mg_compression_dict (1),
75.BR mg_fast_comp_dict (1),
76.BR mgquery (1).
Note: See TracBrowser for help on using the repository browser.