%general-entities; ]> $LastChangedBy$ $Date$ Xapian-&xapian-version; xapian Introduction to xapian Xapian is an open source search engine library. &lfs91_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 perform a document-by-document copy of one or more Xapian databases. copydatabase quest is a search command line tool. quest simpleexpand is a simple example program demonstrating query expansion. simpleexpand simpleindex index each paragraph of a text file as a Xapian document. simpleindex simplesearch is a simple command line search utility. simplesearch xapian-check check the consistency of a database or table. xapian-check xapian-compact compact a database, or merge and compact several. xapian-compact xapian-config report information about the installed xapian. xapian-config xapian-delve inspect the contents of a Xapian database. xapian-delve xapian-metadata read and write user metadata. xapian-metadata xapian-pos inspect the contents of a flint table for development or debugging. xapian-pos xapian-progsrv remote server for use with ProgClient. xapian-progsrv xapian-replicate replicate a database from a master server to a local copy. xapian-replicate xapian-replicate-server service database replication requests from clients. xapian-replicate-server xapian-tcpsrv is the TCP daemon for use with Xapian's remote backend. xapian-tcpsrv