[BACK]Return to PLIST CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / xapian

File: [cvs.NetBSD.org] / pkgsrc / textproc / xapian / PLIST (download)

Revision 1.18, Wed Jun 10 17:54:29 2020 UTC (3 years, 9 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.17: +4 -0 lines

Update to 1.4.16. From the changelog:

API:

* MSet::snippet(): The snippet now includes trailing punctuation which carries
  meaning or gives useful context.  See
  https://github.com/xapian/xapian/pull/180, reported by Robert Stepanek.

* MSet::snippet(): Fix segfault generating snippet from default-constructed
  MSet.  This probably isn't something you'd typically do, but it shouldn't
  crash.  Found during extended testing of #803 (which only affected git
  master) which was reported by Robert Stepanek.

* Remove trailing full stop from exception messages.  We conventionally don't
  include one, but a few cases didn't follow that convention.

testsuite:

* Replace direct use of ftime() which gives deprecation warnings with recent
  mingw.  Reported by srinivasyadav22.

matcher:

* Fix segfault in rare cases in the query optimiser.  We keep a pointer to the
  most recent posting list to use as a hint for opening the next posting list,
  but the existing mechanism to take ownership of this hint had a flaw.  We now
  invalidate the hint in situations where it might be indirectly deleted which
  is safe, but somewhat conservative.

* Improve the optimisation of an always-matching OP_VALUE_GE to also take
  effect when the value slot's lower bound is equal to the limit of the
  OP_VALUE_GE.  Patch from boda sadalla.

glass backend:

* Report the correct errno value if commit() fails.  We were potentially
  reporting ENOENT from an unlink() call cleaning up a temporary file prior to
  throwing the exception instead.

documentation:

* Fix missing menus in API documentation.  Newer doxygen generates .js files
  which we also need to distribute and install.  Reported by sec^nd on #xapian.

* Note OP_FILTER ignored subquery bug fixed in 1.4.15 as present in 1.4.14 and
  older.

portability:

* Use our own autoconf cache variable namespace (xo_cv_ prefix instead of
  ac_cv_) to avoid colliding with standard autoconf macro use if config.site or
  a shared config.cache is used.  The former case caused a build failure for
  the OpenBSD port with 1.4.15, reported by Lucas R.

* Use clock_gettime() and nanosleep() under modern mingw as these allow higher
  precision than what we previously used.

Bindings:

* Remove code to support SVN snapshots since we stopped using SVN more than 5
  years ago.

* Ignore overloads for logical ops, *, /.  These were already ignored for
  several languages, and aren't actually usefully wrapped for any of the other
  languages.

CSharp:

* Work around mono terminfo parsing bug in more cases.  With this, "make",
  "make check", "make install" and "make uninstall" all work on Ubuntu 18.10.
  Patch from Dipanshu Garg, fixes https://github.com/xapian/xapian/pull/287 and
  #801.

Lua:

* Allow passing a Lua function as a MatchSpy.  This was supposed to be
  supported already, but the typemaps weren't set up.

* On platforms where sizeof(long) is 4, SWIG was wrapping Xapian::BAD_VALUENO
  as a negative constant in Lua, which was then rejected by a check which
  disallows passing negative values for unsigned C++ types.  We now direct SWIG
  to handle Xapian::valueno as double (which is what numbers in Lua usually
  actually are) which gives us an unsigned constant, and also eliminates the
  negative value check.

* Correct documentation - get_description() is wrapped as tostring() in Lua,
  not str() as we previously claimed.

* Add test coverage for passing Lua function for a Stopper.

Perl:

* Resolve the remaining issues and remove the "experimental" marker:

  + Add search_xapian_compat() function which sets up aliases in the
    Search::Xapian namespace to aid writing code which uses either
    Search::Xapian or this module.

  + Allow passing Perl sub for simpler Xapian functor classes.  This fills in a
    missing feature compared to Search::Xapian.  See #523.

  + Remove useless PerlStopper class which was an incomplete copy of the
    apparently non-functional Search::Xapian::PerlStopper.  We now support
    passing a Perl sub for a Stopper object.

  + Adjust some method names to match Search::Xapian.  Iterators now support
    inc() (and dec() where the C++ class supports operator--) like
    Search::Xapian, rather than increment() and prev().  Reported by Eric Wong
    in #523.

  + Drop undocumented and unexpected extra equals() method.

  + Provide compatibility with ENQ_ASCENDING, etc constants.  SWIG wraps these
    as $Xapian::Enquire::ASCENDING, which better matches the C++ API, but
    Search::Xapian wraps this as Search::Xapian::ENQ_ASCENDING, etc so provide
    those too for compatibility.  Reported by Eric Wong in #523.

  + Drop stringification and int conversion overloads.  These seem more
    confusing than helpful, and overloading stringification works badly
    with SWIG-generated bindings.

  + Document remaining known differences from Search::Xapian.

* Update recently tested versions in README.

* Improve documentation.

* Fix t/02pod.t to look for files in right directory.

Ruby:

* Don't print iterator sizes to stdout.  This was some debugging accidentally
  left in as part of a change in 1.4.12.  Patch from Dan Callaghan.

@comment $NetBSD: PLIST,v 1.18 2020/06/10 17:54:29 schmonz Exp $
bin/copydatabase
bin/quest
bin/simpleexpand
bin/simpleindex
bin/simplesearch
bin/xapian-check
bin/xapian-compact
bin/xapian-config
bin/xapian-delve
bin/xapian-metadata
bin/xapian-pos
bin/xapian-progsrv
bin/xapian-replicate
bin/xapian-replicate-server
bin/xapian-tcpsrv
include/xapian.h
include/xapian/attributes.h
include/xapian/compactor.h
include/xapian/constants.h
include/xapian/constinfo.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/eset.h
include/xapian/expanddecider.h
include/xapian/geospatial.h
include/xapian/intrusive_ptr.h
include/xapian/iterator.h
include/xapian/keymaker.h
include/xapian/matchspy.h
include/xapian/mset.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/quest.1
man/man1/xapian-check.1
man/man1/xapian-compact.1
man/man1/xapian-config.1
man/man1/xapian-delve.1
man/man1/xapian-metadata.1
man/man1/xapian-pos.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/html/annotated.html
share/doc/xapian-core/apidoc/html/bc_s.png
share/doc/xapian-core/apidoc/html/bdwn.png
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_1BB2Weight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1BB2Weight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1BB2Weight__inherit__graph.png
share/doc/xapian-core/apidoc/html/classXapian_1_1BM25PlusWeight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1BM25PlusWeight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1BM25PlusWeight__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_1CoordWeight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1CoordWeight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1CoordWeight__inherit__graph.png
share/doc/xapian-core/apidoc/html/classXapian_1_1DLHWeight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1DLHWeight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1DLHWeight__inherit__graph.png
share/doc/xapian-core/apidoc/html/classXapian_1_1DPHWeight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1DPHWeight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1DPHWeight__inherit__graph.png
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_1DatabaseClosedError-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseClosedError.html
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseClosedError__inherit__graph.png
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_1DatabaseNotFoundError-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseNotFoundError.html
share/doc/xapian-core/apidoc/html/classXapian_1_1DatabaseNotFoundError__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_1DateRangeProcessor-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1DateRangeProcessor.html
share/doc/xapian-core/apidoc/html/classXapian_1_1DateRangeProcessor__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_1ErrorHandler__inherit__graph.png
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_1ExpandDeciderFilterPrefix-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterPrefix.html
share/doc/xapian-core/apidoc/html/classXapian_1_1ExpandDeciderFilterPrefix__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_1FieldProcessor-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1FieldProcessor.html
share/doc/xapian-core/apidoc/html/classXapian_1_1FieldProcessor__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_1GreatCircleMetric-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1GreatCircleMetric.html
share/doc/xapian-core/apidoc/html/classXapian_1_1GreatCircleMetric__inherit__graph.png
share/doc/xapian-core/apidoc/html/classXapian_1_1IfB2Weight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1IfB2Weight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1IfB2Weight__inherit__graph.png
share/doc/xapian-core/apidoc/html/classXapian_1_1InL2Weight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1InL2Weight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1InL2Weight__inherit__graph.png
share/doc/xapian-core/apidoc/html/classXapian_1_1IneB2Weight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1IneB2Weight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1IneB2Weight__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_1LMWeight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LMWeight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LMWeight__inherit__graph.png
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongCoords-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongCoords.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongCoordsIterator-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongCoordsIterator.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongDistanceKeyMaker-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongDistanceKeyMaker.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongDistanceKeyMaker__inherit__graph.png
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongDistancePostingSource-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongDistancePostingSource.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongDistancePostingSource__inherit__graph.png
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongMetric-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongMetric.html
share/doc/xapian-core/apidoc/html/classXapian_1_1LatLongMetric__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_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_1NumberRangeProcessor-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1NumberRangeProcessor.html
share/doc/xapian-core/apidoc/html/classXapian_1_1NumberRangeProcessor__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_1PL2PlusWeight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1PL2PlusWeight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1PL2PlusWeight__inherit__graph.png
share/doc/xapian-core/apidoc/html/classXapian_1_1PL2Weight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1PL2Weight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1PL2Weight__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_1RangeProcessor-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1RangeProcessor.html
share/doc/xapian-core/apidoc/html/classXapian_1_1RangeProcessor__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_1Stem-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1Stem.html
share/doc/xapian-core/apidoc/html/classXapian_1_1StemImplementation-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1StemImplementation.html
share/doc/xapian-core/apidoc/html/classXapian_1_1StemImplementation__inherit__graph.png
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_1TfIdfWeight-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1TfIdfWeight.html
share/doc/xapian-core/apidoc/html/classXapian_1_1TfIdfWeight__inherit__graph.png
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_1ValueRangeProcessor-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueRangeProcessor.html
share/doc/xapian-core/apidoc/html/classXapian_1_1ValueRangeProcessor__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_1WildcardError-members.html
share/doc/xapian-core/apidoc/html/classXapian_1_1WildcardError.html
share/doc/xapian-core/apidoc/html/classXapian_1_1WildcardError__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/closed.png
share/doc/xapian-core/apidoc/html/compactor_8h.html
share/doc/xapian-core/apidoc/html/constants_8h.html
share/doc/xapian-core/apidoc/html/constinfo_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_f63502d618711192f85ccb772536c6ae.html
share/doc/xapian-core/apidoc/html/doc.png
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/dynsections.js
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/eset_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/folderclosed.png
share/doc/xapian-core/apidoc/html/folderopen.png
share/doc/xapian-core/apidoc/html/functions.html
share/doc/xapian-core/apidoc/html/functions_b.html
share/doc/xapian-core/apidoc/html/functions_c.html
share/doc/xapian-core/apidoc/html/functions_d.html
share/doc/xapian-core/apidoc/html/functions_e.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_f.html
share/doc/xapian-core/apidoc/html/functions_func.html
share/doc/xapian-core/apidoc/html/functions_func_b.html
share/doc/xapian-core/apidoc/html/functions_func_c.html
share/doc/xapian-core/apidoc/html/functions_func_d.html
share/doc/xapian-core/apidoc/html/functions_func_e.html
share/doc/xapian-core/apidoc/html/functions_func_f.html
share/doc/xapian-core/apidoc/html/functions_func_g.html
share/doc/xapian-core/apidoc/html/functions_func_h.html
share/doc/xapian-core/apidoc/html/functions_func_i.html
share/doc/xapian-core/apidoc/html/functions_func_k.html
share/doc/xapian-core/apidoc/html/functions_func_l.html
share/doc/xapian-core/apidoc/html/functions_func_m.html
share/doc/xapian-core/apidoc/html/functions_func_n.html
share/doc/xapian-core/apidoc/html/functions_func_o.html
share/doc/xapian-core/apidoc/html/functions_func_p.html
share/doc/xapian-core/apidoc/html/functions_func_q.html
share/doc/xapian-core/apidoc/html/functions_func_r.html
share/doc/xapian-core/apidoc/html/functions_func_s.html
share/doc/xapian-core/apidoc/html/functions_func_t.html
share/doc/xapian-core/apidoc/html/functions_func_u.html
share/doc/xapian-core/apidoc/html/functions_func_v.html
share/doc/xapian-core/apidoc/html/functions_func_w.html
share/doc/xapian-core/apidoc/html/functions_func_~.html
share/doc/xapian-core/apidoc/html/functions_g.html
share/doc/xapian-core/apidoc/html/functions_h.html
share/doc/xapian-core/apidoc/html/functions_i.html
share/doc/xapian-core/apidoc/html/functions_k.html
share/doc/xapian-core/apidoc/html/functions_l.html
share/doc/xapian-core/apidoc/html/functions_m.html
share/doc/xapian-core/apidoc/html/functions_n.html
share/doc/xapian-core/apidoc/html/functions_o.html
share/doc/xapian-core/apidoc/html/functions_p.html
share/doc/xapian-core/apidoc/html/functions_q.html
share/doc/xapian-core/apidoc/html/functions_r.html
share/doc/xapian-core/apidoc/html/functions_s.html
share/doc/xapian-core/apidoc/html/functions_t.html
share/doc/xapian-core/apidoc/html/functions_type.html
share/doc/xapian-core/apidoc/html/functions_u.html
share/doc/xapian-core/apidoc/html/functions_v.html
share/doc/xapian-core/apidoc/html/functions_vars.html
share/doc/xapian-core/apidoc/html/functions_w.html
share/doc/xapian-core/apidoc/html/functions_~.html
share/doc/xapian-core/apidoc/html/geospatial_8h.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_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/jquery.js
share/doc/xapian-core/apidoc/html/keymaker_8h.html
share/doc/xapian-core/apidoc/html/matchspy_8h.html
share/doc/xapian-core/apidoc/html/menu.js
share/doc/xapian-core/apidoc/html/menudata.js
share/doc/xapian-core/apidoc/html/mset_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_1Chert.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_eval.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/splitbar.png
share/doc/xapian-core/apidoc/html/stem_8h.html
share/doc/xapian-core/apidoc/html/structXapian_1_1LatLongCoord-members.html
share/doc/xapian-core/apidoc/html/structXapian_1_1LatLongCoord.html
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/collapsing.html
share/doc/xapian-core/deprecation.html
share/doc/xapian-core/facets.html
share/doc/xapian-core/geospatial.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/replication.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
share/xapian-core/stopwords/arabic.list
share/xapian-core/stopwords/danish.list
share/xapian-core/stopwords/dutch.list
share/xapian-core/stopwords/english.list
share/xapian-core/stopwords/finnish.list
share/xapian-core/stopwords/french.list
share/xapian-core/stopwords/german.list
share/xapian-core/stopwords/hungarian.list
share/xapian-core/stopwords/indonesian.list
share/xapian-core/stopwords/italian.list
share/xapian-core/stopwords/norwegian.list
share/xapian-core/stopwords/portuguese.list
share/xapian-core/stopwords/russian.list
share/xapian-core/stopwords/spanish.list
share/xapian-core/stopwords/swedish.list