forked from pool/xapian-core
This commit is contained in:
parent
76852ea1fb
commit
021446ee61
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e79d45b0f30e62cfe51294a731291b903d9b33fc82ac2b26ab710866002cc6de
|
|
||||||
size 3165256
|
|
3
xapian-core-1.2.19.tar.xz
Normal file
3
xapian-core-1.2.19.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4a78260388ff1b042f0ab5d18afdd524a530ae609690d0339990ddc147a54785
|
||||||
|
size 3175384
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 21 12:18:41 UTC 2014 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to 1.2.19
|
||||||
|
- API:
|
||||||
|
* Xapian::BM5Weight:
|
||||||
|
+ Improve BM25 upper bound in the case when our wdf upper
|
||||||
|
bound > our document length lower bound.
|
||||||
|
+ Pre-multiply termweight by (param_k1 + 1) rather than
|
||||||
|
doing it for every weighted term in every document considered.
|
||||||
|
- testsuite:
|
||||||
|
* Don't report apparent leaks of fds opened on /dev/urandom
|
||||||
|
- matcher:
|
||||||
|
* Fix false matches reported for non-exact phrases in some cases.
|
||||||
|
- build system:
|
||||||
|
* For Sun's C++ compiler, pass -library=Crun separately since
|
||||||
|
libtool looks for " -library=stlport4 " (with the spaces).
|
||||||
|
* Remove .replicatmp (created by the test suite) upon "make clean".
|
||||||
|
- documentation:
|
||||||
|
* include/xapian/compactor.h: Fix formatting of doxygen comment.
|
||||||
|
* HACKING: freecode no longer accepts updates, so drop that item
|
||||||
|
from the release checklist.
|
||||||
|
* docs/overview.rst: Add missing database path to example of using
|
||||||
|
xapian-progsrv in a stub database file.
|
||||||
|
- portability:
|
||||||
|
* Suppress unused typedef warnings from debugging logging macros,
|
||||||
|
which occur in functions which always exit via throwing an
|
||||||
|
exception when compiling with recent versions of GCC or clang.
|
||||||
|
* Fix debug logging code to compile with clang.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 11 16:20:33 UTC 2014 - hrvoje.senjan@gmail.com
|
Thu Sep 11 16:20:33 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xapian-core
|
Name: xapian-core
|
||||||
Version: 1.2.17
|
Version: 1.2.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Xapian Probabilistic Information Retrieval Library
|
Summary: The Xapian Probabilistic Information Retrieval Library
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user