%general-entities; ]> $LastChangedBy$ $Date$ Xapian-&xapian-version; xapian Introduction to xapian Xapian is an open source search engine library. &lfs78_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 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, delve, quest, simpleexpand, simpleindex, simplesearch, xapian-check, xapian-chert-update, xapian-compact, xapian-config, xapian-inspect, xapian-metadata, xapian-progsrv, xapian-replicate, xapian-replicate-server and xapian-tcpsrv libxapian.so /usr/include/xapian, /usr/lib/cmake/xapian, and /usr/share/doc/xapian-core-&xapian-version; Short Descriptions copydatabase perform a document-by-document copy of one or more Xapian databases. copydatabase delve inspect the contents of a Xapian database. delve 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-chert-update update a chert database to the new format keys. xapian-chert-update xapian-compact compact a database, or merge and compact several. xapian-compact xapian-config report information about the installed xapian. xapian-config xapian-inspect inspect the contents of a flint table for development or debugging. xapian-inspect xapian-metadata read and write user metadata. xapian-metadata 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