Diff for /texttool-architecture/soft-search.tex between versions 1.2 and 1.5

version 1.2, 2004/06/01 12:14:48 version 1.5, 2005/10/31 15:12:37
Line 1 Line 1
 \subsubsection{q1 (corpus-wide search)}  \subsubsection{q1 (corpus-wide search)}
 \label{q1}  \label{sec:searching/indexing}
   
 \paragraph  \paragraph
 This section describes the software associated with the ECHO  This section describes the software associated with the ECHO
 lemmatized text search   lemmatized text search and indexing
 \url{http://echo.mpiwg-berlin.mpg.de/ECHOVIEW/ECHO_view.css}  \url{http://141.14.130.22/cgi-bin/search/q1}
   
 \begin{enumerate}  \begin{enumerate}
 \item xml-rpc interface to 141.14.236.86 and implementations (archimedes/bin/getindex  \item xml-rpc interface to 141.14.236.86 and implementations (archimedes/bin/getindex
Line 14  lemmatized text search Line 14  lemmatized text search
 \end{enumerate}  \end{enumerate}
 \paragraph  \paragraph
   
   \paragraph{getindex}
   archimedes/bin/getindex is a perl script implementing an interface to 
   the xml-rpc indexing service running on 141.14.236.86. 
   
   \paragraph{make_indices}
   archimedes/bin/make_indices -- a perl script which uses getindex to
   generate lemmatized indices for each work registered with
   toc.cgi. The script is designed to be run on a daily basis via crontab
   or a similar task scheduler. It uses a primitive tab-delimited database to
   ensure that works are only re-indexed when they (i.e. the text
   resource pointed to in info.xml) have changed
   
   \paragraph documentation
   further documentation is available on internal server at 
   http://pythia.mpiwg-berlin.mpg.de/department1/archimedes/archimedes-echo/techdoc.xml
   
 %%% Local Variables:   %%% Local Variables: 
 %%% mode: latex  %%% mode: latex

Removed from v.1.2  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>