Update sphinxsearch to 2.1.8
Changes in 2.1.8 - Added JSON attribute support, built-in HA tools, better realtime indexes, fulltext search and ranking optimizations, more SphinxQL commands, and wordbreaker. - fixed #1937, crash at SENTENCE operator - fixed #1933, quorum operator works incorrectly if it uses a number that is also an exception - fixed #1932, daemon index recovery after failed rotation - fixed #1923, crash at indexer with dict=keywords and xml source - fixed #1918, crash while hitless words are used within fulltext operators which require hits - fixed #1878, daemon doesn't reset regexp_filter after rotation with seamless_rotate=0 - fixed #1769, crash after unsuccessful INSERT with RT index - fixed #1682, field-end modifier doesn't work with words containing blended chars Changes in 2.1.7 - fixed #1917, field limit propagation outside of group - fixed #1915, exact form passes to index skipping stopwords filter - fixed #1905, multiple lemmas at the end of a field - fixed #1903, indextool check mode for hitless indexes and indexes with large amount of documents - fixed #1902, crash on JSON field in the IN() function - fixed #1884, crash at SNIPPET() with local indexes at distributed index - fixed #1802, loading large keywords dictionary - fixed #1786, indextool fails to handle indexes with AOT morphology - fixed crash of daemon on logging very large messages - fixed expression engine: division by zero, log and sqrt() functions
This commit is contained in:
parent
3aca3ffa8a
commit
7f3bc8d4fd
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/03/05 13:44:23 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2014/05/07 06:55:17 fhajny Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sphinx-2.1.6-release
|
||||
DISTNAME= sphinx-2.1.8-release
|
||||
PKGNAME= ${DISTNAME:S/-/search-/:S/-release//}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://sphinxsearch.com/files/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/03/05 13:44:23 fhajny Exp $
|
||||
$NetBSD: distinfo,v 1.2 2014/05/07 06:55:17 fhajny Exp $
|
||||
|
||||
SHA1 (sphinx-2.1.6-release.tar.gz) = fe4dfc605afe8f58d9e25fd0c58dfed1673ec4b1
|
||||
RMD160 (sphinx-2.1.6-release.tar.gz) = 13fc7c061fddd7917f08ca8409214d4a53a28acf
|
||||
Size (sphinx-2.1.6-release.tar.gz) = 2429835 bytes
|
||||
SHA1 (sphinx-2.1.8-release.tar.gz) = c69e24ed1fad907b893dc61b0a52db30b6c85ad2
|
||||
RMD160 (sphinx-2.1.8-release.tar.gz) = 6067b36d53eb9b8ed90ebab48fef8c311891cc3a
|
||||
Size (sphinx-2.1.8-release.tar.gz) = 2442119 bytes
|
||||
SHA1 (patch-Makefile.in) = cde29f401b40e191ef957078fe0a845909fc96ab
|
||||
SHA1 (patch-src_searchd.cpp) = 7f5aea11d4ebe9f293f4d6346811bc3e821620f9
|
||||
SHA1 (patch-src_sphinxstd.h) = f35839cee4dd14458ad0c00c60a1d9b4f601e9d6
|
||||
|
|
Loading…
Reference in a new issue