EnglishFrenchSpanish

OnWorks favicon

odidx - Online in the Cloud

Run odidx in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command odidx that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


odidx - indexer of document files

SYNOPSIS


odidx register [-l file] [-wmax num] [-tsuf sufs] [-hsuf sufs] name[dir]
odidx relate name
odidx purge name

DESCRIPTION


This manual page documents briefly the odidx commands.

The command odidx is a utility for indexing files on the local file system. This command
is useful for a full-text search system of a Web site. Supported file format are plain
text and HTML. Supported character encoding are US-ASCII and ISO-8859-1. The URI of each
document is specified with the path of its file. Attributes named as title and date are
given to each documents. When a document is already existing in the database, it is
registered if its last modification time is newer, or it is ignored. Modification times
are stored in the sub database `_mtime' in the main database directory. Score information
are stored in the sub database `_score' in the main database directory. This command is
used in the above format. name specifies a database name. dir specifies a directory name.

OPTIONS


A summary of options is included below. For a complete description, see the
file:///usr/share/doc/qdbm-doc/spex.html#odeumcli.

-l file
read a file and get list of paths of files to register. If `-' is specified, the
standard input is read.

-wmax num
specify the max number of words to be stored in the document database.

-tsuf sufs
specify suffixes of plain text files in comma separated format. The default is
`-tsuf .txt,.text'.

-hsuf sufs
specify suffixes of HTML files in comma separated format. The default is `-hsuf
.html,.htm'.

EXAMPLES


For example, to register files which are under `/home/mikio' and whose suffix are `.txt',
`.c', or `.h', perform the following command.
odidx register -tsuf ".txt,.c,.h" -hsuf "" casket /home/mikio

Thus, to retrieve documents which include `unix' and `posix' and show the top 8 terms,
perform the following command.
odmgr search -max 8 -h casket "unix posix"

Use odidx online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 2
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • 3
    Xtreme Download Manager
    Xtreme Download Manager
    The project has a new home now:
    https://xtremedownloadmanager.com/ For
    developers:
    https://github.com/subhra74/xdm Xtreme
    Download Manager is a powerful tool t...
    Download Xtreme Download Manager
  • 4
    TTGO VGA32 Lite
    TTGO VGA32 Lite
    Features:4:3 and 16:9 low resolution
    VGA outputPS/2 keyboard and mouse
    inputText-based user interface (TUI)
    with dialog managerPartial Unicode
    supportSlave dis...
    Download TTGO VGA32 Lite
  • 5
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 6
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • More »

Linux commands

Ad