-v | Print the version number. |
-w | Index whole files. Each file is a separate record. |
-cfile | Read the list of common words from file instead of /usr/share/dict/eign. |
-ddir | Use dir as the pathname of the current working directory to store in the index, instead of the path printed by pwd(1). Usually dir will be a symbolic link that points to the directory printed by pwd(1). |
-ffile | Read the files to be indexed from file. If file is -, files will be read from the standard input. The -f option can be given at most once. |
-istring |
| Dont index the contents of fields whose names are in string. Initially string is XYZ. |
-hn | Use the first prime greater than or equal to n for the size of the hash table. Larger values of n will usually make searching faster, but will make the index larger and indxbib use more memory. Initially n is 997. |
-kn | Use at most n keys per input record. Initially n is 100. |
-ln | Discard keys that are shorter than n. Initially n is 3. |
-nn | Discard the n most common words. Initially n is 100. |
-obasename |
| The index should be named basename.i. |
-tn | Truncate keys to n. Initially n is 6. |
|