1RWHOIS_INDEXER(8) System Manager's Manual RWHOIS_INDEXER(8)
2
3
4
6 rwhois_indexer - Indexer for RWhoisd using the MKDB format
7
8
10 rwhois_indexer [-c config_file] -C class_name -A auth_area_name [-i]
11 [-v] files...
12
13 rwhois_indexer [-c config_file] [-C class_name] [-A auth_area_name]
14 [-i] [-v] -s suffix
15
16
18 rwhois_indexer takes the raw text files and creates indexes based on
19 the attribute definitions of the particular class defined within the
20 rwhois dataset. It creates two files with the first being a list of
21 text files that have been indexed. The second is a sorted list of all
22 the attributes and their record offsets within their respective files.
23 This sorting is accomplished by using sort(1).
24
26 -c The full path of the rwhois config file. Default is
27 'rwhois.conf'.
28
29 -C The class or schema name of the objects to be indexed. This is
30 required for indexing by file. It acts as a resctrictor if
31 indexing by suffix.
32
33 -A The authority area of the objects to be index. This is required
34 for indexing by file. It acts as a restrictor if indexing by
35 suffix.
36
37 -v "verbose mode". Turns more verbose logging on
38
39 -q "quiet mode". Turns logging down.
40
41 -i Initialize. This option will remove all current index files
42 first.
43
44 -s Suffix mode. Indexes all files in all data directories (unless
45 restricted by a -C or a -A option) ending in "suffix"
46
47
48
50 rwhoisd(8)
51
52
54 Please send any bugs to rwhois-bugs@rwhois.net.
55
56
57
58 18 Nov 1996 RWHOIS_INDEXER(8)