icon Top 9 categories map      RocketAware >

indxbib(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions:






INDXBIB(1)                                             INDXBIB(1)


NAME
       indxbib - make inverted index for bibliographic databases



SYNOPSIS
       indxbib [ -vw ] [ -cfile ] [ -ddir ] [ -ffile ] [ -hn ]
               [ -istring ] [ -kn ] [ -ln ] [ -nn ] [ -ofile ]
               [ -tn ] [ filename... ]

DESCRIPTION
       indxbib  makes  an  inverted  index  for the bibliographic
       databases in filename...  for  use  with  refer(1),  look-
       bib(1), and lkbib(1).  The index will be named filename.i;
       the index is written to a temporary  file  which  is  then
       renamed to this.  If no filenames are given on the command
       line because the -f option has been used, and no -o option
       is given, the index will be named Ind.i.

       Bibliographic  databases are divided into records by blank
       lines.  Within a record, each fields starts with a % char-
       acter  at the beginning of a line.  Fields have a one let-
       ter name which follows the % character.

       The values set by the -c, -n, -l and -t options are stored
       in  the  index;  when  the index is searched, keys will be
       discarded and truncated in a manner appropriate  to  these
       options; the original keys will be used for verifying that
       any record found using the  index  actually  contains  the
       keys.   This  means  that a user of an index need not know
       whether these options were used in  the  creation  of  the
       index,  provided  that not all the keys to be searched for
       would have been discarded during  indexing  and  that  the
       user  supplies  at  least  the part of each key that would
       have remained after being truncated during indexing.   The
       value set by the -i option is also stored in the index and
       will be used in verifying records found using the index.

OPTIONS
       -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 sym-
              bolic  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.




Groff Version 1.11      14 September 1996                       1





INDXBIB(1)                                             INDXBIB(1)


       -istring
              Don't 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.  Ini-
              tially 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.

FILES
       filename.i     Index.

       Ind.i          Default index name.

       /usr/share/dict/eign
                      List of common words.

       indxbibXXXXXX  Temporary file.

SEE ALSO
       refer(1), lkbib(1), lookbib(1)





















Groff Version 1.11      14 September 1996                       2



Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]


[Overview Topics]



RocketLink!--> Man page versions:






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > indxbib.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments