%general-entities; ]> $LastChangedBy$ $Date$ Xapian-&xapian-version; xapian Introduction to xapian Xapian is an open source search engine library. &lfs10_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &xapian-md5sum; Download size: &xapian-size; Estimated disk space required: &xapian-buildsize; Estimated build time: &xapian-time; Xapian Dependencies Optional (for tests) User Notes: Installation of Xapian Install Xapian by running the following commands: ./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/xapian-core-&xapian-version; && make To run the test suite, issue: make check. Now, as the root user: make install Contents Installed Programs Installed Libraries Installed Directories copydatabase, quest, simpleexpand, simpleindex, simplesearch, xapian-check, xapian-compact, xapian-config, xapian-delve, xapian-metadata, xapian-pos, xapian-progsrv, xapian-replicate, xapian-replicate-server and xapian-tcpsrv libxapian.so /usr/include/xapian, /usr/lib/cmake/xapian, /usr/share/doc/xapian-core-&xapian-version;, and /usr/share/xapian-core Short Descriptions copydatabase performs a document-by-document copy of one or more Xapian databases. copydatabase quest is a command line tool to search through a database. quest simpleexpand is a simple example program demonstrating query expansion. simpleexpand simpleindex indexes each paragraph of a text file as a Xapian document. simpleindex simplesearch is a simple command line search utility. simplesearch xapian-check checks the consistency of a database or table. xapian-check xapian-compact compacts a database, or merges and compacts several databases. xapian-compact xapian-config reports information about the installed xapian. xapian-config xapian-delve inspects the contents of a Xapian database. xapian-delve xapian-metadata reads and writes user metadata. xapian-metadata xapian-pos inspects the contents of a flint table for development or debugging. xapian-pos xapian-progsrv is a remote server for use with ProgClient. xapian-progsrv xapian-replicate replicates a database from a master server to a local copy. xapian-replicate xapian-replicate-server services database replication requests from clients. xapian-replicate-server xapian-tcpsrv is the TCP daemon for use with Xapian's remote backend. xapian-tcpsrv