source: gsdl/trunk/trunk/mg/src/scripts/mgbuild_4.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: 1.2 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: mgbuild_4.1 16583 2008-07-29 10:20:36Z davidb $
8.\"------------------------------------------------------------
9.TH mgbuild_4 1 \*(Dt CITRI
10.SH NAME
11mgbuild_4 \- build an mg system database using 4 passes instead of 2
12.SH SYNOPSIS
13.B mgbuild_4
14[
15.B \-c
16]
17[
18.BI \-g " get"
19]
20[
21.BI \-s " source"
22]
23[
24.BI \-d " mgdata dir"
25]
26.I collection-name
27.SH DESCRIPTION
28.B mgbuild_4
29is a
30.B csh
31script that executes all the appropriate programs in the correct order
32to completely build an
33.BR mg (1)
34system database ready for queries to be made
35by
36.BR mgquery.
37This program makes use of the
38.BR mg_get (1)
39script to obtain the text of the collection.
40In
41.BR mgbuild (1)
42the build is done by two passes over the input text. The first
43pass creates the compressed text dictionary and inverted file dictionary,
44the second pass creates the compressed text and inverted file. What
45.BR mgbuild_4
46does is use a separate pass for each function. This will be slower but will
47not require as much RAM at one time. Therefore, if your build is failing
48due to running short of memory, then
49.BR mgbuild_4
50is worth a try.
51.SH "SEE ALSO"
52.na
53.BR mgbuild (1)
Note: See TracBrowser for help on using the repository browser.