man estxview (Commandes) - search estraier inverted index

NAME

estxview - search estraier inverted index

SYNOPSIS

estxview [-id] [-uri] [-rel] [-relsc] [-expr type] [-sort type] [-drep num] [-clshow num] [-clcode num] [-max num] [-ni] [-tiny] [-nt] [-snum num] [-nk] [-css] [-xsl] [-dtd] [-rf] [-dlist] [-wlist] [-ic code] [-oc code] name[expression...]

DESCRIPTION

This manual page documents briefly the estxview commands.

estxview is a program that search estraier inverted index in shell script. By default, the search condition is treated as search phrase compatible with `estsearch.cgi'. The format of the option -relsc is TSV and each line has a word and its score. name specifies the name of an inverted index. expression specifies the search condition.

This command returns 0 if searching finishes successfully, or 1 if any error has occurred. If the environment variable `ESTDBGFD' is set, debug information is output to the specified file descriptor. Syntax and semantics of the output is explained in `estxview.dtd'.

OPTIONS

A summary of options is included below. For a complete description, see the /usr/share/doc/estraier/spex.html

-id
if specified, a document which has ID of the expression is retrieved.
-uri
if specified, a document which has URI of the expression is retrieved.
-rel
if specified, related documents with a document which has ID of the expression are retrieved.
-relsc
if specified, related documents with the score expression are retrieved.
-expr
if specifies the expression format of search words. type is `asis', `wild', or `regex'. By default, it is as-is expression.
-sort
if specifies the order of sorting the result. type is `score', `r-score', `date', or `r-date'. By default, it is by score.
-drep
specifies the level of directory rep. By default, it is disabled.
-clshow
specifies the number of shown clusters of document clustering. By default, it is disabled.
-clcode
specifies the code of the cluster for narrowing. By default, it is disabled.
-max
specifies the number of shown documents. By default, it is 8.
-ni
if specified, TF-IDF is disabled. By default, it is enabled.
-tiny
if specified, it outputs only ID and score of each corresponding document.
-nt
if specified, text of documents are hidden.
-snum
specifies the number of words in summary. By default, it is 80.
-nk
if specified, keywords of documents and clusters are hidden.
-css
if specified, the processing instruction referring to `estxview.css' is embedded.
-xsl
if specified, the processing instruction referring to `estxview.xsl' is embedded.
-dtd
if specified, the document type declaration referring to `estxview.dtd' is embedded.
-rf
if specified, the search condition is read from the file specified with expression.
-dlist
if specified, information of all registered documents is output.
-wlist
if specified, information of all index terms is output.
-ic
specifies the character encoding of the arguments. By default, it is UTF-8.
-oc
specifies the character encoding of the output. By default, it is UTF-8.

SEE ALSO

AUTHOR

estraier was written by Mikio Hirabayashi <mikio at users.sourceforge.net>.

This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for the Debian project (but may be used by others).