cc7adfcbc0
API: * Add FLAG_CJK_NGRAM for QueryParser and TermGenerator. Has the same effect as setting the environment variable XAPIAN_CJK_NGRAM. Fixes #180, reported by Richard Boulton, with contributions from Pavel Strashkin, Mikkel Kamstrup Erlandsen and Brandon Schaefer. * Fix bug parsing multiple non-exclusive filter terms - previously this could result in such filters effectively being ignored. * Fix Database::get_doclength_lower_bound() over multiple databases when some are empty or consist only of zero-length documents. Previously this would report a lower bound of zero, now it reports the same lowest bound as a single database containing all the same documents. * Make Database::get_wdf_upper_bound("") return 0. * Mark constructors taking a single argument as "explicit" to avoid unwanted implicit conversions. testsuite: * If command line option --verbose/-v isn't specified, set the verbosity level from environmental variable VERBOSE. * Skip timed tests if $AUTOMATED_TESTING is set. Fixes #553, reported by Dagobert Michelsen. * Don't leave an extra fd open when starting xapian-tcpsrv for remotetcp tests. * apitest: Revert disabling of part of adddoc5 for clang - the test failure was in fact due to a bug in 1.3.x, and 1.2.x was never affected. * apitest: Tweak bounds checks in dbstats1 testcase - multi backends should give tight bounds. brass backend: * Format limit on docid now correctly imposed when sizeof(int) > 4. * Avoid potential DB corruption with full-compaction when using 64K blocks. chert backend: * Format limit on docid now correctly imposed when sizeof(int) > 4. * Avoid potential DB corruption with full-compaction when using 64K blocks. flint backend: * Format limit on docid now correctly imposed when sizeof(int) > 4. * Avoid potential DB corruption with full-compaction when using 64K blocks. remote backend: * Fix to handle total document length exceeding 34,359,738,368. (Fixes #678, reported by matf). * Avoid dividing by zero when getting the average length for an empty database. * Stop apparent error from remote server when read-only client disconnects. A read-only client just closes the connection when done, but the server previously reported "Got exception NetworkError: Received EOF", which sounds like there was a problem. Now we just say "Connection closed" here, and "Connection closed unexpectedly" if the client connects in the middle of an exchange. Possibly fixes #654, reported by German M. Bravo. * Give a clearer error message when the client and server remote protocol versions aren't compatible. * Check length of key in MSG_SETMETADATA. build system: * pkg-config: Fix library name in .pc file to say "xapian" not "xapian-core". Reported by Eric Lindblad to the xapian-devel list. * Private symbol decode_length() is no longer visible outside the library. documentation: * Stop maintaining ChangeLog files. They make merging patches harder, and stop 'git cherry-pick' from working as it should. The git repo history should be sufficient for complying with GPLv2 2(a). * Strip out "quickstart" examples which are out of date and rather redundant with the "simple" examples. * Correct documentation of Enquire::get_query(). If no query has been set, the documentation said Xapian::InvalidArgumentError was thrown, but in fact we just return a default initialised Query object (i.e. Query()). This seems reasonable behaviour and has been the case since Xapian 0.9.0. * Document xapian-compact --blocksize takes an argument. * Update snowball website link to snowballstem.org. tools: * xapian-replicate: Fix replication for files > 4GB on 32-bit platforms. Previously replication would fail to copy a file whose size didn't fit in size_t. Fixes #685, reported by Josh Elsasser. * xapian-tcpsrv: Better error if -p/--port not specified * quest: Support `-f cjk_ngram`. examples: * xapian-metadata: Extend "list" subcommand to take optional key prefix. portability: * Fix new warnings from recent versions of GCC and clang. * Add spaces between literal strings and macros which expand to literal strings for C++11 compatibility in __WIN32__-specific code. * Need <unistd.h> for unlink() on FreeBSD, reported by Germán M. Bravo via github PR 72. * Fix testsuite to build when S_ISSOCK() isn't defined. * Don't provide our own implementation of sleep() under __WIN32__ if there already is one - mingw provides one, and in some situations it seems to clash with ours. Reported to xapian-discuss by John Alveris. * Add missing '#include <arpa/inet.h>' to htons(). Seems to be implicitly included on most platforms, but Interix needs it. Reported by Eric Lindblad on xapian-discuss. * Disable "<FUNCTION> is expected to return a value" warning from Sun's C++ compiler, as it fires for functions ending in a "throw" statement. Genuine instances will be caught by compilers with superior warning machinery. * Prefer scalbn() to ldexp() where possible, since the former doesn't ever set errno. * '#include <config.h>' in the "simple" examples, as when compiling with xlC on AIX, _LARGE_FILES gets defined by AC_SYS_LARGEFILE to enable large file support, and defining this changes the ABI of std::string, so it also needs to be defined when compiling code using Xapian. * On cygwin, include <arpa/inet.h> instead of winsock headers for htons() and htonl(). * Include <cygwin/version.h> for CYGWIN_VERSION_API_MAJOR. * Avoid referencing static members via an object in that object's own definition, as this doesn't work with all compilers (noted with GCC 3.3), and is a bit of an odd construct anyway. Reported by Eric Lindblad on xapian-discuss. * GCC < 3.4.2 lacks operator<< overloads for unsigned long long on some platforms, so simply work around this by using str(), as this isn't performance sensitive code. Reported by Eric Lindblad on xapian-discuss. * Fix delete which should be delete[] in brass backend cursor code.
454 lines
26 KiB
Text
454 lines
26 KiB
Text
@comment $NetBSD: PLIST,v 1.11 2016/01/13 20:59:15 schmonz Exp $
|
|
bin/copydatabase
|
|
bin/delve
|
|
bin/quest
|
|
bin/simpleexpand
|
|
bin/simpleindex
|
|
bin/simplesearch
|
|
bin/xapian-check
|
|
bin/xapian-compact
|
|
bin/xapian-chert-update
|
|
bin/xapian-config
|
|
bin/xapian-inspect
|
|
bin/xapian-metadata
|
|
bin/xapian-progsrv
|
|
bin/xapian-replicate
|
|
bin/xapian-replicate-server
|
|
bin/xapian-tcpsrv
|
|
include/xapian.h
|
|
include/xapian/base.h
|
|
include/xapian/compactor.h
|
|
include/xapian/database.h
|
|
include/xapian/dbfactory.h
|
|
include/xapian/deprecated.h
|
|
include/xapian/derefwrapper.h
|
|
include/xapian/document.h
|
|
include/xapian/enquire.h
|
|
include/xapian/error.h
|
|
include/xapian/errorhandler.h
|
|
include/xapian/expanddecider.h
|
|
include/xapian/keymaker.h
|
|
include/xapian/matchspy.h
|
|
include/xapian/positioniterator.h
|
|
include/xapian/postingiterator.h
|
|
include/xapian/postingsource.h
|
|
include/xapian/query.h
|
|
include/xapian/queryparser.h
|
|
include/xapian/registry.h
|
|
include/xapian/stem.h
|
|
include/xapian/termgenerator.h
|
|
include/xapian/termiterator.h
|
|
include/xapian/types.h
|
|
include/xapian/unicode.h
|
|
include/xapian/valueiterator.h
|
|
include/xapian/valuesetmatchdecider.h
|
|
include/xapian/version.h
|
|
include/xapian/visibility.h
|
|
include/xapian/weight.h
|
|
lib/cmake/xapian/xapian-config-version.cmake
|
|
lib/cmake/xapian/xapian-config.cmake
|
|
lib/libxapian.la
|
|
lib/pkgconfig/xapian-core.pc
|
|
man/man1/copydatabase.1
|
|
man/man1/delve.1
|
|
man/man1/quest.1
|
|
man/man1/xapian-check.1
|
|
man/man1/xapian-compact.1
|
|
man/man1/xapian-chert-update.1
|
|
man/man1/xapian-config.1
|
|
man/man1/xapian-inspect.1
|
|
man/man1/xapian-metadata.1
|
|
man/man1/xapian-progsrv.1
|
|
man/man1/xapian-replicate-server.1
|
|
man/man1/xapian-replicate.1
|
|
man/man1/xapian-tcpsrv.1
|
|
share/aclocal/xapian.m4
|
|
share/doc/xapian-core/admin_notes.html
|
|
share/doc/xapian-core/apidoc.pdf
|
|
share/doc/xapian-core/apidoc/html/annotated.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1AssertionError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1AssertionError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1AssertionError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1BM25Weight-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1BM25Weight.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1BM25Weight__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1BoolWeight-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1BoolWeight.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Compactor-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Compactor.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Database-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Database.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCorruptError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCorruptError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCorruptError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCreateError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCreateError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseCreateError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseLockError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseLockError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseLockError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseModifiedError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseModifiedError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseModifiedError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseOpeningError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseOpeningError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseOpeningError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseVersionError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseVersionError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseVersionError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Database__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DateValueRangeProcessor-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DateValueRangeProcessor.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DateValueRangeProcessor__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DecreasingValueWeightPostingSource__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DocNotFoundError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DocNotFoundError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1DocNotFoundError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Document-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Document.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ESet-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ESet.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ESetIterator-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ESetIterator.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Enquire-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Enquire.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Error-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Error.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ErrorHandler-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ErrorHandler.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Error__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDecider-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDecider.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderAnd-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderAnd.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderAnd__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1FeatureUnavailableError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1FeatureUnavailableError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1FeatureUnavailableError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1FixedWeightPostingSource-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1FixedWeightPostingSource.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1FixedWeightPostingSource__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1InternalError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1InternalError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1InternalError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidArgumentError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidArgumentError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidArgumentError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidOperationError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidOperationError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1InvalidOperationError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1KeyMaker-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1KeyMaker.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1KeyMaker__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1LogicError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1LogicError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1LogicError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MSet-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MSet.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MSetIterator-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MSetIterator.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MatchDecider-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MatchDecider.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MatchDecider__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MatchSpy-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MatchSpy.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MatchSpy__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueKeyMaker-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueKeyMaker.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueKeyMaker__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueSorter-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueSorter.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1MultiValueSorter__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkTimeoutError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkTimeoutError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1NetworkTimeoutError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1NumberValueRangeProcessor-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1NumberValueRangeProcessor.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1NumberValueRangeProcessor__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1PositionIterator-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1PositionIterator.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1PostingIterator-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1PostingIterator.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1PostingSource-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1PostingSource.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1PostingSource__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Query-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Query.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParser-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParser.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParserError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParserError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1QueryParserError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1RSet-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1RSet.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1RangeError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1RangeError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1RangeError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Registry-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Registry.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1RuntimeError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1RuntimeError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1RuntimeError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1SerialisationError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1SerialisationError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1SerialisationError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1SimpleStopper-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1SimpleStopper.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Sorter-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Sorter.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Sorter__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Stem-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Stem.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Stopper-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Stopper.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Stopper__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1StringValueRangeProcessor-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1StringValueRangeProcessor.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1StringValueRangeProcessor__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1TermGenerator-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1TermGenerator.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1TermIterator-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1TermIterator.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1TradWeight-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1TradWeight.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1TradWeight__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1UnimplementedError-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1UnimplementedError.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1UnimplementedError__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Utf8Iterator-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Utf8Iterator.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueCountMatchSpy-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueCountMatchSpy.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueCountMatchSpy__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueIterator-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueIterator.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueMapPostingSource-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueMapPostingSource.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueMapPostingSource__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValuePostingSource-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValuePostingSource.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValuePostingSource__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueSetMatchDecider-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueSetMatchDecider.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueSetMatchDecider__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueWeightPostingSource-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueWeightPostingSource.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueWeightPostingSource__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Weight-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Weight.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1Weight__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1WritableDatabase-members.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1WritableDatabase.html
|
|
share/doc/xapian-core/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/classes.html
|
|
share/doc/xapian-core/apidoc/html/bc_s.png
|
|
share/doc/xapian-core/apidoc/html/bdwn.png
|
|
share/doc/xapian-core/apidoc/html/closed.png
|
|
share/doc/xapian-core/apidoc/html/compactor_8h.html
|
|
share/doc/xapian-core/apidoc/html/database_8h.html
|
|
share/doc/xapian-core/apidoc/html/dbfactory_8h.html
|
|
share/doc/xapian-core/apidoc/html/deprecated.html
|
|
share/doc/xapian-core/apidoc/html/dir_168225033f613bf58e19d0630bef5c8b.html
|
|
share/doc/xapian-core/apidoc/html/dir_3c504f51550cb9fcc49223adf2dc9606.html
|
|
share/doc/xapian-core/apidoc/html/document_8h.html
|
|
share/doc/xapian-core/apidoc/html/doxygen.css
|
|
share/doc/xapian-core/apidoc/html/doxygen.png
|
|
share/doc/xapian-core/apidoc/html/enquire_8h.html
|
|
share/doc/xapian-core/apidoc/html/error_8h.html
|
|
share/doc/xapian-core/apidoc/html/errorhandler_8h.html
|
|
share/doc/xapian-core/apidoc/html/expanddecider_8h.html
|
|
share/doc/xapian-core/apidoc/html/files.html
|
|
share/doc/xapian-core/apidoc/html/ftv2blank.png
|
|
share/doc/xapian-core/apidoc/html/ftv2cl.png
|
|
share/doc/xapian-core/apidoc/html/ftv2doc.png
|
|
share/doc/xapian-core/apidoc/html/ftv2folderclosed.png
|
|
share/doc/xapian-core/apidoc/html/ftv2folderopen.png
|
|
share/doc/xapian-core/apidoc/html/ftv2lastnode.png
|
|
share/doc/xapian-core/apidoc/html/ftv2link.png
|
|
share/doc/xapian-core/apidoc/html/ftv2mlastnode.png
|
|
share/doc/xapian-core/apidoc/html/ftv2mnode.png
|
|
share/doc/xapian-core/apidoc/html/ftv2mo.png
|
|
share/doc/xapian-core/apidoc/html/ftv2node.png
|
|
share/doc/xapian-core/apidoc/html/ftv2ns.png
|
|
share/doc/xapian-core/apidoc/html/ftv2plastnode.png
|
|
share/doc/xapian-core/apidoc/html/ftv2pnode.png
|
|
share/doc/xapian-core/apidoc/html/ftv2splitbar.png
|
|
share/doc/xapian-core/apidoc/html/ftv2vertline.png
|
|
share/doc/xapian-core/apidoc/html/functions.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x62.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x63.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x64.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x65.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x66.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x67.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x68.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x69.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x6b.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x6c.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x6d.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x6e.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x6f.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x70.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x71.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x72.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x73.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x74.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x75.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x76.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x77.html
|
|
share/doc/xapian-core/apidoc/html/functions_0x7e.html
|
|
share/doc/xapian-core/apidoc/html/functions_enum.html
|
|
share/doc/xapian-core/apidoc/html/functions_eval.html
|
|
share/doc/xapian-core/apidoc/html/functions_func.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x62.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x63.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x64.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x65.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x66.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x67.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x68.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x69.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x6b.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x6c.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x6d.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x6e.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x6f.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x70.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x71.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x72.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x73.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x74.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x75.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x76.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x77.html
|
|
share/doc/xapian-core/apidoc/html/functions_func_0x7e.html
|
|
share/doc/xapian-core/apidoc/html/functions_rela.html
|
|
share/doc/xapian-core/apidoc/html/functions_type.html
|
|
share/doc/xapian-core/apidoc/html/functions_vars.html
|
|
share/doc/xapian-core/apidoc/html/globals.html
|
|
share/doc/xapian-core/apidoc/html/globals_defs.html
|
|
share/doc/xapian-core/apidoc/html/graph_legend.html
|
|
share/doc/xapian-core/apidoc/html/graph_legend.png
|
|
share/doc/xapian-core/apidoc/html/hierarchy.html
|
|
share/doc/xapian-core/apidoc/html/index.html
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_0.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_1.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_10.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_11.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_12.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_13.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_14.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_15.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_16.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_17.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_18.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_19.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_2.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_20.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_21.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_22.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_23.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_24.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_25.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_26.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_27.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_28.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_29.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_3.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_4.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_5.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_6.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_7.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_8.png
|
|
share/doc/xapian-core/apidoc/html/inherit_graph_9.png
|
|
share/doc/xapian-core/apidoc/html/inherits.html
|
|
share/doc/xapian-core/apidoc/html/keymaker_8h.html
|
|
share/doc/xapian-core/apidoc/html/matchspy_8h.html
|
|
share/doc/xapian-core/apidoc/html/namespaceXapian.html
|
|
share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Auto.html
|
|
share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Brass.html
|
|
share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Chert.html
|
|
share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Flint.html
|
|
share/doc/xapian-core/apidoc/html/namespaceXapian_1_1InMemory.html
|
|
share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Remote.html
|
|
share/doc/xapian-core/apidoc/html/namespaceXapian_1_1Unicode.html
|
|
share/doc/xapian-core/apidoc/html/namespacemembers.html
|
|
share/doc/xapian-core/apidoc/html/namespacemembers_enum.html
|
|
share/doc/xapian-core/apidoc/html/namespacemembers_func.html
|
|
share/doc/xapian-core/apidoc/html/namespacemembers_type.html
|
|
share/doc/xapian-core/apidoc/html/namespacemembers_vars.html
|
|
share/doc/xapian-core/apidoc/html/namespaces.html
|
|
share/doc/xapian-core/apidoc/html/nav_f.png
|
|
share/doc/xapian-core/apidoc/html/nav_g.png
|
|
share/doc/xapian-core/apidoc/html/nav_h.png
|
|
share/doc/xapian-core/apidoc/html/open.png
|
|
share/doc/xapian-core/apidoc/html/pages.html
|
|
share/doc/xapian-core/apidoc/html/positioniterator_8h.html
|
|
share/doc/xapian-core/apidoc/html/postingiterator_8h.html
|
|
share/doc/xapian-core/apidoc/html/postingsource_8h.html
|
|
share/doc/xapian-core/apidoc/html/query_8h.html
|
|
share/doc/xapian-core/apidoc/html/queryparser_8h.html
|
|
share/doc/xapian-core/apidoc/html/registry_8h.html
|
|
share/doc/xapian-core/apidoc/html/stem_8h.html
|
|
share/doc/xapian-core/apidoc/html/structXapian_1_1StemImplementation-members.html
|
|
share/doc/xapian-core/apidoc/html/structXapian_1_1StemImplementation.html
|
|
share/doc/xapian-core/apidoc/html/structXapian_1_1ValueRangeProcessor-members.html
|
|
share/doc/xapian-core/apidoc/html/structXapian_1_1ValueRangeProcessor.html
|
|
share/doc/xapian-core/apidoc/html/structXapian_1_1ValueRangeProcessor__inherit__graph.png
|
|
share/doc/xapian-core/apidoc/html/sync_off.png
|
|
share/doc/xapian-core/apidoc/html/sync_on.png
|
|
share/doc/xapian-core/apidoc/html/tab_a.png
|
|
share/doc/xapian-core/apidoc/html/tab_b.png
|
|
share/doc/xapian-core/apidoc/html/tab_h.png
|
|
share/doc/xapian-core/apidoc/html/tab_s.png
|
|
share/doc/xapian-core/apidoc/html/tabs.css
|
|
share/doc/xapian-core/apidoc/html/termgenerator_8h.html
|
|
share/doc/xapian-core/apidoc/html/termiterator_8h.html
|
|
share/doc/xapian-core/apidoc/html/types_8h.html
|
|
share/doc/xapian-core/apidoc/html/unicode_8h.html
|
|
share/doc/xapian-core/apidoc/html/valueiterator_8h.html
|
|
share/doc/xapian-core/apidoc/html/valuesetmatchdecider_8h.html
|
|
share/doc/xapian-core/apidoc/html/version_8h.html
|
|
share/doc/xapian-core/apidoc/html/weight_8h.html
|
|
share/doc/xapian-core/apidoc/html/xapian_8h.html
|
|
share/doc/xapian-core/bm25.html
|
|
share/doc/xapian-core/code_structure.html
|
|
share/doc/xapian-core/collapsing.html
|
|
share/doc/xapian-core/deprecation.html
|
|
share/doc/xapian-core/facets.html
|
|
share/doc/xapian-core/glossary.html
|
|
share/doc/xapian-core/index.html
|
|
share/doc/xapian-core/install.html
|
|
share/doc/xapian-core/internals.html
|
|
share/doc/xapian-core/intro_ir.html
|
|
share/doc/xapian-core/matcherdesign.html
|
|
share/doc/xapian-core/overview.html
|
|
share/doc/xapian-core/postingsource.html
|
|
share/doc/xapian-core/queryparser.html
|
|
share/doc/xapian-core/remote.html
|
|
share/doc/xapian-core/remote_protocol.html
|
|
share/doc/xapian-core/replication.html
|
|
share/doc/xapian-core/replication_protocol.html
|
|
share/doc/xapian-core/scalability.html
|
|
share/doc/xapian-core/serialisation.html
|
|
share/doc/xapian-core/sorting.html
|
|
share/doc/xapian-core/spelling.html
|
|
share/doc/xapian-core/stemming.html
|
|
share/doc/xapian-core/synonyms.html
|
|
share/doc/xapian-core/termgenerator.html
|
|
share/doc/xapian-core/tests.html
|
|
share/doc/xapian-core/valueranges.html
|