|
|
E.g.
| ix1 | -c | <BSS_PARMPATH> | <db_name> | <index_no> | | | ixf | -c | <BSS_PARMPATH> | <db_name> | <index_no> |
| ix1 |
[-m[em] <mem>]
[-t <tempdir> <minfree>
[-t <tempdir> <minfree>]] [-h[elp]] [-s[tart] <start_rec>] [-f[inish] <finish_rec>] [-silent] [-d[ebug] <debug code>] [-c <control_path>] [-maxruns <num>] [-trial <trialnum>] [-[no]index] [-[no]doclens] [-[no]merge] [-[no]deltmp] [-[no]delfinal] [-l[im] limit mask] <database> <index number> > <output file> |
| -m <mem> | the unit is 1 MB, default 4 |
| -s <start_rec> | default 1st record |
| -f <finish_rec> | default last record |
| -t <tempdir> | Temporary directory for pre-merge files: full pathname with or without trailing slash. You can allocate up to 10 of these, but they must be on separate file systems. Default path /tmp |
| <minfree> | is the amount of space in MB which must be left (default 0). Temporary filenames are ix1.<pid>.0000-9999 |
| -c <control_path> | directory for database parameter files, default BSS_PARMPATH |
| -maxruns <num> | 2 <= maxruns <= 1021 |
| -trial <trialnum> | every <trialnum>th record is processed (with output discarded), and then the program estimates the amount of space needed for runfiles and intermediate merge files. |
| -noindex | inhibits output of index (default index) |
| -silent | inhibits some diagnostic output. |
| -nomerge | prevents final merging and leaves temp files (default merge) |
| -doclens/nodoclens | contributes/doesn't contribute to the doclength file |
| -deltmp/nodeltmp | deletes/doesn't delete the temporary files after nonfinal merges. |
| -delfinal/nodelfinal | deletes/doesn't delete the temporary files after final merge. |
| -l <limit mask> | restricts indexing to docs which match the limit mask |
| <database> | The database parameter file name (NOT path). |
| <index number> | Must be within the range in the database parameter. |
The final two parameters ( <database> and <index number> ) must appear last.
| Parameter | Value | Parameter | Value | Parameter | Value |
|---|---|---|---|---|---|
| maxruns | 1021 | start | 1st record | finish | Last record |
| trial | no | index | yes | doclens | no |
| merge | yes | silent | no | debug | no |
| deltmp | no | delfinal | no |
The program is often run with output piped to ixf (as shown in Section 2, Running the Programs ), which puts the structure in.
| ixf | [-c <control directory>] [-no_out] [-diag] [-stdout] |
| [-report <reportlevel>] <database> <index number> |
| <control directory> | directory for database parameter files, default directory: BSS_PARMPATH |
| -no_out | No output generated by the program |
| -diag | Display diagnostics |
| -stdout | Send output to <stdout> |
| -report <reportlevel> | Set reporting level |
| <database> | The database parameter file name (NOT path). |
| <index number> | Must be within the range in the database parameter (0..15) |
| Okapi-Pack Main Menu | Mail Okapi Support | Registration |