[Xapian-discuss] Xapian 1.0.21 released
Olly Betts
olly at survex.com
Sat Jun 19 12:33:33 BST 2010
I've uploaded Xapian 1.0.21 (including Search::Xapian 1.0.21.0), which
as usual you can download from:
http://xapian.org/download
The most notable changes in this release are:
Xapian-core API:
* Xapian::Stem now recognises "nb" and "nn" as additional codes for the
Norwegian stemmer.
* Xapian::QueryParser now correctly parses a wildcarded term in between two
other terms (ticket#484).
Matcher:
* OP_OR could skip a matching document if it decayed to OP_AND or OP_AND_MAYBE
during the match in some cases. Fixes ticket#476.
* OP_XOR with non-leaf subqueries could skip matching documents in some cases,
and OP_XOR of three or more sub-queries could return incorrect weights.
Fixes ticket#475.
* OP_OR is now more efficient if a subquery is potentially expensive (e.g.
OP_VALUE_RANGE, OP_NEAR, OP_PHRASE, PostingSource). A 10-fold speed-up with
OP_VALUE_RANGE has been observed.
Build System:
* Install files to make Xapian easier to use with cmake.
Portability
* On x86 processors, Xapian now defaults to using SSE2 FP instructions. This
avoids issues with excess precision and it a bit faster too. If you need to
support processors without SSE2 (this means pre-Pentium4 for Intel) then
configure with --disable-sse. (ticket#387)
The full lists of user-visible changes are linked to from here, and from the
"[news]" links on the download page:
http://trac.xapian.org/wiki/ReleaseOverview/1.0.20
As always, if you encounter problems, please report them here, or to
the bug-tracker: http://xapian.org/bugs
Here are the SHA1 checksums of the released files:
d7c7c899cf3a6bd5e8b91d0f0fa1d9dfb8af43f4 Search-Xapian-1.0.21.0.tar.gz
041a6f083db99c4e01cb9d1da5d06e698131f9b8 xapian-bindings-1.0.21.tar.gz
e687e105a245794b011064bd93d8662e35b2d192 xapian-core-1.0.21.tar.gz
82dcb1555327228939315a7b644df3f9a7cb85f6 xapian-omega-1.0.21.tar.gz
And SHA256 checksums (more secure, but sha256sum is less widely installed):
cfc491b4264b78c2176fed5557de09fc6dd17fc5872ba37013fa11a342dbd272 Search-Xapian-1.0.21.0.tar.gz
6be29a31be421a9d696d94f37f8b20009db8165bb19d51555d47b62c9ce1d828 xapian-bindings-1.0.21.tar.gz
44bbf3cf6a3a4e16b672d036b4d6fd75f9503c65af85345df5c014e2146a823e xapian-core-1.0.21.tar.gz
3c22e6011807b95698b204037f07caaa8a7fc472a4c2c2d89b026c1d0c302083 xapian-omega-1.0.21.tar.gz
Cheers,
Olly
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: Digital signature
URL: <http://lists.xapian.org/pipermail/xapian-discuss/attachments/20100619/cf36d51c/attachment.pgp>
More information about the Xapian-discuss
mailing list