Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

omindex(1) [debian man page]

OMINDEX(1)							   User Commands							OMINDEX(1)

NAME
omindex - Index static website data via the filesystem SYNOPSIS
omindex [OPTIONS] --db DATABASE [BASEDIR] DIRECTORY DESCRIPTION
omindex - Index static website data via the filesystem DIRECTORY is the directory to start indexing from. BASEDIR is the directory corresponding to URL (default: DIRECTORY). OPTIONS
-d, --duplicates set duplicate handling ('ignore' or 'replace') -p, --no-delete skip the deletion of documents corresponding to deleted files (--preserve-nonduplicates is a deprecated alias for --no-delete) -e, --empty-docs=ARG how to handle documents we extract no text from: ARG can be index, warn (issue a diagnostic and index), or skip. (default: warn) -D, --db=DATABASE path to database to use -U, --url=URL base url BASEDIR corresponds to (default: /) -M, --mime-type=EXT:TYPE map file extension EXT to MIME Content-Type TYPE (empty TYPE removes any MIME mapping for EXT) -F, --filter=TYPE:CMD process files with MIME Content-Type TYPE using command CMD, which should produce UTF-8 text on stdout e.g. -Fapplica- tion/octet-stream:'strings -n8' -l, --depth-limit=LIMIT set recursion limit (0 = unlimited) -f, --follow follow symbolic links -i, --ignore-exclusions ignore meta robots tags and similar exclusions -S, --spelling index data for spelling correction -m, --max-size maximum size of file to index (in bytes or with a suffix of 'K'/'k', 'M'/'m', 'G'/'g') -E, --sample-size=SIZE sets the maximum number of bytes for the document text sample. (default SIZE = 512) -v, --verbose show more information about what is happening --overwrite create the database anew (the default is to update if the database already exists) -s, --stemmer=LANG set the stemming language, the default is 'english'. Possible values: danish dutch english finnish french german german2 hungarian italian kraaij_pohlmann lovins norwegian porter portuguese romanian russian spanish swedish turkish (pass 'none' to disable stem- ming) -h, --help display this help and exit -V, --version output version information and exit Please report bugs at: http://xapian.org/bugs xapian-omega 1.2.12 June 2012 OMINDEX(1)

Check Out this Related Man Page

update-desktop-database(1)					   User Commands					update-desktop-database(1)

NAME
update-desktop-database - Desktop file caching utility SYNOPSIS
update-desktop-database [--help] [--verbose] [--quiet] [filepath] DESCRIPTION
update-desktop-database creates cache files for desktop file MIME type mapping for improved MIME lookup performance. It expects to be given the path to a directory or directories containing a number of application installed .desktop files, e.g. /usr/share/applications, and writes a mime-info.cache containing cached information about the MIME types that each application can handle. If no directory is provided, this utility will use a default directory list as specified in the FreeDesktop MIME specification. This cache file is used to avoid a lot of system call and disk seek overhead in a number of applications. OPTIONS
The following options are supported: -?, --help Show help options. -v, --verbose Turn on verbose output. -q, --quiet Do not provide any output. OPERANDS
The following operands are supported: filepath The path to a directory or directories containing a number of application installed .desktop files. EXIT STATUS
The following exit values are returned: 0 Application exited successfully 1 Application exited with failure FILES
The following files are used by this application: /usr/bin/update-desktop-databaseThe command-line executable for the application. /usr/share/applications System desktop file directory ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-desktop-prefs | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
update-mime-database(1), gnome-desktop-item-edit(1), attributes(5), gnome-interfaces(5) Latest version of the GNOME Desktop User Guide and GNOME System Administration Guide for your platform. NOTES
Written by Glynn Foster, Sun Microsystems Inc., 2007. SunOS 5.11 31 Jan 2007 update-desktop-database(1)
Man Page