logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

scriptindex - index arbitrary data as described by an index script

Description

       scriptindex - index arbitrary data as described by an index script

       Creates  or  updates a Xapian database with the data from the input files listed on the command line.  If
       no files are specified, data is read from stdin.

       See https://xapian.org/docs/omega/scriptindex.html for documentation of the format for INDEXER_SCRIPT.

Name

       scriptindex - index arbitrary data as described by an index script

Options

-v, --verbose
              display additional messages to aid debugging

       --overwrite
              create the database anew (the default is to update if the database already exists)

       -s, --stemmer=LANG
              set the stemming language (default: english).  Possible values:  arabic  armenian  basque  catalan
              danish dutch earlyenglish english finnish french german german2 hungarian indonesian irish italian
              kraaij_pohlmann  lithuanian  lovins  nepali  norwegian  porter portuguese romanian russian spanish
              swedish tamil turkish (pass 'none' to disable stemming)

       -h, --help
              display this help and exit

       -V, --version
              output version information and exit

       Please report bugs at: https://xapian.org/bugs

xapian-omega 1.4.29                                April 2025                                     SCRIPTINDEX(1)

Synopsis

scriptindex [OPTIONS] DATABASEINDEXER_SCRIPT [INPUT_FILE]...

See Also