include/xapian.h [code] | Public interfaces for the Xapian library |
include/xapian/base.h [code] | |
include/xapian/database.h [code] | API for working with Xapian databases |
include/xapian/dbfactory.h [code] | Factory functions for constructing Database and WritableDatabase objects |
include/xapian/deprecated.h [code] | |
include/xapian/document.h [code] | API for working with documents |
include/xapian/enquire.h [code] | API for running queries |
include/xapian/errorhandler.h [code] | Decide if a Xapian::Error exception should be ignored |
include/xapian/expanddecider.h [code] | Allow rejection of terms during ESet generation |
include/xapian/matchspy.h [code] | MatchDecider subclasses for use as "match spies" |
include/xapian/positioniterator.h [code] | Classes for iterating through position lists |
include/xapian/postingiterator.h [code] | Classes for iterating through posting lists |
include/xapian/query.h [code] | Classes for representing a query |
include/xapian/queryparser.h [code] | Parsing a user query string to build a Xapian::Query object |
include/xapian/sorter.h [code] | Build sort keys for MSet ordering |
include/xapian/stem.h [code] | Stemming algorithms |
include/xapian/termgenerator.h [code] | Parse free text and generate terms |
include/xapian/termiterator.h [code] | Classes for iterating through term lists |
include/xapian/types.h [code] | Typedefs for Xapian |
include/xapian/unicode.h [code] | Unicode and UTF-8 related classes and functions |
include/xapian/valueiterator.h [code] | Classes for iterating through values |
include/xapian/visibility.h [code] |